Home
last modified time | relevance | path

Searched refs:isdigit (Results 51 – 75 of 605) sorted by path

12345678910>>...25

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c211 if (isdigit((unsigned char)*++pos)) in choose_server()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c351 if (isdigit(port[0])) { in i_parseport()
958 if (isdigit(*val)) { in i_store_val()
981 if (isdigit(*val)) { in i_store_val()
1045 if (isdigit(*val)) in i_store_val()
1051 if (isdigit(*val)) in i_store_val()
1057 if (isdigit(*val)) in i_store_val()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c169 if (argc > 1 && isdigit(*(argv + 1)[0])) { in main()
H A Dndd.c566 if (!isdigit(len_buf[0])) { in getset_interactive()
H A Dsyncinit.c132 if (!isdigit(*cp)) { in main()
H A Dsyncloop.c178 if (!isdigit(*cp)) { in main()
H A Dsyncstat.c112 for (cp = sername; (*cp) && (!isdigit(*cp)); cp++) {} in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4217 if (isdigit((int)str[0])) { in readuser()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c2872 if (isdigit(str[0])) { in parse_type_code()
3482 if (!isdigit(*tmp)) in valid_algorithm()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c819 isdigit(*(p + 1)) ? in show_string()
H A Dsnoop_filter.c1220 if (isdigit(*tkp) || colons > 1) { in next()
1938 if (isdigit(*netname)) { in netaddr_match()
1991 if (isdigit(*portname)) { in port_match()
2034 if (isdigit(*progname)) { in rpc_match_prog()
H A Dsnoop_pf.c889 if (isdigit(*netname)) { in pf_netaddr_match()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c1925 if (isdigit(pbuf[i]) == 0) { in is_waittime_valid()
2780 if (isdigit(pbuf[i]) == 0) { in is_prefer_rank_valid()
2826 if (isdigit(pbuf[i]) == 0) { in is_wepkeyindex_valid()
2845 if (isdigit(pbuf[i]) == 0) { in is_channel_valid()
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c330 if (*next != '\0' || !isdigit(**pidlist)) { in do_processes()
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c278 if (!isdigit(*str)) in get_ull_tok()
/illumos-gate/usr/src/cmd/cron/
H A Dat.c231 if (isdigit(proj[0]) && in main()
H A Dcron.c3085 while (isdigit(*name)) { in parsqdef()
H A Dfuncs.c54 while (isdigit(**ptr)) { in num()
H A Dparse.c57 } while (isdigit(line[++cursor]))
120 if (!isdigit(line[cursor])) { in next_field()
134 if (!isdigit(line[cursor])) { in next_field()
154 if (!isdigit(line[cursor])) { in next_field()
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c219 while (isdigit(*cp)) { in _print()
234 while (isdigit(*cp)) { in _print()
H A Dsh.char.h28 #define iswdigit(c) isdigit(c)
H A Dsh.tchar.c858 if (!isdigit(*(c++))) in chkalldigit_()
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c118 if (!isdigit((int)*ptr)) in main()
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c397 if (isdigit(str[i])) break; in datadm_parse_version()
412 if (!isdigit(str[i])) break; in datadm_parse_version()
425 if (!isdigit(str[i])) break; in datadm_parse_version()
/illumos-gate/usr/src/cmd/date/
H A Ddate.c235 isdigit(secptr[1]) && isdigit(secptr[2]) && in setdate()
242 if (!isdigit(date[i])) { in setdate()

12345678910>>...25