Searched refs:spn (Results 1 – 1 of 1) sorted by relevance
4222 ssize_t spn = xo_strnspn(fmt, flen, "0123456789.*+ -"); in xo_format_is_numeric() local4223 if (spn >= flen) in xo_format_is_numeric()4226 fmt += spn; /* Move along the input string */ in xo_format_is_numeric()4227 flen -= spn; in xo_format_is_numeric()4230 spn = xo_strnspn(fmt, flen, "hljtqz"); in xo_format_is_numeric()4231 if (spn >= flen) in xo_format_is_numeric()4234 fmt += spn; /* Move along the input string */ in xo_format_is_numeric()4235 flen -= spn; in xo_format_is_numeric()