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

/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dsshd.init21 RETVAL=0
31 RETVAL=$?
32 if [ $RETVAL -ne 0 ]; then
50 RETVAL=$?
51 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/sshd
59 RETVAL=$?
60 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
68 RETVAL=$?
89 if [ $RETVAL -eq 0 ] ; then
99 RETVAL
[all...]
H A Dsshd.init.old21 RETVAL=0
95 RETVAL=$?
96 if [ ! "$RETVAL" = 0 ]; then
112 RETVAL=$?
113 if [ "$RETVAL" = "0" ] ; then
126 RETVAL=$?
127 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
135 RETVAL=$?
142 RETVAL=$?
147 RETVAL
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dtest_acl.c36 #define RETVAL(c, r, e, s) \ macro
53 RETVAL(context, ret, 0, "single s");
55 RETVAL(context, ret, EACCES, "too many strings");
57 RETVAL(context, ret, 0, "two strings");
59 RETVAL(context, ret, 0, "two strings double space");
61 RETVAL(context, ret, 0, "two strings space + tab");
63 RETVAL(context, ret, EACCES, "one string, two format strings");
65 RETVAL(context, ret, EACCES, "one string, two format strings (same)");
67 RETVAL(context, ret, 0, "ending space");
70 RETVAL(contex
[all...]
/freebsd-13-stable/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 103 milliseconds