Home
last modified time | relevance | path

Searched defs:is_number (Results 1 – 5 of 5) 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/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.c335 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