Home
last modified time | relevance | path

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

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