Lines Matching defs:args
14 * It also says that -o "args" and "comm" should behave differently but use
29 * label "ps -o command,args,comm" as "COMMAND COMMAND COMMAND". We don't
30 * output argv[0] unmodified for -o comm or -o args (but procps violates
87 -f Full listing (-o USER:12=UID,PID,PPID,C,STIME,TTY,TIME,ARGS=CMD)
95 ARGS CMDLINE minus initial path CMD Command (thread) name (stat[2])
351 {"ARGS", -27, -6}, {"CMD", -15, -1},
854 // Store end of argv[0] so ARGS and CMDLINE can differ.
1192 // It's undocumented, but traditionally extra arguments are extra -p args
1200 "USER:12=UID,%%sPPID,%s,STIME,TTY,TIME,ARGS=CMD",
1623 toys.optflags&FLAG_H ? "CMD:15=THREAD,NAME=PROCESS" : "ARGS");
1787 char **args = toys.optargs;
1789 if (!(toys.optflags&FLAG_l) && *args && **args=='-') TT.pgrep.L = *(args++)+1;