Searched refs:rv (Results 1 - 25 of 1363) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/djgpp/
H A Dgetpwnam.c23 static struct passwd rv; local
24 rv.pw_name = getlogin();
25 if (strcmp(rv.pw_name, name) != 0)
27 rv.pw_uid = getuid();
28 rv.pw_gid = getgid();
29 rv.pw_dir = getenv("HOME");
30 if (rv.pw_dir == 0)
31 rv.pw_dir = slash;
32 rv.pw_shell = getenv("SHELL");
33 if (rv
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A DLint_fpgetmask.c14 fp_except rv = { 0 }; local
16 return (rv);
H A DLint_fpgetround.c14 fp_rnd rv = { 0 }; local
16 return (rv);
H A DLint_fpgetsticky.c14 fp_except rv = { 0 }; local
16 return (rv);
H A DLint_fpsetmask.c15 fp_except rv = { 0 }; local
17 return (rv);
H A DLint_fpsetround.c15 fp_rnd rv = { 0 }; local
17 return (rv);
H A DLint_fpsetsticky.c15 fp_except rv = { 0 }; local
17 return (rv);
H A Dshquotev.c54 size_t rv, callrv; local
57 rv = 0;
62 return rv;
69 rv += callrv;
74 rv++;
82 return rv;
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/crypto/openssl/
H A Dcrypto.c36 int rv; local
40 rv = EVP_DigestInit(&md_ctx, EVP_sha1());
43 rv = TCSERR(TSS_E_BAD_PARAMETER);
48 if (rv != EVP_SUCCESS) {
49 rv = TCSERR(TSS_E_INTERNAL_ERROR);
53 rv = EVP_DigestUpdate(&md_ctx, Buf, BufSize);
54 if (rv != EVP_SUCCESS) {
55 rv = TCSERR(TSS_E_INTERNAL_ERROR);
60 rv = EVP_DigestFinal(&md_ctx, Digest, &result_size);
61 if (rv !
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Drumpkern_if_wrappers.c29 int rv; local
32 rv = rump_getversion();
35 return rv;
41 int rv; local
44 rv = rump_module_init(arg1, arg2);
47 return rv;
53 int rv; local
56 rv = rump_module_fini(arg1);
59 return rv;
65 int rv; local
77 struct uio * rv; local
89 size_t rv; local
101 off_t rv; local
113 size_t rv; local
125 struct kauth_cred* rv; local
146 int rv; local
158 int rv; local
188 struct lwp * rv; local
[all...]
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dstat.c39 int fd, rv; local
44 rv = fstat(fd, sb);
46 return rv;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr26626.c5 int rv; variable
9 U *pretmp = (U*)&rv;
/netbsd-6-1-5-RELEASE/lib/librumpuser/
H A Drumpuser_int.h48 rvtype rv; \
49 rv = call; \
50 if (rv == -1) \
54 return rv; \
59 rvtype rv; \
62 rv = call; \
64 if (rv == -1) \
68 return rv; \
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A DLint_div.c15 div_t rv = { 0 }; local
16 return (rv);
H A DLint_ldiv.c15 ldiv_t rv = { 0 }; local
16 return (rv);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Drsa.c57 int rv; local
66 rv = TSPERR(TSS_E_OUTOFMEMORY);
76 rv = TSPERR(TSS_E_OUTOFMEMORY);
82 rv = TSPERR(TSS_E_INTERNAL_ERROR);
89 rv = RSA_padding_add_PKCS1_OAEP(encodedData, encodedDataLen, dataToEncrypt,
91 if (rv != EVP_SUCCESS) {
92 rv = TSPERR(TSS_E_INTERNAL_ERROR);
97 rv = RSA_public_encrypt(encodedDataLen, encodedData,
99 if (rv == -1) {
100 rv
122 int rv, nid; local
195 int rv, e_size = 3; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dremove.c65 int tmp_errno, rv; local
68 rv = fchdir(cwd);
71 return rv;
80 int rv; local
105 rv = 0;
107 rv = -1;
111 return rv;
121 int did_chdir, rv; local
130 rv = 0;
132 rv
178 int orig_cwd, rv; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Deprintf.c61 int rv; local
64 rv = veprintf(frm, args);
66 return(rv);
72 int rv; local
74 rv = vfprintf(stderr, frm, args);
77 return(rv);
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpnet/
H A Drumpnet_if_wrappers.c29 int rv; local
32 rv = rump_virtif_create(arg1);
35 return rv;
42 int rv; local
45 rv = rump_shmif_create(arg1, arg2);
48 return rv;
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c38 struct vfsops * rv; local
41 rv = rump_vfslist_iterate(arg1);
44 return rv;
50 struct vfsops * rv; local
53 rv = rump_vfs_getopsbyname(arg1);
56 return rv;
62 struct vattr * rv; local
65 rv = rump_vattr_init();
68 return rv;
119 int rv; local
149 int rv; local
161 int rv; local
173 int rv; local
194 int rv; local
206 struct componentname * rv; local
218 int rv; local
230 int rv; local
242 int rv; local
254 int rv; local
266 int rv; local
278 int rv; local
290 int rv; local
311 int rv; local
332 int rv; local
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dprint.c460 unsigned rv, left; local
479 rv = 10 + strlen (expr -> data.check -> name);
480 if (len > rv) {
483 return rv;
489 rv = 4;
491 rv += print_subexpression (expr -> data.equal [0],
492 buf + rv, len - rv - 2);
493 buf [rv++] = ' ';
494 rv
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/random_shuffle/
H A Dmoveable.cc52 rvalstruct rv[N]; local
53 std::copy(A, A + N, rv);
54 Container con(rv, rv + N);
59 VERIFY( !std::equal(rv, rv + N, A) );
62 VERIFY( std::equal(rv, rv + N, A) );
74 rvalstruct rv[10] = {1,2,3,4,5,6,7,8,9,10}; local
76 Container con(rv, r
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr45070.c20 struct packed_ushort rv; local
29 rv.ucs = 0xffff;
30 return rv;
32 rv.ucs = 0;
33 return rv;
46 struct packed_ushort rv = next(&s); local
47 if ((i == 0 && rv.ucs != 0xffff)
48 || (i > 0 && rv.ucs != 0))
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_rate.c46 int rv = 0; local
58 rv = 1;
61 return (rv);
71 int rv; local
90 rv = 1;
92 rv = 1;
94 rv = 0;
111 return (rv);
/netbsd-6-1-5-RELEASE/libexec/httpd/testsuite/
H A Dhtml_cmp24 rv=$?
27 exit $rv

Completed in 298 milliseconds

1234567891011>>