Home
last modified time | relevance | path

Searched refs:isdigit (Results 251 – 275 of 605) sorted by path

1...<<11121314151617181920>>...25

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c545 if (*endptr && !isdigit((int)*endptr)) { in parse_operands()
586 if (*endptr && !isdigit((int)*endptr)) { in parse_operands()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c1227 while (i < argc && !isdigit(argv[i][0])) { in do_args()
1244 while (optind < argc && !isdigit(argv[optind][0])) in do_args()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c526 while (*f != '\0' && isdigit(*f)) in lookup_raw_kstat_fn()
533 while (*f != '\0' && isdigit(*f)) in lookup_raw_kstat_fn()
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c133 while (argc > 0 && !isdigit(argv[0][0]) && in main()
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c143 while (isdigit(*cp)) in script_suffix()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1817 if (isdigit(*c)) in lxml_get_cardinality_attribute()
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c214 if (!isalpha(*pt) && !isdigit(*pt)) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddoulimit.c127 if (!isdigit(fslimit[cnt])) in assign_ulimit()
H A Disreloc.c144 if (isdigit(*entry)) { in has_rel_path()
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c124 if (!isalpha(*pt) && !isdigit(*pt)) { in main()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c348 if (! (isdigit(*pstr))) { in main()
1083 if (*p == '<' && isdigit(*(p+1))) { in formatnet()
1085 while (isdigit(*++p)) in formatnet()
3566 if (isdigit(*name)) in decode()
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c205 (isdigit(*(scan+1)) && *(scan+2) == '\0')) { in main()
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c249 return (isdigit(c) ? B_TRUE : B_FALSE); in iscount()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c778 if (isdigit(*cp) || *cp == 'f') in main()
/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c45 if (cstore[0] == '.' && !isdigit((unsigned char)cstore[1])) in gettbl()
H A Dt9.c44 if (dataln[0] == '.' && !isdigit((unsigned char)dataln[1])) in domore()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c2082 isdigit(argv[optind][1])))) in main()
2133 isdigit(argv[optind][1])))) { in main()
2154 isdigit(argv[optind][1])))) in main()
2196 isdigit(argv[optind][1])))) in main()
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c503 if (! isdigit(*name) && ! islower(*name) && ! isupper(*name)) in invalid_term_name()
H A Dtic_scan.c208 if (isdigit(ch)) in get_token()
224 isdigit(ch)) in get_token()
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv831.c236 if (!isdigit(*s) && *s == '<' && *s != '_') in sanitize()
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c338 while (isdigit(*bp)) in tgetnum()
427 if (isdigit(c)) { in tdecode()
431 while (--i && isdigit(*str)) in tdecode()
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c262 if (!isdigit(c)) in isnumber()
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c262 if (!isdigit(*string++)) { in allnumeric()
461 while (isdigit (*cap)) in getpad()
464 isdigit(*cap)) in getpad()
/illumos-gate/usr/src/cmd/tr/
H A Dstr.c334 if (isdigit((uchar_t)*s->str)) {
361 if (!isdigit(ch) || ch > '7') in backslash()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c444 while (isdigit((unsigned char)*s))
1466 if (isdigit((unsigned char)*a)) {
1469 while (isdigit((unsigned char)*a));

1...<<11121314151617181920>>...25