Searched refs:RETVAL (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_acl.c | 36 #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 D | sshd.init | 21 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 D | rpc_svcout.c | 45 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 D | fastrpz.patch | 3327 /** store query section in wireformat buffer, return RETVAL */
|