HomeSort by relevance Sort by last modified time
    Searched refs:is_number (Results 1 - 16 of 16) sorted by null

  /system/core/sh/
mystring.h 42 int is_number(const char *);
mystring.c 51 * is_number(s) Return true if s is a string of digits.
114 if (! is_number(s))
126 is_number(const char *p) function
trap.c 93 if (is_number(p))
172 if (is_number(*ap))
histedit.c 476 return (!is_number(s));
495 if (is_number(s)) {
jobs.c 705 if (is_number(name + 1)) {
748 } else if (is_number(name)) {
  /external/mesa3d/src/glsl/
s_expression.h 65 virtual bool is_number() const { return false; } function in class:s_expression
78 bool is_number() const { return true; } function in class:s_number
  /ndk/sources/host-tools/nawk-20071023/
lib.c 151 if (is_number(fldtab[0]->sval)) {
247 if (is_number(q->sval)) {
343 if(is_number(p->sval)) {
682 int is_number(const char *s) function
tran.c 112 if (is_number(*av))
134 if (is_number(p))
355 if (is_number(vp->sval) && !(vp->tval&CON))
proto.h 145 extern int is_number(const char *);
run.c 424 if (is_number(fldtab[0]->sval)) {
721 if (m == 0 && !is_number(s = getsval(x))) /* suspicion! */
1253 if (is_number(s))
1272 if (is_number(s))
1292 if (is_number(t))
1321 if (is_number(t))
    [all...]
  /external/openssl/crypto/conf/
conf.h 97 int (*is_number)(const CONF *conf, char c); member in struct:conf_method_st
conf_api.c 173 if (conf->meth->is_number(conf, *str))
conf_lib.c 356 for (*result = 0;conf->meth->is_number(conf, *str);)
  /external/openssl/include/openssl/
conf.h 97 int (*is_number)(const CONF *conf, char c); member in struct:conf_method_st
  /external/libpng/contrib/gregbook/
rpng2-x.c 174 static int is_number (char *p);
427 if (!argv[1] || !is_number(argv[1]))
2058 static int is_number(char *p) function
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 1065 def is_number(self,i): member in class:CppExpr
    [all...]

Completed in 441 milliseconds