Searched defs:isnumber (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dwhich.c144 if (!isnumber(dashp))
152 isnumber ( function
156 isnumber (s)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Diswctype.c167 #undef isnumber macro
168 #pragma weak isnumber = iswnumber macro
/illumos-gate/usr/src/cmd/fs.d/ufs/clri/
H A Dclri.c72 static int isnumber(const char *s);
149 if (!isnumber(argv[i])) {
203 isnumber(const char *s) function
/illumos-gate/usr/src/boot/include/
H A Dctype.h76 int isnumber(int);
129 #define isnumber(c) __sbistype((c), _CTYPE_D|_CTYPE_N) macro
/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c81 static int isnumber(char *);
211 if (isnumber(argv[0])) {
527 isnumber(char *s) function
/illumos-gate/usr/src/cmd/chown/
H A Dchown.c75 static int isnumber(char *);
213 if (isnumber(grpp)) {
244 if (isnumber(argv[0])) {
514 isnumber(char *s) function
/illumos-gate/usr/src/ucbcmd/chown/
H A Dchown.c104 if (!isnumber(group)) {
122 if (!isnumber(argv[0])) {
156 isnumber(char *s) function
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c159 if (!isnumber(argv[optind])) { /* BSD version only sets Present */
338 isnumber(s) function
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c92 static int isnumber(char *);
232 if (!isnumber(optarg))
249 if (!isnumber(optarg))
261 if (!isnumber(optarg))
443 isnumber(char *s) function
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c53 static int isnumber(char *);
171 if (timespecified == 0 && argc >= 2 && isnumber(*argv) &&
257 isnumber(char *s) function
317 if (year == NULL || strlen(year) < 4 || !isnumber(year) ||
318 month == NULL || strlen(month) != 2 || !isnumber(month) ||
319 day == NULL || strlen(day) != 2 || !isnumber(day) ||
320 hour == NULL || strlen(hour) != 2 || !isnumber(hour) ||
321 minute == NULL || strlen(minute) != 2 || !isnumber(minute) ||
322 second == NULL || strlen(second) != 2 || !isnumber(second) ||
323 (fraction != NULL && (*fraction == '\0' || !isnumber(fractio
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddm_platform.c79 isnumber(const char *str) function
148 if (isnumber(eq)) {
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h195 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL)) macro
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c76 static int isnumber(char *);
425 if (isnumber(optarg)) {
438 if (isnumber(optarg)) {
544 isnumber(s) function
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c332 static int isnumber(char *);
418 if (isnumber(optarg)) {
4922 isnumber(char *s) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile897 isnumber.3c \
1872 isnumber.3c := LINKSRC = iswalpha.3c

Completed in 133 milliseconds