Searched refs:crunch_str (Results 1 – 4 of 4) sorted by relevance
/external/toybox/lib/ |
D | linestack.c | 91 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()
|
D | lib.h | 289 int crunch_str(char **str, int width, FILE *out, char *escmore,
|
/external/toybox/toys/other/ |
D | watch.c | 160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape); in watch_main()
|
/external/toybox/toys/posix/ |
D | ls.c | 102 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()
|