Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlinestack.c91 int crunch_str(char **str, int width, FILE *out, char *escmore, in crunch_str() function
157 return crunch_str(&start, width, stdout, 0, crunch_rev_escape); in draw_str()
163 return crunch_str(&str, INT_MAX, 0, 0, crunch_rev_escape); in utf8len()
171 crunch_str(&s, width, 0, 0, crunch_rev_escape); in utf8skip()
188 crunch_str(&str, len, stdout, 0, crunch_rev_escape); in draw_trim_esc()
Dlib.h289 int crunch_str(char **str, int width, FILE *out, char *escmore,
/external/toybox/toys/other/
Dwatch.c160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape); in watch_main()
/external/toybox/toys/posix/
Dls.c102 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()