Home
last modified time | relevance | path

Searched defs:is_number (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dproto.h149 #define is_number(s, val) is_valid_number(s, false, NULL, val) macro
/freebsd/bin/sh/
H A Dmystring.c77 is_number(const char *p) in is_number() function
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_integer.h88 bool is_number = false; variable
H A Dwcs_to_integer.h75 bool is_number = false; variable
/freebsd/crypto/openssl/include/openssl/
H A Dconftypes.h29 int (*is_number)(const CONF *conf, char c); member
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_lib.c336 int (*is_number)(const CONF *, char) = &default_is_number; in NCONF_get_number_e() local
/freebsd/contrib/lutok/
H A Dstate.cpp442 lutok::state::is_number(const int index) in is_number() function in lutok::state