Lines Matching refs:mypid

49 mypid=`printf %5d $$`
52 test_ps "" "" "-o command,ppid" "./shortsleep $mypid"
53 test_ps "" "" "-c -o command,ppid" "shortsleep $mypid"
54 test_ps "E=1" "" "-eo command,ppid" "E=1 ./shortsleep $mypid"
55 test_ps "E=1" "" "-ceo command,ppid" "E=1 shortsleep $mypid"
56 test_ps "long_argument" "" "-o command,ppid" "./shortsleep lon $mypid"
57 test_ps "long_argument" "" "-co command,ppid" "shortsleep $mypid"
58 test_ps "E=long" "" "-eo command,ppid" "E=long ./shortsl $mypid"
59 test_ps "E=long" "" "-ceo command,ppid" "E=long shortslee $mypid"
60 test_ps "E=1 L=very_long_var" "" "-eo command,ppid" "E=1 L=very_long_ $mypid"
61 test_ps "E=1 L=very_long_var" "" "-ceo command,ppid" "E=1 L=very_long_ $mypid"
64 test_ps "" "" "-wwo command,ppid" "./shortsleep $mypid"
65 test_ps "" "" "-cwwo command,ppid" "shortsleep $mypid"
66 test_ps "E=1" "" "-ewwo command,ppid" "E=1 ./shortsleep $mypid"
67 test_ps "E=1" "" "-cewwo command,ppid" "E=1 shortsleep $mypid"
68 test_ps "long_argument" "" "-wwo command,ppid" "./shortsleep lon $mypid"
69 test_ps "long_argument" "" "-cwwo command,ppid" "shortsleep $mypid"
70 test_ps "E=long" "" "-ewwo command,ppid" "E=long ./shortsl $mypid"
71 test_ps "E=long" "" "-cewwo command,ppid" "E=long shortslee $mypid"
73 "E=1 L=very_long_ $mypid"
75 "E=1 L=very_long_ $mypid"
81 "./shortsleep ��������� $mypid"
84 "./shortsleep x�� $mypid"
87 "./shortsleep ��� $mypid"
90 "./shortsleep ��� $mypid"
94 "E=\M-C\M-1 ./sho $mypid"
96 "E=\M-o\M->\M^] . $mypid"
98 "E=x\M-L\M^@ ./sh $mypid"
100 "E=\M-l\M-?\M-? . $mypid"
103 test_ps "E=x�x" "" "-ewwo command,ppid" "E=x\M^?x ./short $mypid"
104 test_ps "E=x�x" "" "-ewwo command,ppid" "E=x\M-1x ./short $mypid"
105 test_ps "E=x�x" "" "-ewwo command,ppid" "E=x\M-Cx ./short $mypid"
106 test_ps "E=x��x" "" "-ewwo command,ppid" "E=x\M-o\M->x ./s $mypid"
113 test_ps "" "COLUMNS=10" "-o ppid,command" "$mypid ./sh"
114 test_ps "" "COLUMNS=10" "-co ppid,command" "$mypid shor"
115 test_ps "" "COLUMNS=4" "-o ppid,command" "$mypid ./shortsleep"
116 test_ps "" "COLUMNS=4" "-co ppid,command" "$mypid shortsleep"
117 test_ps "long_arg" "COLUMNS=4" "-o ppid,command" "$mypid ./shortsleep lon"
118 test_ps "long_arg" "COLUMNS=4" "-co ppid,command" "$mypid shortsleep"