Home | History | Annotate | Download | only in Proc

Lines Matching refs:opt_read

49 opt_read=0; opt_write=0
55 r) opt_read=1 ;;
80 if [ $opt_read -eq 0 -a $opt_write -eq 0 ]; then
81 opt_read=1; opt_write=1
92 inline int OPT_read = '$opt_read';
109 OPT_read && OPT_write ? printf("reads and writes") : 1;
110 OPT_read && ! OPT_write ? printf("reads") : 1;
111 ! OPT_read && OPT_write ? printf("writes") : 1;
122 /pid == PID && OPT_read/
142 /pid == PID && OPT_read/