Searched refs:is_digit (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h38 #define is_digit(ch) \ macro
94 (is_digit(ch) || is_letter(ch) || \
H A Dopenpam_dynamic.c210 while (is_digit(*p))
/freebsd-11-stable/bin/sh/
H A Dmystring.c92 if (! is_digit(*q))
H A Dparser.c733 if (is_digit(text[0]) && text[1] == '\0')
1592 && (*out == '\0' || is_digit(*out))) {
1667 } else if (is_digit(c)) {
1672 } while (is_digit(c));
H A Dmiscbltin.c405 if (is_digit(*ap)) {
H A Dexpand.c852 } else if (is_digit(*name)) {
1008 if (is_digit(*name)) {
H A Deval.c1252 if (!is_digit(argv[1][0]) || *end != '\0')
H A Djobs.c654 if (is_digit(name[1])) {
/freebsd-11-stable/lib/libc/stdio/
H A Dprintflocal.h57 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
H A Dprintf-pos.c192 while (is_digit(*cp)) {
218 while (is_digit(*cp)) {
288 while (is_digit(ch)) {
300 } while (is_digit(ch));
476 while (is_digit(ch)) {
488 } while (is_digit(ch));
H A Dxprintf.c77 #define is_digit(c) (((unsigned)to_digit(c)) <= 9) macro
326 while (*fmt != '\0' && is_digit(*fmt)) {
365 while (*fmt != '\0' && is_digit(*fmt)) {
H A Dvfprintf.c433 while (is_digit(*cp)) { \
551 while (is_digit(ch)) {
570 } while (is_digit(ch));
H A Dvfwprintf.c512 while (is_digit(*cp)) { \
622 while (is_digit(ch)) {
641 } while (is_digit(ch));
/freebsd-11-stable/contrib/tzcode/zic/
H A Dscheck.c51 while (is_digit(*fp))
H A Dprivate.h96 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c145 #define is_digit(c) ((unsigned) to_digit(c) <= 9) macro
273 while (is_digit(*cp)) \
407 while (is_digit(ch))
442 } while (is_digit(ch));
863 while (is_digit(*cp)) \
916 while (is_digit(ch))
930 } while (is_digit(ch));
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dprivate.h138 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
H A Dlocaltime.c697 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
739 if (strp == NULL || !is_digit(c = *strp))
747 } while (is_digit(c));
860 } else if (is_digit(*strp)) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dtaxonomy.c36 int is_digit = s >= '0' && s <= '9'; local
38 if (is_lower || is_upper || is_digit) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacroexp.c193 is_digit (int c)
271 || is_digit (*p)))
287 && (is_digit (*p)
294 if (is_digit (*p)
191 is_digit (int c) function
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp127 * is_digit - returns TRUE if character, ch, is a digit.
130 static int is_digit (char ch) function
2515 || is_digit(header.header_buffer[i]))) ; i++) {
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c662 FUNC(is_digit, ISDIGIT)
687 { ":digit:]", is_digit },
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c3270 boolean is_digit = STREQ (str, "digit");
3297 if ( (is_digit && ISDIGIT (ch))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c3270 boolean is_digit = STREQ (str, "digit");
3297 if ( (is_digit && ISDIGIT (ch))

Completed in 353 milliseconds