Searched refs:suffix (Results 1 – 3 of 3) sorted by relevance
93 char * suffix = find_suffix (pc->code); in gconv_parse_code() local94 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()
155 const char *suffix = ".conf"; in gconv_parseconfdir() local157 if (len > strlen (suffix) in gconv_parseconfdir()158 && strcmp (ent->d_name + len - strlen (suffix), suffix) == 0) in gconv_parseconfdir()
116 #define norm_add_slashes(str,suffix) \ argument122 const size_t suffix_len = strlen (suffix); \139 tmp = __mempcpy (tmp, suffix, suffix_len); \
Completed in 7 milliseconds