Searched refs:crunch_str (Results 1 - 7 of 7) sorted by relevance
/third_party/toybox/lib/ |
H A D | linestack.c | 91 int crunch_str(char **str, int width, FILE *out, char *escmore, in crunch_str() function 156 return crunch_str(&start, width, stdout, 0, crunch_rev_escape); in draw_str() 162 return crunch_str(&str, INT_MAX, 0, 0, crunch_rev_escape); in utf8len() 170 crunch_str(&s, width, 0, 0, crunch_rev_escape); in utf8skip() 187 crunch_str(&str, len, stdout, 0, crunch_rev_escape); in draw_trim_esc()
|
H A D | lib.h | 314 int crunch_str(char **str, int width, FILE *out, char *escmore,
|
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1310 //crunch_str with n bytes restriction for printing substrings or 1401 iw = crunch_str(&iend, INT_MAX, 0, "\t\n", vi_crunch); in draw_page() 1409 iw -= crunch_str(&iend, clip, 0, "\t\n", vi_crunch); in draw_page() 1410 x = crunch_str(&iend, iw, stdout, "\t\n", vi_crunch); in draw_page() 1417 x = crunch_str(&end, aw, stdout, "\t\n", vi_crunch); in draw_page() 1418 x += crunch_str(&iend, iw, stdout, "\t\n", vi_crunch); in draw_page() 1427 x = crunch_str(&end, aw, stdout, "\t\n", vi_crunch); in draw_page() 1435 x += crunch_str(&end, TT.screen_width-x, stdout, "\t\n", vi_crunch); in draw_page() 1462 crunch_str(&line, TT.screen_width-1, stdout, "\t\n", vi_crunch); in draw_page()
|
/third_party/toybox/toys/other/ |
H A D | watch.c | 160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape); in watch_main()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 65 // Callback from crunch_str to represent unprintable chars 101 return crunch_str(&s, INT_MAX, 0, TT.escmore, crunch_qb); in strwidth() 500 crunch_str(&ss, INT_MAX, stdout, TT.escmore, crunch_qb); in listfiles()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 66 // Callback from crunch_str to represent unprintable chars 102 return crunch_str(&s, INT_MAX, 0, TT.escmore, crunch_qb); in strwidth() 512 crunch_str(&ss, INT_MAX, stdout, TT.escmore, crunch_qb); in listfiles()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 305 int crunch_str(char **str, int width, FILE *out, char *escmore,
|
Completed in 7 milliseconds