HomeSort by relevance Sort by last modified time
    Searched refs:next_printf (Results 1 - 4 of 4) sorted by null

  /external/toybox/toys/lsb/
seq.c 38 char *s = next_printf(f, 0);
41 if (-1 == stridx("aAeEfFgG", *s) || (s = next_printf(s, 0))) {
  /external/toybox/toys/other/
stat.c 204 f = next_printf(f, &TT.pattern);
  /external/toybox/lib/
lib.h 231 char *next_printf(char *s, char **start);
lib.c 1153 char *next_printf(char *s, char **start) function

Completed in 66 milliseconds