Home
last modified time | relevance | path

Searched refs:next_printf (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/lsb/
Dseq.c37 char *s = next_printf(f, 0); in insanitize()
40 if (-1 == stridx("aAeEfFgG", *s) || (s = next_printf(s, 0))) { in insanitize()
/external/toybox/toys/other/
Dstat.c200 f = next_printf(f, &TT.pattern); in stat_main()
/external/toybox/lib/
Dlib.h251 char *next_printf(char *s, char **start);
Dlib.c1207 char *next_printf(char *s, char **start) in next_printf() function