OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:catd
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cposxtst.c
40
u_nl_catd
catd
;
local
65
catd
= u_catopen(path, "mc", &ec);
83
ustr = u_catgets(
catd
, set_num, msg_num, FAIL, &len, &ec);
106
u_catclose(
catd
);
/external/icu/icu4c/source/test/cintltst/
cposxtst.c
40
u_nl_catd
catd
;
local
65
catd
= u_catopen(path, "mc", &ec);
83
ustr = u_catgets(
catd
, set_num, msg_num, FAIL, &len, &ec);
106
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 488 milliseconds