Searched refs:ISDIGIT (Results 1 - 25 of 116) sorted by relevance

12345

/macosx-10.9.5/text_cmds-87/sort/
H A Dstrnumcmp-in.h32 /* ISDIGIT differs from isdigit, as follows:
36 POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to
39 # define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
81 if (! ISDIGIT (*a))
83 if (ISDIGIT (*a) && ISDIGIT (*b))
85 if (ISDIGIT (*a))
87 if (ISDIGIT (*b))
96 return ISDIGIT (*a);
103 return - ISDIGIT (*
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dalldig.c45 if (!ISDIGIT(*cp))
H A Dhex_quote.c85 if (ISDIGIT(cp[1]))
93 if (ISDIGIT(cp[2]))
H A Dunescape.c76 #define ISOCTAL(ch) (ISDIGIT(ch) && (ch) != '8' && (ch) != '9')
169 if (ISDIGIT(*UCHAR(data)))
H A Dvalid_hostname.c109 if (!ISDIGIT(ch))
201 if (ISDIGIT(ch)) {
H A Dvbuf_print.c172 for (width = 0; ch = *cp, ISDIGIT(ch); cp++) {
188 for (prec = 0; ch = *cp, ISDIGIT(ch); cp++) {
H A Dhost_port.c160 if (*port != def_service && ISDIGIT(**port) && !alldig(*port))
H A Ddict_tcp.c228 !ISDIGIT(start[0]) || !ISDIGIT(start[1])
229 || !ISDIGIT(start[2]) || !ISSPACE(start[3])
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))];
148 while (ISDIGIT (*p1++))
149 if (!ISDIGIT (*p2++))
152 return ISDIGIT (*p2) ? -1 : diff;
H A Dstrtod.c105 if (ISDIGIT (*p) || *p == '.')
108 while (ISDIGIT (*p) || (!got_dot && *p == '.'))
122 if (ISDIGIT (p[i]))
124 while (ISDIGIT (p[i]))
H A Dstrtol.c139 if (ISDIGIT(c))
H A Dstrtoul.c91 if (ISDIGIT(c))
H A D_doprnt.c101 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
110 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
H A Dcplus-dem.c496 if (! ISDIGIT ((unsigned char)**type))
499 while (ISDIGIT ((unsigned char)**type))
510 while (ISDIGIT ((unsigned char) **type))
538 if (!ISDIGIT ((unsigned char)**mangled))
947 if (ISDIGIT ((unsigned char) mangled[len0 - 1])) {
948 for (i = len0 - 2; i >= 0 && ISDIGIT ((unsigned char) mangled[i]); i -= 1)
1457 while (**mangled && ISDIGIT ((unsigned char)**mangled))
1793 while (ISDIGIT ((unsigned char)**mangled))
1802 while (ISDIGIT ((unsigned char)**mangled))
1812 while (ISDIGIT ((unsigne
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dsmtp_reply_footer.c111 if (!ISDIGIT(cp[0]) || !ISDIGIT(cp[1]) || !ISDIGIT(cp[2])
H A Dxtext.c103 if (ISDIGIT(cp[1]))
111 if (ISDIGIT(cp[2]))
H A Drec_type.h153 while (ISDIGIT(*_p)) \
H A Doff_cvt.c80 if (!ISDIGIT(ch))
/macosx-10.9.5/gpatch-3/patch/
H A Dpartime.c73 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
470 if ((s[0] == ',' || s[0] == '.') && ISDIGIT (s[1]))
474 while (ISDIGIT (*++s))
588 if (ISDIGIT (*s))
592 if (*s == ':' && s[-3] == ':' && ISDIGIT (s[1])
596 if (ISDIGIT (*s))
618 if (ISDIGIT (*s))
635 if (ISDIGIT (*s) || *s == ':')
688 s = parse_ranged (s, (ISDIGIT (s[0]) && ISDIGIT (
[all...]
H A Dbackupfile.c94 /* ISDIGIT differs from isdigit, as follows:
98 POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to
101 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
221 for (p = &backup[base_length + 2]; ISDIGIT (*p); ++p)
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_dsn_fix.c102 if (ISDIGIT(status[0]) && strncmp(status + 1, ".1.", 3) == 0) {
/macosx-10.9.5/tcsh-65/tcsh/
H A Dvms.termcap.c32 #define ISDIGIT(x) ((x) >= '0' && (x) <= '9') macro
145 for (ret = 0, cp++ ; *cp && ISDIGIT(*cp) ; cp++)
234 for (i=0 ; *cp && ISDIGIT(*cp) ;
324 for (delay = 0; *cp && ISDIGIT(*cp) ; cp++)
/macosx-10.9.5/patch_cmds-17/patch/
H A Dbackupfile.c30 #define ISDIGIT(c) (isascii (c) && isdigit (c)) macro
135 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) {
136 for (p = &backup[base_length]; ISDIGIT(*p); ++p)
/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Duprntf_p.c1026 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
1070 if(ISDIGIT(*alias)) {
1073 if(ISDIGIT(*alias)) {
1076 while(ISDIGIT(*alias)) {
1134 if(ISDIGIT(*alias)) {
1137 while(ISDIGIT(*alias)) {
1146 while (ISMOD(*alias) || ISFLAG(*alias) || ISDIGIT(*alias) ||
1272 if(ISDIGIT(*alias)) {
1278 if(ISDIGIT(*alias)) {
1281 while(ISDIGIT(*alia
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_fnmatch.c260 (ISDIGIT(c) && ISDIGIT(rangestart)) ||
367 found = ISDIGIT(*s);

Completed in 158 milliseconds

12345