Home
last modified time | relevance | path

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

/external/toybox/toys/lsb/
Dseq.c36 char *s = next_printf(f, 0);
39 if (-1 == stridx("aAeEfFgG", *s) || (s = next_printf(s, 0))) {
/external/toybox/lib/
Dlib.h201 char *next_printf(char *s, char **start);
Dlib.c1019 char *next_printf(char *s, char **start) in next_printf() function