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

  /external/toybox/toys/lsb/
seq.c 36 char *s = next_printf(f, 0);
39 if (-1 == stridx("aAeEfFgG", *s) || (s = next_printf(s, 0))) {
  /external/toybox/lib/
lib.h 201 char *next_printf(char *s, char **start);
lib.c 1019 char *next_printf(char *s, char **start) function

Completed in 673 milliseconds