OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iswoctal
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
vis.c
127
#define
iswoctal
(c) (((u_char)(c)) >= L'0' && ((u_char)(c)) <= L'7')
macro
240
if (
iswoctal
(nextc)) {
261
if (ISGRAPH(flags, c) && !
iswoctal
(c)) {
vis.c
127
#define
iswoctal
(c) (((u_char)(c)) >= L'0' && ((u_char)(c)) <= L'7')
macro
240
if (
iswoctal
(nextc)) {
261
if (ISGRAPH(flags, c) && !
iswoctal
(c)) {
Completed in 27 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025