Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlinestack.c86 int crunch_str(char **str, int width, FILE *out, char *escmore, in crunch_str() function
152 return crunch_str(&start, width, stdout, 0, crunch_rev_escape); in draw_str()
158 return crunch_str(&str, INT_MAX, 0, 0, crunch_rev_escape); in utf8len()
166 crunch_str(&s, width, 0, 0, crunch_rev_escape); in utf8skip()
183 crunch_str(&str, len, stdout, 0, crunch_rev_escape); in draw_trim_esc()
Dlib.h262 int crunch_str(char **str, int width, FILE *out, char *escmore,
/external/toybox/toys/posix/
Dls.c104 return crunch_str(&s, INT_MAX, 0, TT.escmore, crunch_qb); in strwidth()
487 crunch_str(&ss, INT_MAX, stdout, TT.escmore, crunch_qb); in listfiles()