Searched refs:isnumber (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/include/
H A Dctype.h76 int isnumber(int);
129 #define isnumber(c) __sbistype((c), _CTYPE_D) macro
/freebsd-10-stable/lib/libc/locale/
H A Disctype.c134 #undef isnumber macro
136 isnumber(c) function
H A DSymbol.map18 isnumber;
H A DMakefile.inc55 MLINKS+=isdigit.3 isnumber.3
/freebsd-10-stable/usr.bin/rctl/
H A Drctl.c64 if (!isnumber(s[0]))
85 if (!isnumber(s[0]))
/freebsd-10-stable/contrib/one-true-awk/
H A DFIXES450 changed isnumber to is_number to avoid the problem caused by
451 versions of ctype.h that include the name isnumber.
766 removed an apparently unnecessary test in isnumber().

Completed in 197 milliseconds