HomeSort by: relevance | last modified time | path
    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