Searched refs:isdigit (Results 201 - 225 of 618) sorted by relevance

1234567891011>>

/freebsd-10.3-release/crypto/openssl/apps/
H A Drand.c134 } else if (isdigit((unsigned char)argv[i][0])) {
/freebsd-10.3-release/libexec/rbootd/
H A Dparseconf.c271 if (isdigit(*cp))
/freebsd-10.3-release/libexec/rtld-aout/
H A Dshlib.c126 if (!isdigit(*cp))
/freebsd-10.3-release/sbin/dmesg/
H A Ddmesg.c191 if (*p == '<' && isdigit(*(p+1))) {
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Dtext.cpp147 if (!std::isdigit(unit))
/freebsd-10.3-release/contrib/byacc/
H A Dreader.c346 else if (isdigit(c)
1153 if (name[0] == '$' && name[1] == '$' && isdigit(UCH(name[2])))
1156 while (isdigit(UCH(*s)))
1188 for (c = *cptr; isdigit(c); c = *++cptr)
1328 if (isdigit(c))
1364 if (isdigit(c))
1735 if (!isdigit(*p))
1737 while (isdigit(*p))
1850 if (isdigit(*p) || *p == '-')
2306 else if (isdigit(
[all...]
/freebsd-10.3-release/games/number/
H A Dnumber.c138 if (isdigit(*p))
/freebsd-10.3-release/gnu/usr.bin/grep/
H A Dsystem.h181 #define ISDIGIT(C) (IN_CTYPE_DOMAIN (C) && isdigit (C))
/freebsd-10.3-release/usr.bin/patch/
H A Dbackupfile.c30 #define ISDIGIT(c) (isascii ((unsigned char)c) && isdigit ((unsigned char)c))
/freebsd-10.3-release/usr.bin/setchannel/
H A Dsetchannel.c187 if (!isdigit(*ptr) || *endptr != '\0') {
/freebsd-10.3-release/usr.bin/tabs/
H A Dtabs.c103 } else if (isdigit(arg[1])) {
/freebsd-10.3-release/usr.bin/tip/libacu/
H A Dv831.c255 if (!isdigit(*s) && *s == '<' && *s != '_')
/freebsd-10.3-release/usr.bin/vgrind/
H A Dvgrindefs.c242 while (isdigit(*bp))
/freebsd-10.3-release/usr.sbin/lpr/lpc/
H A Dmovejobs.c70 * isdigit is defined to work on an 'int', in the range 0 to 255, plus EOF.
73 #define isdigitch(Anychar) isdigit(((int) Anychar) & 255)
/freebsd-10.3-release/tools/tools/mwl/mwldebug/
H A Dmwldebug.c186 if (isdigit(c))
/freebsd-10.3-release/usr.bin/dtc/
H A Dinput_buffer.cc120 if (!isdigit((*this)[0]))
/freebsd-10.3-release/tools/tools/ath/athdebug/
H A Dathdebug.c205 if (isdigit(*cp))
/freebsd-10.3-release/tools/tools/ath/athkey/
H A Dathkey.c48 return isdigit(c) ? c - '0' : isupper(c) ? c - 'A' + 10 : c - 'a' + 10;
/freebsd-10.3-release/contrib/mdocml/
H A Dtbl_layout.c131 if (isdigit((unsigned char)p[*pos])) {
133 if ( ! isdigit((unsigned char)p[*pos + i]))
H A Dmandoc.c248 if (isdigit((unsigned char)cp[i-1]))
250 while (isdigit((unsigned char)**end))
/freebsd-10.3-release/contrib/ncurses/progs/
H A Dtoe.c342 if (isdigit(this_opt)) {
348 if (isdigit(last_opt))
/freebsd-10.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c76 if (isdigit(c)) digits++; else
96 if (digits && isascii(c) && isdigit(c)) digits--;
/freebsd-10.3-release/contrib/dtc/
H A Ddtc-lexer.l84 while (!isdigit((unsigned char)*line))
/freebsd-10.3-release/contrib/file/src/
H A Dder.c307 if (!isdigit((unsigned char)*s))
313 while (isdigit((unsigned char)*++s));
/freebsd-10.3-release/contrib/less/
H A Dless.h155 #ifdef isdigit
156 #define IS_DIGIT(c) isdigit((unsigned char)(c))

Completed in 329 milliseconds

1234567891011>>