Searched refs:retval (Results 51 - 75 of 574) sorted by relevance

1234567891011>>

/openbsd-current/sys/arch/sh/sh/
H A Dsys_machdep.c82 sys_sysarch(struct proc *p, void *v, register_t *retval) argument
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/t/
H A D03_run-forked.t63 my $retval= runSub("sailor", "eek!");
64 ok($retval->{"stdout"} =~ /blahblah/, "https://rt.cpan.org/Ticket/Display.html?id=85912 stdout 1");
65 ok($retval->{"stdout"} =~ /Hello sailor/, "https://rt.cpan.org/Ticket/Display.html?id=85912 stdout 2");
66 ok($retval->{"stderr"} =~ /Boo/, "https://rt.cpan.org/Ticket/Display.html?id=85912 stderr 1");
67 ok($retval->{"stderr"} =~ /eek/, "https://rt.cpan.org/Ticket/Display.html?id=85912 stderr 2");
/openbsd-current/lib/libedit/
H A Dhistory.c819 int i = -1, retval; local
833 for (i = 0, retval = HLAST(h, &ev);
834 retval != -1;
835 retval = HPREV(h, &ev), i++) {
883 int retval; local
885 for (retval = HCURR(h, ev); retval != -1; retval = HPREV(h, ev))
897 int retval; local
899 for (retval
917 int retval; local
935 int retval; local
953 int retval; local
972 int retval; local
[all...]
/openbsd-current/usr.sbin/npppd/npppd/
H A Dprivsep.c98 int retval; member in struct:PRIVSEP_GET_IF_ADDR_RESP
118 int retval; member in struct:PRIVSEP_GET_IF_FLAGS_RESP
129 int retval; member in struct:PRIVSEP_COMMON_RESP
134 int retval; member in struct:PRIVSEP_GET_USER_INFO_RESP
369 if (r->retval != 0) {
413 int retval = -1; local
428 if (r->retval != -1)
432 retval = r->retval;
436 return (retval);
472 int retval = -1; local
517 int retval = -1; local
541 int retval = -1; local
671 int retval; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dlocalename.c705 const char *retval; local
712 retval = setlocale (category, NULL);
715 retval = getenv ("LC_ALL");
716 if (retval == NULL || retval[0] == '\0')
719 retval = getenv (categoryname);
720 if (retval == NULL || retval[0] == '\0')
723 retval = getenv ("LANG");
724 if (retval
[all...]
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSummary.cpp68 bool StringSummaryFormat::FormatObject(ValueObject *valobj, std::string &retval, argument
71 retval.assign("NULL ValueObject");
85 retval = std::string(s.GetString());
91 retval.assign(std::string(s.GetString()));
94 retval.assign("error: summary string parsing error");
156 bool ScriptSummaryFormat::FormatObject(ValueObject *valobj, std::string &retval, argument
164 retval.assign("error: no target");
172 retval.assign("error: no ScriptInterpreter");
178 retval);
H A DFormatCache.cpp27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { argument
28 retval = m_format_sp;
31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { argument
32 retval = m_summary_sp;
35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { argument
36 retval = m_synthetic_sp;
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Dtpf-unwind.h153 int retval; local
160 retval = dladdr (target, &targetcodeInfo);
163 if (retval != INVALID_RETURN)
193 retval = dladdr (current, &currentcodeInfo);
200 if (is_a_stub && retval != INVALID_RETURN
249 } while (stackptr && retval != INVALID_RETURN
/openbsd-current/usr.bin/ssh/
H A Dgss-serv-krb5.c74 int retval; local
80 if ((retval = krb5_parse_name(krb_context, client->exportedname.value,
82 errmsg = krb5_get_error_message(krb_context, retval);
88 retval = 1;
92 retval = 0;
95 return retval;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dtarget.c861 LONGEST retval; local
864 retval = ops->to_xfer_partial (ops, object, annex, readbuf, writebuf,
876 paddr_nz (offset), paddr_d (len), paddr_d (retval));
882 if (retval > 0 && myaddr != NULL)
887 for (i = 0; i < retval; i++)
905 return retval;
1875 ptid_t retval;
1877 retval = debug_target.to_wait (ptid, status);
1881 PIDGET (retval));
1917 return retval;
1870 ptid_t retval; local
1972 int retval; local
2019 int retval; local
2033 int retval; local
2047 int retval; local
2063 CORE_ADDR retval; local
2077 int retval; local
2090 int retval; local
2104 int retval; local
2118 int retval; local
2132 int retval; local
2145 int retval; local
2223 int retval; local
2263 int retval; local
2276 int retval; local
2289 int retval; local
2302 int retval; local
2315 int retval = debug_target.to_follow_fork (follow_child); local
2326 int retval; local
2339 int retval; local
2387 int retval; local
2408 int retval; local
[all...]
H A Dv850ice.c407 long retval; local
415 retval = ExeAppReq ("GDB", GSINGLESTEP, "step", &iob);
417 retval = ExeAppReq ("GDB", GRESUME, "run", &iob);
419 if (retval)
420 error ("ExeAppReq (step = %d) returned %d", step, retval);
506 long retval; local
526 retval = ExeAppReq ("GDB", GREADREG, cmd, &iob);
527 if (retval)
528 error ("1: ExeAppReq returned %d: cmd = %s", retval, cmd);
545 long retval; local
591 long retval; local
707 long retval; local
726 long retval; local
[all...]
/openbsd-current/sys/kern/
H A Dkern_prot.c67 sys_getpid(struct proc *p, void *v, register_t *retval) argument
70 *retval = p->p_p->ps_pid;
75 sys_getthrid(struct proc *p, void *v, register_t *retval) argument
78 *retval = p->p_tid + THREAD_PID_OFFSET;
83 sys_getppid(struct proc *p, void *v, register_t *retval) argument
86 *retval = p->p_p->ps_ppid;
92 sys_getpgrp(struct proc *p, void *v, register_t *retval) argument
95 *retval = p->p_p->ps_pgrp->pg_id;
103 sys_getpgid(struct proc *curp, void *v, register_t *retval) argument
117 *retval
122 sys_getsid(struct proc *curp, void *v, register_t *retval) argument
144 sys_getuid(struct proc *p, void *v, register_t *retval) argument
152 sys_geteuid(struct proc *p, void *v, register_t *retval) argument
160 sys_issetugid(struct proc *p, void *v, register_t *retval) argument
170 sys_getgid(struct proc *p, void *v, register_t *retval) argument
183 sys_getegid(struct proc *p, void *v, register_t *retval) argument
191 sys_getgroups(struct proc *p, void *v, register_t *retval) argument
217 sys_setsid(struct proc *p, void *v, register_t *retval) argument
252 sys_setpgid(struct proc *curp, void *v, register_t *retval) argument
318 sys_getresuid(struct proc *p, void *v, register_t *retval) argument
344 sys_setresuid(struct proc *p, void *v, register_t *retval) argument
427 sys_getresgid(struct proc *p, void *v, register_t *retval) argument
453 sys_setresgid(struct proc *p, void *v, register_t *retval) argument
529 sys_setregid(struct proc *p, void *v, register_t *retval) argument
608 sys_setreuid(struct proc *p, void *v, register_t *retval) argument
694 sys_setuid(struct proc *p, void *v, register_t *retval) argument
752 sys_seteuid(struct proc *p, void *v, register_t *retval) argument
786 sys_setgid(struct proc *p, void *v, register_t *retval) argument
830 sys_setegid(struct proc *p, void *v, register_t *retval) argument
864 sys_setgroups(struct proc *p, void *v, register_t *retval) argument
1025 sys_getlogin_r(struct proc *p, void *v, register_t *retval) argument
1048 sys_setlogin(struct proc *p, void *v, register_t *retval) argument
1089 sys___set_tcb(struct proc *p, void *v, register_t *retval) argument
1108 sys___get_tcb(struct proc *p, void *v, register_t *retval) argument
1115 sys_getthrname(struct proc *curp, void *v, register_t *retval) argument
1142 sys_setthrname(struct proc *curp, void *v, register_t *retval) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/config/
H A Dsid.exp176 global retval
192 set retval -1;
198 set retval 1;
204 set retval -1;
210 set retval -1;
215 return $retval;
/openbsd-current/regress/lib/libpthread/restart/accept/
H A Daccept.c44 void *retval; local
64 CHECKr(pthread_join(tid, &retval));
65 ASSERT(retval == (void *)EINTR);
/openbsd-current/regress/lib/libpthread/restart/connect/
H A Dconnect.c51 void *retval; local
65 CHECKr(pthread_join(tid, &retval));
66 ASSERT(retval == (void *)EINTR);
/openbsd-current/regress/lib/libpthread/restart/kevent/
H A Dkevent.c38 void *retval; local
52 CHECKr(pthread_join(tid, &retval));
53 ASSERT(retval == (void *)EINTR);
/openbsd-current/regress/lib/libpthread/restart/read/
H A Dread.c35 void *retval; local
55 CHECKr(pthread_join(tid, &retval));
56 ASSERT(retval == (void *)EINTR);
/openbsd-current/regress/lib/libpthread/restart/readv/
H A Dreadv.c39 void *retval; local
59 CHECKr(pthread_join(tid, &retval));
60 ASSERT(retval == (void *)EINTR);
/openbsd-current/regress/lib/libpthread/restart/recvfrom/
H A Drecvfrom.c44 void *retval; local
64 CHECKr(pthread_join(tid, &retval));
65 ASSERT(retval == (void *)EINTR);
/openbsd-current/regress/lib/libpthread/restart/recvmsg/
H A Drecvmsg.c50 void *retval; local
70 CHECKr(pthread_join(tid, &retval));
71 ASSERT(retval == (void *)EINTR);
/openbsd-current/sys/arch/amd64/amd64/
H A Dsys_machdep.c52 amd64_iopl(struct proc *p, void *args, register_t *retval) argument
81 sys_sysarch(struct proc *p, void *v, register_t *retval) argument
91 error = amd64_iopl(p, SCARG(uap, parms), retval);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cpp47 void *retval; local
48 ASSERT_EQ(0, pthread_join(tid, &retval));
49 ASSERT_EQ(0, retval);
/openbsd-current/gnu/lib/libreadline/
H A Dnls.c134 char *wp, *retval; local
151 retval = (char *)malloc ((all_digits ? 3 : 0) + len + 1);
152 if (retval == 0)
155 wp = retval;
171 return retval;
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-hooks.c76 int retval; local
100 retval = 1;
116 retval = 1;
121 retval = 0;
127 return retval;
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c227 int retval; local
237 retval = init_queue(q, q_properties);
238 if (retval != 0)
239 return retval;
245 retval = amdgpu_amdkfd_alloc_gtt_mem(dev->adev,
251 if (retval) {
265 return retval;
279 int retval; local
316 retval = assign_queue_slot_by_qid(pqm, q_data->q_id);
319 retval
448 int retval; local
512 int retval; local
538 int retval; local
[all...]

Completed in 197 milliseconds

1234567891011>>