Home
last modified time | relevance | path

Searched refs:PS_COMM (Results 1 – 2 of 2) sorted by relevance

/external/toybox/generated/
Dtags.h55 #define PS_COMM 22 macro
/external/toybox/toys/posix/
Dps.c437 int i, jump = PS_CMD+1-PS_COMM; in help_help()
446 for (i = 0; i<jump; i++) toybuf[i] = PS_COMM+i; in help_help()
452 for (i = 0; i<ARRAY_LEN(typos)-jump; i++) toybuf[i] = i+(i>=PS_COMM)*jump; in help_help()
527 if (which==PS_ARGS || which==PS_COMM) { in string_field()
535 if (which>=PS_COMM && !*out) sprintf(out = buf, "[%s]", tb->str); in string_field()