OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wint_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/include/
wctype.h
39
typedef _BSD_WINT_T_
wint_t
;
typedef in typeref:typename:_BSD_WINT_T_
54
#define WEOF ((
wint_t
)-1)
58
int iswalnum(
wint_t
);
59
int iswalpha(
wint_t
);
60
int iswblank(
wint_t
);
61
int iswcntrl(
wint_t
);
62
int iswdigit(
wint_t
);
63
int iswgraph(
wint_t
);
64
int iswlower(
wint_t
);
65
int iswprint(
wint_t
);
[
all
...]
wchar.h
80
typedef _BSD_WINT_T_
wint_t
;
typedef in typeref:typename:_BSD_WINT_T_
99
wint_t
btowc(int);
152
int wctob(
wint_t
);
178
wint_t
ungetwc(
wint_t
, FILE *);
179
wint_t
fgetwc(FILE *);
181
wint_t
getwc(FILE *);
182
wint_t
getwchar(void);
183
wint_t
fputwc(wchar_t, FILE *);
185
wint_t
putwc(wchar_t, FILE *)
[
all
...]
/src/lib/libc/regex/
utils.h
46
#define
wint_t
regex_wint_t
macro
49
typedef short
wint_t
;
typedef in typeref:typename:short
59
extern int __regex_iswctype(
wint_t
, wctype_t);
Completed in 12 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025