Home
last modified time | relevance | path

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

/external/one-true-awk/
Dproto.h149 extern bool is_valid_number(const char *s, bool trailing_stuff_ok,
Dlib.c781 bool is_valid_number(const char *s, bool trailing_stuff_ok, in is_valid_number() argument
835 retval = *ep == '\0' || trailing_stuff_ok; in is_valid_number()