OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_lc_ctype
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/file/dist/src/
readcdf.c
122
locale_t old_lc_ctype,
c_lc_ctype
;
local
124
c_lc_ctype
= newlocale(LC_CTYPE_MASK, "C", 0);
125
assert(
c_lc_ctype
!= NULL);
126
old_lc_ctype = uselocale(
c_lc_ctype
);
145
freelocale(
c_lc_ctype
);
file.h
531
locale_t
c_lc_ctype
;
member in struct:magic_set
Completed in 24 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026