Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
H A Dproto.h148 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
928 retval = *ep == '\0' || trailing_stuff_ok; in is_valid_number()