OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:catd
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cposxtst.c
42
u_nl_catd
catd
;
local
67
catd
= u_catopen(path, "mc", &ec);
85
ustr = u_catgets(
catd
, set_num, msg_num, FAIL, &len, &ec);
108
u_catclose(
catd
);
/external/bison/lib/
strerror_r.c
254
nl_catd
catd
= catopen ("libc", NL_CAT_LOCALE);
local
256
(
catd
!= (nl_catd)-1
257
? catgets (
catd
, 1, errnum, sys_errlist[errnum])
261
nl_catd
catd
= catopen ("perror", NL_CAT_LOCALE);
local
263
(
catd
!= (nl_catd)-1
264
? catgets (
catd
, 1, 1 + errnum, sys_errlist[errnum])
275
if (
catd
!= (nl_catd)-1)
276
catclose (
catd
);
Completed in 295 milliseconds