Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgtxt.c107 load_db(const char *curloc, const char *catname, int *err) in load_db() argument
147 db->saved_locale = libc_strdup(curloc); in load_db()
201 lookup_cache(struct db_info *db, const char *curloc, const char *catname) in lookup_cache() argument
215 if (curloc == NULL || in lookup_cache()
217 strcmp(db->saved_locale, curloc) == 0)) { in lookup_cache()
260 char *curloc; in __gtxt() local
284 curloc = setlocale(LC_MESSAGES, NULL); in __gtxt()
287 db = lookup_cache(NULL, curloc, catname); in __gtxt()
329 db = load_db(curloc, catname, &err); in __gtxt()
H A Dgettxt.c93 char *curloc; in gettxt() local
124 curloc = setlocale(LC_MESSAGES, NULL); in gettxt()
131 if (strcmp(curloc, dbc->loc) == 0) { in gettxt()
152 if ((dbc->loc = lmalloc(strlen(curloc) + 1)) == NULL) { in gettxt()
158 (void) strcpy(dbc->loc, curloc); in gettxt()
188 curloc = (char *)loc_C; in gettxt()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dseekdir.c42 long curloc; local
44 curloc = telldir(dirp);
45 if (curloc == tell)