Searched refs:loc (Results 1 – 4 of 4) sorted by relevance
/string/ |
A D | strerror_l.c | 26 translate (const char *str, locale_t loc) in translate() argument 28 locale_t oldloc = __uselocale (loc); in translate() 37 __strerror_l (int errnum, locale_t loc) in __strerror_l() argument 46 translate ("Unknown error ", loc), errnum) == -1) in __strerror_l() 52 err = (char *) translate (err, loc); in __strerror_l()
|
A D | tst-strxfrm.c | 18 locale_t loc; in test() local 42 loc = newlocale (1 << LC_ALL, locale, NULL); in test() 44 r = strxfrm_l (buf, string, bufsize, loc); in test() 53 freelocale (loc); in test()
|
A D | strcasecmp.c | 33 # define TOLOWER(Ch) __tolower_l ((Ch), loc) 37 # define LOCALE_PARAM , locale_t loc 49 locale_t loc = _NL_CURRENT_LOCALE; in __strcasecmp() local
|
A D | strncase.c | 35 # define TOLOWER(Ch) __tolower_l ((Ch), loc) 39 # define LOCALE_PARAM , locale_t loc 52 locale_t loc = _NL_CURRENT_LOCALE; in __strncasecmp() local
|
Completed in 6 milliseconds