Searched refs:rtrn (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm2_monitoring_init_red_hat76 rtrn=1
82 rtrn=$?
83 [ $rtrn = 0 ] && touch $LOCK_FILE
89 rtrn=$?
90 [ $rtrn = 0 ] && rm -f $LOCK_FILE
97 rtrn=$?
98 [ $rtrn = 0 ] && rm -f $LOCK_FILE
107 rtrn=$?
119 exit $rtrn
H A Dlvm2_monitoring_init_red_hat.in76 rtrn=1
82 rtrn=$?
83 [ $rtrn = 0 ] && touch $LOCK_FILE
89 rtrn=$?
90 [ $rtrn = 0 ] && rm -f $LOCK_FILE
97 rtrn=$?
98 [ $rtrn = 0 ] && rm -f $LOCK_FILE
107 rtrn=$?
119 exit $rtrn
H A Dclvmd_init_red_hat40 for rtrn in 0
46 rtrn=$?
48 if [ $rtrn -ne 0 ]
60 action "Activating VG $vg:" $VGCHANGE -ayl $vg || rtrn=$?
63 action "Activating VGs:" $VGCHANGE -ayl || rtrn=$?
67 return $rtrn
72 for rtrn in 0
78 action "Deactivating VG $vg:" $VGCHANGE -anl $vg || rtrn=$?
84 action "Deactivating VG $vg:" $VGCHANGE -anl $vg || rtrn=$?
88 [ $rtrn
[all...]
H A Dclvmd_init_red_hat.in40 for rtrn in 0
46 rtrn=$?
48 if [ $rtrn -ne 0 ]
60 action "Activating VG $vg:" $VGCHANGE -ayl $vg || rtrn=$?
63 action "Activating VGs:" $VGCHANGE -ayl || rtrn=$?
67 return $rtrn
72 for rtrn in 0
78 action "Deactivating VG $vg:" $VGCHANGE -anl $vg || rtrn=$?
84 action "Deactivating VG $vg:" $VGCHANGE -anl $vg || rtrn=$?
88 [ $rtrn
[all...]
/netbsd-current/external/bsd/byacc/dist/test/
H A Dbtyacc_destroy1.y19 int *rtrn;
41 %destructor { if (!param->rtrn) close($$); } <file>
H A Dbtyacc_destroy2.y19 int *rtrn;
41 %destructor { if (!param->rtrn) close($$); } <file>
H A Dbtyacc_destroy3.y22 int *rtrn;
44 %destructor { if (!param->rtrn) close($$); } <file>
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dbtyacc_destroy1.tab.c136 int *rtrn; member in struct:parser_param
H A Dbtyacc_destroy3.tab.c136 int *rtrn; member in struct:parser_param
H A Dbtyacc_destroy2.tab.c136 int *rtrn; member in struct:parser_param

Completed in 188 milliseconds