Home
last modified time | relevance | path

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

1...<<2122232425

/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c2066 isdigit(int ch) in isdigit() function
2072 #define bad(val) (val == NULL || !isdigit(*val))
2080 if (!isdigit(c = *p)) { in hpc3130_atoi()
2090 if (!isdigit(c)) in hpc3130_atoi()
2093 for (n = '0' - c; isdigit(c = *++p); ) { in hpc3130_atoi()
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1324 isdigit(int ch) in isdigit() function
1337 if (!isdigit(c = *p)) { in strtoi()
1347 if (!isdigit(c)) { in strtoi()
1353 for (n = '0' - c; isdigit(c = *++p); ) { in strtoi()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c3428 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
3453 if ((!isdigit(c[0])) || (!(isdigit(c[1]))) || in parse_unum_memory()
3488 if ((!isdigit(c[0])) || ((c[1] != 'A') && (c[1] != 'B'))) { in parse_unum_memory()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c2113 isdigit(int ch) in isdigit() function
2126 if (!isdigit(c = *p)) { in sbdp_strtoi()
2136 if (!isdigit(c)) { in sbdp_strtoi()
2142 for (n = '0' - c; isdigit(c = *++p); ) { in sbdp_strtoi()
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c1312 isdigit(int ch) in isdigit() function
1325 if (!isdigit(c = *p)) { in strtoi()
1335 if (!isdigit(c)) { in strtoi()
1341 for (n = '0' - c; isdigit(c = *++p); ) { in strtoi()

1...<<2122232425