Home
last modified time | relevance | path

Searched defs:is_digit (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/openpam/lib/libpam/
HDopenpam_ctype.h38 #define is_digit(ch) \ macro
/NextBSD/contrib/tzcode/zic/
HDprivate.h96 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/NextBSD/lib/libc/stdio/
HDprintflocal.h57 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
HDxprintf.c77 #define is_digit(c) (((unsigned)to_digit(c)) <= 9) macro
/NextBSD/contrib/tzcode/stdtime/
HDprivate.h138 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/NextBSD/contrib/gdb/gdb/
HDmacroexp.c191 is_digit (int c) in is_digit() function
/NextBSD/contrib/groff/src/devices/grohtml/
HDpost-html.cpp130 static int is_digit (char ch) in is_digit() function