OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errlist_prefix
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/string/
strerror_r.c
62
char *
errlist_prefix
;
local
67
if (loc->cache->
errlist_prefix
== NULL) {
68
errlist_prefix
= strdup(catgets(catd, 1, 0xffff, UPREFIX));
69
if (
errlist_prefix
== NULL)
73
if (atomic_cas_ptr(__UNCONST(&loc->cache->
errlist_prefix
),
74
NULL,
errlist_prefix
) != NULL)
75
free(
errlist_prefix
);
112
const char *
errlist_prefix
;
local
134
errlist_prefix
= loc->cache->
errlist_prefix
;
[
all
...]
/src/lib/libc/locale/
setlocale_local.h
53
const char *
errlist_prefix
;
member in struct:_locale_cache_t
global_locale.c
145
.
errlist_prefix
= "Unknown error: %d",
setlocale.c
101
cache->
errlist_prefix
= NULL;
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026