Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 3 of 3) sorted by relevance

/iconv/
A Dgconv_charset.c93 char * suffix = find_suffix (pc->code); in gconv_parse_code() local
94 if (suffix == NULL) in gconv_parse_code()
124 if ((__strcasecmp_l (suffix, in gconv_parse_code()
128 || (__strcasecmp_l (suffix, in gconv_parse_code()
134 if ((__strcasecmp_l (suffix, in gconv_parse_code()
138 || (__strcasecmp_l (suffix, in gconv_parse_code()
146 suffix[0] = '\0'; in gconv_parse_code()
A Dgconv_parseconfdir.h155 const char *suffix = ".conf"; in gconv_parseconfdir() local
157 if (len > strlen (suffix) in gconv_parseconfdir()
158 && strcmp (ent->d_name + len - strlen (suffix), suffix) == 0) in gconv_parseconfdir()
A Dgconv_int.h116 #define norm_add_slashes(str,suffix) \ argument
122 const size_t suffix_len = strlen (suffix); \
139 tmp = __mempcpy (tmp, suffix, suffix_len); \

Completed in 7 milliseconds