Home
last modified time | relevance | path

Searched refs:isdigit (Results 26 – 50 of 605) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c171 if (first_char && !isdigit(c)) { in gpkgmap()
197 } while (isdigit(c)); in gpkgmap()
480 if (!isdigit(tempmode[n])) { in getvalmode()
529 if ((c == EOF) || (c == '\n') || !isdigit(c)) { in getnum()
535 while (isdigit(c)) { in getnum()
564 while (isdigit(c)) { in getlnum()
678 if (first_char && !isdigit(c)) { in gpkgmapvfp()
714 } while (isdigit(c)); in gpkgmapvfp()
1019 if (!isdigit(tempmode[n])) { in getvalmodevfp()
1076 while (isdigit(c)) { in getnumvfp()
[all …]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_num.c123 while (*x && isdigit(*x)) in fcheck_num()
127 while (*x && isdigit(*x)) in fcheck_num()
145 #define charok(c) (isdigit(c) || c == '-' || c == '.')
H A Dty_int.c123 while (*x && isdigit(*x)) in fcheck_int()
140 #define charok(c) (isdigit(c) || c == '-')
/illumos-gate/usr/src/cmd/cron/
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/lib/gss_mechs/mech_krb5/mech/
H A Doid_ops.c349 while ((bp < &cp[oid_str->length]) && isdigit(*bp))
357 while ((bp < &cp[oid_str->length]) && isdigit(*bp))
363 while (isdigit(*bp)) {
371 while ((bp < &cp[oid_str->length]) && isdigit(*bp))
390 while (isdigit(*bp))
399 while (isdigit(*bp))
403 while (isdigit(*bp)) {
422 while (isdigit(*bp))
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcvt.c291 isdigit(c = sfnext(ip))) in html2msg()
301 } while (isdigit(c = sfgetc(ip))); in html2msg()
460 if (!isdigit(*s)) in msg2html()
463 while (isdigit(c = *s++)) in msg2html()
611 else if (isdigit(c) && isdigit(*s)) in msg2html()
614 if (isdigit(*s)) in msg2html()
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c124 (isdigit(x) ? (x - '0') : ((islower(x) ? (x - 'a') : (x - 'A')) + 10))
178 if (!isdigit(c1)) { in scan_dec_byte()
184 if (!isdigit(c2)) { in scan_dec_byte()
191 if (!isdigit(c3)) { in scan_dec_byte()
448 if (isdigit(*token) || (*token == '-' && isdigit(token[1]))) { in consume_token()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_addr.c95 if (!isdigit(peekchar())) { in setcount()
134 if (!isdigit(peekchar())) { in setcount2()
164 for (cnt = 0; isdigit(peekcd());) in getnum()
225 if (isdigit(peekcd())) {
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_pton.c98 } else if (isascii(ch) && isdigit(ch)) { in inet_net_pton_ipv4()
110 isascii(ch) && isdigit(ch)); in inet_net_pton_ipv4()
119 if (!isascii(ch) || !isdigit(ch)) in inet_net_pton_ipv4()
127 isdigit((unsigned char)(src[0])) && dst > odst) { in inet_net_pton_ipv4()
138 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch)); in inet_net_pton_ipv4()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c469 if (!isdigit(c = *p)) { in atoi()
479 if (!isdigit(c)) in atoi()
482 for (n = '0' - c; isdigit(c = *++p); ) { in atoi()
669 if (val == NULL || !isdigit(*val)) in boot_nfs_mountroot()
674 if (val == NULL || !isdigit(*val)) in boot_nfs_mountroot()
681 if (val == NULL || !isdigit(*val)) in boot_nfs_mountroot()
686 if (val == NULL || isdigit(*val)) in boot_nfs_mountroot()
694 if (val == NULL || !isdigit(*val)) in boot_nfs_mountroot()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfix_grouping.c68 if (!isdigit((unsigned char)*src)) { in __fix_locale_grouping_str()
75 if (isdigit((unsigned char)*(src+1))) { in __fix_locale_grouping_str()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_vxvm.c199 while (isdigit(*p)) { in is_ctds()
207 while (isdigit(*p) || isupper(*p)) { in is_ctds()
215 while (isdigit(*p)) { in is_ctds()
224 while (isdigit(*p)) { in is_ctds()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c287 while (*fmt && isdigit(*fmt)) in extract_format()
317 while (*fmt && isdigit(*fmt)) in extract_format()
321 if (isdigit(fmt[1])) { in extract_format()
324 while (*fmt && isdigit(*fmt)) in extract_format()
410 if (isdigit(*fmt)) in extract_format()
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c226 (isdigit(x) ? (x - '0') : ((islower(x) ? (x - 'a') : (x - 'A')) + 10))
280 if (!isdigit(c1)) { in scan_dec_byte()
286 if (!isdigit(c2)) { in scan_dec_byte()
293 if (!isdigit(c3)) { in scan_dec_byte()
613 if (isdigit(*token) || (*token == '-' && isdigit(token[1]))) { in consume_token()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtokenize.c352 for(i=1; isdigit(z[i]); i++){} in sqliteGetToken()
353 if( z[i]=='.' && isdigit(z[i+1]) ){ in sqliteGetToken()
355 while( isdigit(z[i]) ){ i++; } in sqliteGetToken()
359 ( isdigit(z[i+1]) in sqliteGetToken()
360 || ((z[i+1]=='+' || z[i+1]=='-') && isdigit(z[i+2])) in sqliteGetToken()
364 while( isdigit(z[i]) ){ i++; } in sqliteGetToken()
H A Dutil.c525 if( !isdigit(*z) ){ in sqliteIsNumber()
529 while( isdigit(*z) ){ z++; } in sqliteIsNumber()
532 if( !isdigit(*z) ) return 0; in sqliteIsNumber()
533 while( isdigit(*z) ){ z++; } in sqliteIsNumber()
538 if( !isdigit(*z) ) return 0; in sqliteIsNumber()
539 while( isdigit(*z) ){ z++; } in sqliteIsNumber()
565 while( isdigit(*z) ){ in sqliteAtoF()
572 while( isdigit(*z) ){ in sqliteAtoF()
590 while( isdigit(*z) ){ in sqliteAtoF()
/illumos-gate/usr/src/cmd/renice/
H A Drenice.c124 if (isdigit(argv[1][0])) { in main()
133 isdigit(argv[1][1])) { /* renice priority ... */ in main()
177 if (isdigit(argv[0][0])) { in main()
292 if (which == PRIO_USER && !isdigit(argv[0][0])) { in parse_obsolete_options()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h81 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \
84 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c187 if (isdigit((unsigned char)*s)) in outlist()
190 while (isdigit((unsigned char)*s)); in outlist()
197 if (isdigit((unsigned char)*s)) in outlist()
200 while (isdigit((unsigned char)*s)); in outlist()
308 } while (isdigit(c = getc(fp))); in conv()
319 } while (isdigit(c = getc(fp))); in conv()
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.c306 if (isdigit((unsigned char)c)) { in expand_es()
332 if (isdigit((unsigned char)c)) { in expand_es()
455 isdigit(uc) || (uc == '_'))) { in yylex()
489 if (isdigit(uc)) { in yylex()
497 isdigit(uc = pch->buf[0])) { in yylex()
H A Dcheck_header.c259 if (isdigit((unsigned char)c)) { in check_gnu()
264 if (isdigit(*up)) { in check_gnu()
267 if (isdigit(*up)) { in check_gnu()
H A Dgnu_check.c60 while (*fmt && isdigit(*fmt)) in extract_format()
85 while (*fmt && isdigit(*fmt)) in extract_format()
89 if (isdigit(*(fmt + 1))) { in extract_format()
92 while (*fmt && isdigit(*fmt)) in extract_format()
195 if (isdigit(*fmt)) in extract_format()
/illumos-gate/usr/src/uts/common/sys/
H A Dctype.h70 isdigit(char c) in isdigit() function
74 #pragma inline(isdigit)
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmexpress.c296 if (!isdigit(*optarg++)) { in ttymon_options()
367 if (isdigit(*++ptr)) { in getty_options()
370 while (isdigit(*++ptr)) in getty_options()
374 if (isdigit(*(ptr = *++argv))) in getty_options()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_utils.c43 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
181 } else if (isdigit(fmt)) { in ibmf_utils_unpack_data()
329 } else if (isdigit(fmt)) { in ibmf_utils_pack_data()

12345678910>>...25