Home
last modified time | relevance | path

Searched refs:is_digit (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h36 #define is_digit(ch) \ macro
92 (is_digit(ch) || is_letter(ch) || \
H A Dopenpam_dynamic.c208 while (is_digit(*p)) in openpam_dynamic()
/freebsd/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/lib/libc/stdio/
H A Dprintf-pos.c195 while (is_digit(*cp)) { in addaster()
221 while (is_digit(*cp)) { in addwaster()
291 while (is_digit(ch)) { in __find_arguments()
308 } while (is_digit(ch)); in __find_arguments()
484 while (is_digit(ch)) { in __find_warguments()
501 } while (is_digit(ch)); in __find_warguments()
H A Dprintflocal.h58 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
H A Dxprintf.c77 #define is_digit(c) (((unsigned)to_digit(c)) <= 9) macro
326 while (*fmt != '\0' && is_digit(*fmt)) { in __v2printf()
365 while (*fmt != '\0' && is_digit(*fmt)) { in __v2printf()
H A Dvfprintf.c431 while (is_digit(*cp)) { \ in __vfprintf()
549 while (is_digit(ch)) { in __vfprintf()
568 } while (is_digit(ch)); in __vfprintf()
H A Dvfwprintf.c506 while (is_digit(*cp)) { \ in __vfwprintf()
616 while (is_digit(ch)) { in __vfwprintf()
635 } while (is_digit(ch)); in __vfwprintf()
/freebsd/bin/sh/
H A Dmystring.c86 if (! is_digit(*q)) in is_number()
H A Dparser.c733 if (is_digit(text[0]) && text[1] == '\0') in fixredir()
1594 && (*out == '\0' || is_digit(*out))) { in readtoken1()
1669 } else if (is_digit(c)) { in readtoken1()
1674 } while (is_digit(c)); in readtoken1()
H A Dmiscbltin.c400 if (is_digit(*ap)) { in umaskcmd()
H A Dexpand.c845 } else if (is_digit(*name)) { in varisset()
1001 if (is_digit(*name)) { in varvalue()
H A Deval.c1237 if (!is_digit(argv[1][0]) || *end != '\0') in breakcmd()
H A Djobs.c649 if (is_digit(name[1])) { in getjob_nonotfound()
/freebsd/contrib/wpa/src/ap/
H A Dtaxonomy.c36 int is_digit = s >= '0' && s <= '9'; in no_mischief_strncpy() local
38 if (is_lower || is_upper || is_digit) { in no_mischief_strncpy()
/freebsd/contrib/tzcode/
H A Dlocaltime.c862 is_digit(char c) in is_digit() function
878 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname()
917 if (strp == NULL || !is_digit(c = *strp)) in getnum()
925 } while (is_digit(c)); in getnum()
1034 } else if (is_digit(*strp)) { in getrule()
H A Dzdump.c104 is_digit(char c) in is_digit() function
401 while (is_alpha(*cp) || is_digit(*cp) || *cp == '-' || *cp == '+') in abbrok()
/freebsd/contrib/ldns/
H A DChangelog160 and is_digit() with NetBSD. Thanks Håvard Eidnes