Home
last modified time | relevance | path

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

/third_party/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()
/third_party/toybox/toys/other/
Dstat.c217 f = next_printf(f, &TT.pattern); in stat_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h258 char *next_printf(char *s, char **start);
/third_party/toybox/lib/
Dlib.h266 char *next_printf(char *s, char **start);
Dlib.c1203 char *next_printf(char *s, char **start) in next_printf() function
/third_party/toybox/toys/posix/
Dfind.c615 fmt = next_printf(ff = fmt-1, 0); in do_find()