src_ptr            70 lib/search/lib.c     const char *src_ptr;
src_ptr            85 lib/search/lib.c     for (src_ptr = converted_str->str, dst_ptr = dst_str;
src_ptr            86 lib/search/lib.c          case_conv (src_ptr, &dst_ptr, &dst_len); src_ptr += str_length_char (src_ptr))
src_ptr           101 lib/search/lib.c     for (src_ptr = str->str, dst_ptr = dst_str;
src_ptr           102 lib/search/lib.c          case_conv (src_ptr, &dst_ptr, &dst_len); src_ptr += str_length_char (src_ptr))