Searched refs:PS_STR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/macusers/
H A Dmacusers6 use vars qw($MAC_PROCESS $PS_STR $MATCH_STR $ASIP_PORT_NO $ASIP_PORT $LSOF);
24 $PS_STR = "-awwxouser,pid,ppid,start,command";
27 $PS_STR = "-eo user,pid,ppid,c,stime,tty,time,comm";
30 $PS_STR = "-eo user:32,pid,ppid,c,stime,tty,time,cmd";
83 open(PS, "ps $PS_STR |") || die "Unable to open a pipe to ``ps''";
H A Dmacusers.in6 use vars qw($MAC_PROCESS $PS_STR $MATCH_STR $ASIP_PORT_NO $ASIP_PORT $LSOF);
24 $PS_STR = "-awwxouser,pid,ppid,start,command";
27 $PS_STR = "-eo user,pid,ppid,c,stime,tty,time,comm";
30 $PS_STR = "-eo user:32,pid,ppid,c,stime,tty,time,cmd";
83 open(PS, "ps $PS_STR |") || die "Unable to open a pipe to ``ps''";

Completed in 50 milliseconds