Symbol: RETVAL
crypto/heimdal/lib/krb5/test_acl.c
53
RETVAL(context, ret, 0, "single s");
crypto/heimdal/lib/krb5/test_acl.c
55
RETVAL(context, ret, EACCES, "too many strings");
crypto/heimdal/lib/krb5/test_acl.c
57
RETVAL(context, ret, 0, "two strings");
crypto/heimdal/lib/krb5/test_acl.c
59
RETVAL(context, ret, 0, "two strings double space");
crypto/heimdal/lib/krb5/test_acl.c
61
RETVAL(context, ret, 0, "two strings space + tab");
crypto/heimdal/lib/krb5/test_acl.c
63
RETVAL(context, ret, EACCES, "one string, two format strings");
crypto/heimdal/lib/krb5/test_acl.c
65
RETVAL(context, ret, EACCES, "one string, two format strings (same)");
crypto/heimdal/lib/krb5/test_acl.c
67
RETVAL(context, ret, 0, "ending space");
crypto/heimdal/lib/krb5/test_acl.c
70
RETVAL(context, ret, 0, "liternal fnmatch");
crypto/heimdal/lib/krb5/test_acl.c
72
RETVAL(context, ret, 0, "foo/*");
crypto/heimdal/lib/krb5/test_acl.c
75
RETVAL(context, ret, 0, "foo/*.example.org");
crypto/heimdal/lib/krb5/test_acl.c
78
RETVAL(context, ret, EACCES, "foo/*.example.com");
crypto/heimdal/lib/krb5/test_acl.c
81
RETVAL(context, ret, 0, "foo/*/baz");
crypto/heimdal/lib/krb5/test_acl.c
84
RETVAL(context, ret, 0, "ret 1");
crypto/heimdal/lib/krb5/test_acl.c
88
RETVAL(context, ret, 0, "ret 2");
crypto/heimdal/lib/krb5/test_acl.c
93
RETVAL(context, ret, EACCES, "ret mismatch");
crypto/heimdal/lib/krb5/test_acl.c
97
RETVAL(context, ret, EINVAL, "unknown letter");
usr.bin/rpcgen/rpc_svcout.c
435
f_print(fout, "\tbool_t %s;\n", RETVAL);
usr.bin/rpcgen/rpc_svcout.c
45
static char RETVAL[] = "retval";
usr.bin/rpcgen/rpc_svcout.c
515
RETVAL, ROUTINE, ARG, RESULT, RQSTP);
usr.bin/rpcgen/rpc_svcout.c
521
RETVAL, TRANSP, RESULT, RESULT);