Home
last modified time | relevance | path

Searched refs:isdigit (Results 76 – 100 of 605) sorted by path

12345678910>>...25

/illumos-gate/usr/src/cmd/devfsadm/
H A Daudio_link.c232 if (!isdigit(mn[i - 1])) in audio_process()
H A Ddevfsadm.c6371 } else if (isdigit(key[ADDR_S_LEN]) != FALSE) { in create_selector_list()
6385 } else if (isdigit(key[MINOR_S_LEN]) != FALSE) { in create_selector_list()
6519 if (isdigit(*link) == FALSE) { in create_link_list()
8094 if (isdigit(*p)) { in lookup_disk_dev_name()
8095 while (p != dev_name && isdigit(*p)) in lookup_disk_dev_name()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c1973 if (isdigit(optarg[strlen(optarg) - 1])) { in do_create_aggr()
6352 if (s[1] == '\0' || s[2] != '\0' || !isdigit(s[1])) in parse_wlan_keys()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c920 if (isdigit(str[0])) { in process_link_line()
1387 if (!isdigit(((char *)attrp->lp_val)[0])) in linkattr_upgrade()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.ProbeDescription.ksh40 java -cp test.jar TestProbeDescription isdigit entry
41 java -cp test.jar TestProbeDescription genunix isdigit entry
42 java -cp test.jar TestProbeDescription fbt genunix isdigit entry
43 java -cp test.jar TestProbeDescription fbt:genunix:isdigit:entry
H A Dtst.ProbeDescription.ksh.out3 ::isdigit:entry
4 :genunix:isdigit:entry
5 fbt:genunix:isdigit:entry
6 fbt:genunix:isdigit:entry
/illumos-gate/usr/src/cmd/expand/
H A Dexpand.c93 if (!isdigit(*(argv[i]+1)))
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c130 if (! isdigit(buf[i])) { in clean_buf()
/illumos-gate/usr/src/cmd/exstr/
H A Dexstr.c318 if (!isdigit(*cp++)) { in replace()
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c2604 if (!isdigit(*p)) { in pars_fdisk()
5050 if (!isdigit(buf[i])) {
5093 if (!isdigit(buf[i])) {
5177 if (!isdigit(buf[i])) {
5270 if ((buf[0] == '+') && (isdigit(buf[1]))) {
5298 if (!isdigit(buf[i])) {
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1501 if (isdigit(fbuf[j])) in sccs()
H A Dmagicutils.c138 if (isdigit(*p)) { in getstr()
/illumos-gate/usr/src/cmd/filesync/
H A Ddebug.c276 if (!isdigit(arg[0])) in dbg_set_error()
H A Dmain.c158 if (!isdigit(optarg[0])) { in main()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c360 if (!isdigit(c)) { in yylex()
400 if (!isdigit(c)) in yylex()
591 if (isdigit(c)) { in yylex()
H A Dtree.c612 if (!isdigit(*ptr)) { in tree_iname()
618 while (ptr > ss && isdigit(*(ptr - 1))) in tree_iname()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c250 if (isdigit(*p)) in fmd_log_check_hdr()
258 if (isdigit(*p)) in fmd_log_check_hdr()
H A Dfmd_string.c222 !isdigit(c) && c != '-' && c != '_' && c != '.') in fmd_strbadid()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddm_platform.c93 (!hex && !isdigit(*str))) { in isnumber()
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1032 if ((numstr == NULL) || (!isdigit(*numstr))) { in etm_create_epmaps()
1041 if ((numstr == NULL) || (!isdigit(*numstr))) { in etm_create_epmaps()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c121 if (!isdigit(*thiscom)) in config_lookup()
125 while (thiscom > path && isdigit(*thiscom)) in config_lookup()
127 if (thiscom == path && isdigit(*thiscom)) in config_lookup()
H A Dfme.c4306 ASSERT(isdigit(*ptr)); in fme_istat_load()
H A Dplatform.c1492 while (!isdigit(*indexptr) && indexptr < indexend) in get_array_info()
1494 while (!isdigit(*indexend) && indexptr <= indexend) in get_array_info()
/illumos-gate/usr/src/cmd/fold/
H A Dfold.c110 isdigit(argv[narg][1])) { in main()
/illumos-gate/usr/src/cmd/format/
H A Dio.c1078 while (*s && (isdigit(*s) || (*s == '.') || (*s == '$'))) { in input()
1259 while (*s && (isdigit(*s) || (*s == '.') || (*s == '$'))) { in input()
1508 while (*s && (isdigit(*s) || (*s == '.') || (*s == '$'))) { in input()

12345678910>>...25