Searched refs:_get_locname (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libc/locale/
H A Drune.h54 const char *_get_locname(int, const char *);
H A Dnewlocale.c39 _get_locname(ic, locname) == NULL) {
50 if ((locname = _get_locname(LC_CTYPE, locname)) == NULL) {
H A D_get_locname.c1 /* $OpenBSD: _get_locname.c,v 1.1 2017/09/05 03:16:13 schwarze Exp $ */
35 _get_locname(int category, const char *locname) function
H A DMakefile.inc9 __mb_cur_max.c _CurrentRuneLocale.c _get_locname.c \
H A Dsetlocale.c60 if ((locname = _get_locname(category, locname)) == NULL ||

Completed in 172 milliseconds