Home
last modified time | relevance | path

Searched refs:trailing_stuff_ok (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dproto.h147 extern bool is_valid_number(const char *s, bool trailing_stuff_ok,
H A Dlib.c876 bool is_valid_number(const char *s, bool trailing_stuff_ok, in is_valid_number() argument
930 retval = *ep == '\0' || trailing_stuff_ok; in is_valid_number()