Home | History | Annotate | Download | only in Apps

Lines Matching refs:UID

17 # USAGE:	shellsnoop [-hqsv] [-p PID] [-u UID]
23 # -u UID # user ID to snoop
31 # UID User ID
72 filter=0; pid=0; uid=0
81 u) opt_uid=1; uid=$OPTARG ;;
84 USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
90 -u UID # user ID to snoop
119 inline int UID = '$uid';
151 /(OPT_pid == 1 && PID != ppid) || (OPT_uid == 1 && UID != uid)/
168 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/