Searched refs:isdigit (Results 1 - 25 of 731) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Disdigit.c6 * $Id: isdigit.c,v 1.5 2008/01/08 20:58:08 bostic Exp $
14 * isdigit --
17 * PUBLIC: int isdigit __P((int));
21 isdigit(c) function
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtmgoff.c54 if (isdigit(*s) && isdigit(*(s + 1)))
60 if (isdigit(*s) && isdigit(*(s + 1)))
66 if (isdigit(*s) && isdigit(*(s + 1)))
/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dgrdcmp.c53 if (isdigit (b1))
55 if (isdigit (b2))
62 if (isdigit (b2))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrvcmp.c39 if (isdigit(*a) && isdigit(*b))
42 while (isdigit(*a))
44 while (isdigit(*b))
H A Dstrnvcmp.c51 if (isdigit(*a) && isdigit(*b))
54 while (a < ae && isdigit(*a))
56 while (b < be && isdigit(*b))
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A DClientCommon.c55 if (isdigit(cstr[-1]) && isdigit(cstr[0]) && isdigit(cstr[1]))
/macosx-10.10.1/ntp-92/libntp/
H A Dmstolfp.c42 if (*cp != '.' && !isdigit((int)*cp))
50 while (isdigit((int)*cpdec))
88 while (isdigit((int)*cp))
H A Datouint.c25 if (!isdigit((int)*cp))
H A Docttoint.c26 if (!isdigit((int)*cp) || *cp == '8' || *cp == '9')
H A Datoint.c37 if (!isdigit((int)*cp))
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dutil.c52 if (isdigit(*s & 255) && isdigit(*t & 255))
67 while (isdigit(*s & 255) && *s == *t)
77 if (isdigit(*s & 255) && !isdigit(*t & 255))
79 else if (!isdigit(*s & 255) && isdigit(*t & 255))
81 else if (!isdigit(*s & 255) || !isdigit(*t & 255))
97 while (isdigit(*
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dcharclass.h20 { "digit", isdigit },
H A Dinet_aton.c101 * 0x=hex, 0=octal, isdigit=decimal.
103 if (!isdigit(c))
114 if (isascii(c) && isdigit(c)) {
/macosx-10.10.1/sudo-73/src/emul/
H A Dcharclass.h28 { "digit", isdigit },
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dfix_grouping.c66 if (!isdigit((unsigned char)*src)) {
73 if (isdigit((unsigned char)*(src+1))) {
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDisallowCType.h52 #undef isdigit macro
69 #define isdigit isdigit_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfty_ipv4.c57 if (isdigit(UChar(*bp))) /* Must start with digit */
85 return ((isdigit(UChar(c)) || (c == '.')) ? TRUE : FALSE);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_tputs.c178 if (isdigit(UChar(*string))) {
179 while (isdigit(UChar(*string))) {
186 if (isdigit(UChar(*string))) {
190 while (isdigit(UChar(*string)))
215 if ((!isdigit(UChar(*string)) && *string != '.')
223 while (isdigit(UChar(*string))) {
230 if (isdigit(UChar(*string))) {
234 while (isdigit(UChar(*string)))
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DStringToOffsetTable.h64 if (isdigit(AggregateString[i+1])) {
65 assert(isdigit(AggregateString[i+2]) &&
66 isdigit(AggregateString[i+3]) &&
/macosx-10.10.1/shell_cmds-179/sleep/
H A Dsleep.c83 if (!isdigit((unsigned char)*p) && *p != '.') {
92 if (isdigit((unsigned char)*p)) {
111 if (isdigit((unsigned char)*++p))
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_utils.c151 if (!isdigit(c)) {
169 if (!isdigit(c)) {
187 if (!isdigit(c))
192 for (i = 0; isdigit(c) && (i < 2); i++) {
204 if (isdigit(c)) {
205 for (i = 0; isdigit(c) && (i < 2); i++) {
230 for (i = 0; isdigit(c) && (i < 4); i++) {
241 for (i = 0; isdigit(c) && (i < 2); i++) {
252 for (i = 0; isdigit(c) && (i < 2); i++) {
263 for (i = 0; isdigit(
[all...]
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias_ftp.c222 if (isdigit(ch)) {
229 if (isdigit(ch))
238 if (isdigit(ch))
303 if (isdigit(ch)) {
310 if (isdigit(ch))
319 if (isdigit(ch)) {
326 if (isdigit(ch))
375 if (isdigit(ch)) {
382 if (isdigit(ch))
391 if (isdigit(c
[all...]
/macosx-10.10.1/text_cmds-88/pr/
H A Degetopt.c121 if (strchr(ostr, '#') && (isdigit(eoptopt) ||
123 isdigit(*place)))) {
128 if (!isdigit(*p))
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtestscanw.c53 if (isdigit(UChar(*argv[1])))
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dinet_aton.c106 * 0x=hex, 0=octal, isdigit=decimal.
108 if (!isdigit(c & 0xff))
124 * for isdigit(). No cast necessary. Similar
127 if (isascii(c) && isdigit(c)) {

Completed in 404 milliseconds

1234567891011>>