Home
last modified time | relevance | path

Searched refs:isdigit (Results 201 – 225 of 605) sorted by path

12345678910>>...25

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c715 if (isdigit(*tmp_ptr)) in my_atoll()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c836 if (str == NULL || !isdigit(*str)) in convert_int()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c486 if (!isalpha(*tmp) && !isdigit(*tmp)) { in generate_guard()
H A Drpc_scan.c376 } while (isdigit(*p)); in findconst()
470 while (isdigit(*line)) in docppline()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1613 while (*tptr && isdigit(*tptr++));
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c2763 if (isdigit(name1[i]) && isdigit(name2[i])) in sas_name_comp()
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c490 while (isdigit(*cp)) in cmd()
497 while (isdigit(*cp)) in cmd()
505 while (isdigit(*cp)) in cmd()
512 while (isdigit(*cp)) in cmd()
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c709 else if (c == '\\' && isdigit((unsigned char)*src)) in regsub()
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_appinit.c725 if (isdigit(*trv))
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h201 # undef isdigit
202 # define isdigit(__a) (_IS(__a,_ISDIGIT)) macro
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c305 if (isascii(*colon) && isdigit(*colon))
H A Dsmfi.c537 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
543 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
581 !isascii(rcode[1]) || !isdigit(rcode[1]) ||
582 !isascii(rcode[2]) || !isdigit(rcode[2]))
662 !isascii(rcode[1]) || !isdigit(rcode[1]) ||
663 !isascii(rcode[2]) || !isdigit(rcode[2]))
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c302 while (isascii(*s) && isdigit(*s))
H A Dexc.c90 if (isdigit(*p))
H A Dmbdb.c324 if (!isascii(*p) || !isdigit(*p))
687 else if (!isascii(*p) || !isdigit(*p))
709 else if (!isascii(*p) || !isdigit(*p))
H A Dstrto.c120 if (isascii(c) && isdigit(c))
226 if (isascii(c) && isdigit(c))
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Derr.c31 if (isascii(m[0]) && isdigit(m[0]) &&
32 isascii(m[1]) && isdigit(m[1]) &&
33 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ')
55 if (isascii(m[0]) && isdigit(m[0]) &&
56 isascii(m[1]) && isdigit(m[1]) &&
57 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ')
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4130 if (isascii(c) && isdigit(c))
H A Dconvtime.c61 while ((c = *p++) != '\0' && isascii(c) && isdigit(c))
H A Ddaemon.c1511 if (isascii(*v) && isdigit(*v))
1651 if (!isascii(*addr) || !isdigit(*addr) ||
1725 if (isascii(*port) && isdigit(*port))
1749 if (isascii(*port) && isdigit(*port))
1774 if (isascii(*port) && isdigit(*port))
H A Derr.c730 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
736 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
776 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
786 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
H A Dmain.c4006 isascii(nxtc) && isdigit(nxtc))
H A Dmap.c363 if (!(isascii(c) && isdigit(c)))
408 if (!(isascii(c) && isdigit(c)))
3534 if (isascii(*p) && (islower(*p) || isdigit(*p)))
5365 if (!(isascii(*dbg_level) && isdigit(*dbg_level)))
5758 if (!(isascii(*map->map_keycolnm) && isdigit(*map->map_keycolnm)))
5772 if (!(isascii(*map->map_valcolnm) && isdigit(*map->map_valcolnm)))
7570 if (isascii(*colon) && isdigit(*colon))
H A Dmilter.c136 !isascii(response[1]) || !isdigit(response[1]) || \
137 !isascii(response[2]) || !isdigit(response[2])) \
844 if (isascii(*colon) && isdigit(*colon))
H A Dparseaddr.c2057 else if (isascii(hbuf[0]) && isdigit(hbuf[0]))

12345678910>>...25