Searched refs:RETVAL (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dsshd.init21 RETVAL=0
31 RETVAL=$?
32 if [ $RETVAL -ne 0 ]; then
51 RETVAL=$?
52 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/sshd
60 RETVAL=$?
61 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
69 RETVAL=$?
90 if [ $RETVAL -eq 0 ] ; then
100 RETVAL
[all...]
H A Dsshd.init.old21 RETVAL=0
111 RETVAL=$?
112 if [ ! "$RETVAL" = 0 ]; then
129 RETVAL=$?
130 if [ "$RETVAL" = "0" ] ; then
143 RETVAL=$?
144 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
152 RETVAL=$?
159 RETVAL=$?
164 RETVAL
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_acl.c38 #define RETVAL(c, r, e, s) \ macro
55 RETVAL(context, ret, 0, "single s");
57 RETVAL(context, ret, EACCES, "too many strings");
59 RETVAL(context, ret, 0, "two strings");
61 RETVAL(context, ret, 0, "two strings double space");
63 RETVAL(context, ret, 0, "two strings space + tab");
65 RETVAL(context, ret, EACCES, "one string, two format strings");
67 RETVAL(context, ret, EACCES, "one string, two format strings (same)");
69 RETVAL(context, ret, 0, "ending space");
72 RETVAL(contex
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/scripts/
H A Dopensm.init.in49 rc_exit() { exit $RETVAL; }
65 if [[ $RETVAL -eq 0 ]]; then
77 if [[ $RETVAL -eq 0 ]]; then
120 RETVAL=$?
124 RETVAL=$?
128 RETVAL=1
132 _rc_status_all=$RETVAL
/freebsd-9.3-release/contrib/amd/scripts/
H A Dredhat-ctl-amd.in24 RETVAL=0
33 RETVAL=$?
35 [ $RETVAL = 0 ] && touch /var/lock/subsys/amd
36 return $RETVAL
/freebsd-9.3-release/contrib/gcc/
H A Dreg-notes.def64 REG_NOTE (RETVAL)
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A DDES.xs45 des_set_key(key,RETVAL);
47 RETVAL
55 des_ecb_encrypt(input,&RETVAL,*ks,encrypt);
57 RETVAL
173 RETVAL= &c;
176 RETVAL
234 RETVAL=&c;
237 RETVAL
247 RETVAL=&c;
250 RETVAL
[all...]
/freebsd-9.3-release/contrib/nvi/perl_api/
H A Dperl.xs504 RETVAL = ix ? nsp : screen;
507 RETVAL
522 RETVAL = api_fscreen(0, file);
657 RETVAL=last;
660 RETVAL
919 RETVAL = newRV((SV *)hv)
929 RETVAL
939 RETVAL
949 RETVAL
1069 RETVAL
[all...]
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_svcout.c55 static char RETVAL[] = "retval"; variable
445 f_print(fout, "\tbool_t %s;\n", RETVAL);
525 RETVAL, ROUTINE, ARG, RESULT, RQSTP);
531 RETVAL, TRANSP, RESULT, RESULT);

Completed in 80 milliseconds