Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 25 of 52) sorted by relevance

123

/glibc-2.36/iconv/
Dstrtab.c185 searchstring (struct Strent **sep, struct Strent *newstr) in searchstring() argument
190 if (*sep == NULL) in searchstring()
192 *sep = newstr; in searchstring()
193 return sep; in searchstring()
197 cmpres = memcmp ((*sep)->reverse, newstr->reverse, in searchstring()
198 MIN ((*sep)->len, newstr->len) - 1); in searchstring()
201 return sep; in searchstring()
203 return searchstring (&(*sep)->left, newstr); in searchstring()
205 return searchstring (&(*sep)->right, newstr); in searchstring()
214 struct Strent **sep; in strtabadd() local
[all …]
/glibc-2.36/intl/
Dl10nflist.c94 argz_stringify__ (char *argz, size_t len, int sep) in argz_stringify__() argument
102 *argz++ = sep; in argz_stringify__()
106 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) argument
/glibc-2.36/string/
Dargz-stringify.c25 __argz_stringify (char *argz, size_t len, int sep) in __argz_stringify() argument
35 *argz++ = sep; in __argz_stringify()
/glibc-2.36/localedata/locales/
Dht_HT73 % jan, fev, mas, avr, me, jen, jiy, out, sep, okt, nov, des
82 "sep";/
Dnl_BE88 "sep";"okt";/
Dli_NL109 "sep";"okt";/
Dnl_AW85 "sep";"okt";/
Dia_FR70 "sep";"oct";/
Des_AR105 "sep";"oct";/
Des_BO103 "sep";"oct";/
Des_DO105 "sep";"oct";/
Des_GT105 "sep";"oct";/
Des_HN105 "sep";"oct";/
Des_MX105 "sep";"oct";/
Des_NI97 "sep";"oct";/
Des_PA105 "sep";"oct";/
Des_PR97 "sep";"oct";/
Des_PY103 "sep";"oct";/
Des_US103 "sep";"oct";/
Des_VE104 "sep";"oct";/
Dfo_FO87 "sep";"okt";/
Dfr_BE104 "sep";"oct";/
Dfr_CA101 "sep";"oct";/
Dfr_CH88 "sep";"oct";/
Dkl_GL88 "sep";"okt";/

123