Home
last modified time | relevance | path

Searched refs:escmore (Results 1 – 7 of 7) sorted by relevance

/third_party/toybox/lib/
Dlinestack.c91 int crunch_str(char **str, int width, FILE *out, char *escmore, in crunch_str() argument
100 if (!escmore || wc>255 || !strchr(escmore, wc)) { in crunch_str()
177 int draw_trim_esc(char *str, int padto, int width, char *escmore, in draw_trim_esc() argument
Dlib.h304 int crunch_str(char **str, int width, FILE *out, char *escmore,
309 int draw_trim_esc(char *str, int padto, int width, char *escmore,
/third_party/toybox/toys/posix/
Dls.c63 char *escmore;
84 if (strchr(TT.escmore, from[i])) *to++ = from[i]; in crunch_qb()
102 return crunch_str(&s, INT_MAX, 0, TT.escmore, crunch_qb); in strwidth()
464 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
473 else draw_trim_esc(getgroupname(st->st_gid), ii, abs(ii), TT.escmore, in listfiles()
510 crunch_str(&ss, INT_MAX, stdout, TT.escmore, crunch_qb); in listfiles()
576 if (FLAG(b)) TT.escmore = " \\"; in ls_main()
/third_party/toybox/porting/liteos_a/toys/posix/
Dls.c62 char *escmore;
83 if (strchr(TT.escmore, from[i])) *to++ = from[i]; in crunch_qb()
101 return crunch_str(&s, INT_MAX, 0, TT.escmore, crunch_qb); in strwidth()
454 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
463 else draw_trim_esc(getgroupname(st->st_gid), ii, abs(ii), TT.escmore, in listfiles()
500 crunch_str(&ss, INT_MAX, stdout, TT.escmore, crunch_qb); in listfiles()
566 if (FLAG(b)) TT.escmore = " \\"; in ls_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h305 int crunch_str(char **str, int width, FILE *out, char *escmore,
310 int draw_trim_esc(char *str, int padto, int width, char *escmore,
/third_party/toybox/toys/pending/
Dvi.c1312 static int crunch_nstr(char **str, int width, int n, FILE *out, char *escmore, in crunch_nstr() argument
1321 if (!escmore || wc>255 || !strchr(escmore, wc)) { in crunch_nstr()
/third_party/toybox/generated/
Dglobals.h1180 char *escmore; member