Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_acl.c36 #define RETVAL(c, r, e, s) \ macro
53 RETVAL(context, ret, 0, "single s"); in test_match_string()
55 RETVAL(context, ret, EACCES, "too many strings"); in test_match_string()
57 RETVAL(context, ret, 0, "two strings"); in test_match_string()
59 RETVAL(context, ret, 0, "two strings double space"); in test_match_string()
61 RETVAL(context, ret, 0, "two strings space + tab"); in test_match_string()
63 RETVAL(context, ret, EACCES, "one string, two format strings"); in test_match_string()
65 RETVAL(context, ret, EACCES, "one string, two format strings (same)"); in test_match_string()
67 RETVAL(context, ret, 0, "ending space"); in test_match_string()
70 RETVAL(context, ret, 0, "liternal fnmatch"); in test_match_string()
[all …]
/freebsd/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 …]
/freebsd/usr.bin/rpcgen/
H A Drpc_svcout.c45 static char RETVAL[] = "retval"; variable
435 f_print(fout, "\tbool_t %s;\n", RETVAL); in write_program()
515 RETVAL, ROUTINE, ARG, RESULT, RQSTP); in write_program()
521 RETVAL, TRANSP, RESULT, RESULT); in write_program()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch3327 /** store query section in wireformat buffer, return RETVAL */