Searched refs:is_number (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dgetflags.c187 * is_number: Returns true if argument consists only of ASCII "0" thru "9"
191 boolean is_number
270 if (is_number(av[1]))
411 if (is_number(av[1]))
188 boolean is_number function
/macosx-10.10.1/awk-20/src/
H A Dlib.c151 if (is_number(fldtab[0]->sval)) {
249 if (is_number(q->sval)) {
345 if(is_number(p->sval)) {
684 int is_number(const char *s) function
H A Dtran.c112 if (is_number(*av))
134 if (is_number(p))
355 if (is_number(vp->sval) && !(vp->tval&CON))
H A Dproto.h142 extern int is_number(const char *);
H A Drun.c427 if (is_number(fldtab[0]->sval)) {
724 if (m == 0 && !is_number(s = getsval(x))) /* suspicion! */
1256 if (is_number(s))
1275 if (is_number(s))
1295 if (is_number(t))
1324 if (is_number(t))
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Djson.c314 is_number(uint8_t n) function
335 if (is_number(*ctx->p)) {
653 } else if (is_number(*ctx->p) || *ctx->p == '-') {
/macosx-10.10.1/groff-38/groff/src/libs/libbib/
H A Dindex.cpp474 int is_number = 1; local
480 is_number = 0;
482 if (is_number && !(len == 4 && start[0] == '1' && start[1] == '9'))
/macosx-10.10.1/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp694 int is_number = 1;
697 is_number = 0;
700 if (is_number && !(len == 4 && s[0] == '1' && s[1] == '9'))
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dconf.h98 int (*is_number)(const CONF *conf, char c); member in struct:conf_method_st
H A Dconf_api.c177 if (conf->meth->is_number(conf, *str))
H A Dconf_lib.c350 for (*result = 0;conf->meth->is_number(conf, *str);)
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dconf.h98 int (*is_number)(const CONF *conf, char c); member in struct:conf_method_st

Completed in 145 milliseconds