Searched refs:status (Results 276 - 300 of 5679) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Drewinddir.c38 dirp->status = -1;
45 dirp->status = -2;
49 dirp->status = ENOENT;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Drewinddir.c38 dirp->status = -1;
45 dirp->status = -2;
49 dirp->status = ENOENT;
/netbsd-current/external/mpl/bind/dist/util/
H A Dcheck-make-install.in28 status=0
33 status=1
40 status=1
46 status=1
56 status=1
61 exit $status
/netbsd-current/distrib/utils/libhack/
H A Dutmp.c33 logoutx(line, status, type)
35 int status, type;
47 logwtmpx(line, name, host, status, type)
49 int status, type;
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_exit.h21 extern void tuklib_exit(int status, int err_status, int show_error)
/netbsd-current/external/bsd/unbound/dist/libunbound/python/examples/
H A Dmx-lookup.py42 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN)
43 if status == 0 and result.havedata:
49 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
50 if status == 0 and result.havedata:
/netbsd-current/sys/stand/efiboot/
H A Dconsole.c37 EFI_STATUS status; local
44 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
45 while (status == EFI_NOT_READY) {
48 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
68 EFI_STATUS status; local
73 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
74 if (status == EFI_SUCCESS) {
80 status = uefi_call_wrapper(BS->CheckEvent, 1, ST->ConIn->WaitForKey);
81 return status == EFI_SUCCESS;
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dwaitpid.c15 int status; member in struct:unreaped
39 pid_t waitpid (pid, status, options)
41 int *status;
57 *status = unreaped[i].status;
70 pid_t p = wait3 (status, options, (struct rusage *) 0);
72 pid_t p = wait (status);
81 unreaped[n-1].status = *status;
H A Dcanon-host.c71 int status; local
74 status = getaddrinfo (host, NULL, &hints, &res);
75 if (!status)
83 *cherror = status;
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dthreadpool.h32 void (*done)(struct uv__work *w, int status);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dtimexsup.h18 * If 'STA_NANO' is defined, it will be checked in 'status' to decide
21 extern double dbl_from_var_long(long lval, int status);
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dgetcwd.c41 getcwd_i4_sub (char *cwd, GFC_INTEGER_4 *status, gfc_charlen_type cwd_len) argument
70 if (status != NULL)
71 *status = err;
79 getcwd_i8_sub (char *cwd, GFC_INTEGER_8 *status, gfc_charlen_type cwd_len) argument
83 if (status)
84 *status = status4;
93 GFC_INTEGER_4 status; local
94 getcwd_i4_sub (cwd, &status, cwd_len);
95 return status;
H A Dsystem.c28 extern void system_sub (const char *fcmd, GFC_INTEGER_4 * status,
33 system_sub (const char *fcmd, GFC_INTEGER_4 *status, gfc_charlen_type cmd_len) argument
43 if (status)
44 *status = stat;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Deu-strip-infcall.exp23 set status [remote_exec build "eu-strip -f ${binfile}.debug $binfile"]
24 if {[lindex $status 0] != 0} {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/cfi/
H A Dilp32.exp24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
25 return [regexp "targets:.*elf32-x86-64" [lindex $status 1]];
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/elf/
H A Dilp32.exp24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
25 return [regexp "targets:.*elf32-x86-64" [lindex $status 1]];
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dilp32.exp24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
25 return [regexp "targets:.*elf32-x86-64" [lindex $status 1]];
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/lns/
H A Dilp32.exp24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
25 return [regexp "targets:.*elf32-x86-64" [lindex $status 1]];
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/solaris/
H A Dsolaris.exp24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
25 return [regexp "targets:.*x86-64" [lindex $status 1]];
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dgetcwd.c41 getcwd_i4_sub (char *cwd, GFC_INTEGER_4 *status, gfc_charlen_type cwd_len) argument
70 if (status != NULL)
71 *status = err;
79 getcwd_i8_sub (char *cwd, GFC_INTEGER_8 *status, gfc_charlen_type cwd_len) argument
83 if (status)
84 *status = status4;
93 GFC_INTEGER_4 status; local
94 getcwd_i4_sub (cwd, &status, cwd_len);
95 return status;
H A Dsystem.c28 extern void system_sub (const char *fcmd, GFC_INTEGER_4 * status,
33 system_sub (const char *fcmd, GFC_INTEGER_4 *status, gfc_charlen_type cmd_len) argument
43 if (status)
44 *status = stat;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Deu-strip-infcall.exp23 set status [remote_exec build "eu-strip -f ${binfile}.debug $binfile"]
24 if {[lindex $status 0] != 0} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dwatchpoint-multi-exit.c50 int status, ret; local
52 ret = waitpid (child, &status, 0);
55 else if (expect_signaled && !WIFSIGNALED (status))
57 else if (!expect_signaled && !WIFEXITED (status))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
H A Ddump-system-info.exp26 set status [lindex $res 0]
29 if { $status == 0 } {
/netbsd-current/external/mpl/dhcp/dist/server/
H A Domapi.c64 isc_result_t status; local
66 status = omapi_object_type_register (&dhcp_type_lease,
85 if (status != ISC_R_SUCCESS)
87 isc_result_totext (status));
89 status = omapi_object_type_register (&dhcp_type_class,
101 if (status != ISC_R_SUCCESS)
103 isc_result_totext (status));
105 status = omapi_object_type_register (&dhcp_type_subclass,
116 if (status != ISC_R_SUCCESS)
118 isc_result_totext (status));
211 isc_result_t status; local
341 isc_result_t status; local
401 isc_result_t status; local
550 isc_result_t status; local
574 isc_result_t status; local
757 isc_result_t status; local
937 isc_result_t status; local
1131 isc_result_t status; local
1227 isc_result_t status; local
1276 isc_result_t status; local
1378 isc_result_t status; local
1585 isc_result_t status; local
1618 isc_result_t status; local
1642 isc_result_t status; local
1706 isc_result_t status; local
1729 isc_result_t status; local
1802 isc_result_t status; local
1969 isc_result_t status; local
2041 isc_result_t status; local
2123 isc_result_t status; local
2169 isc_result_t status; local
2261 isc_result_t status; local
2309 isc_result_t status; local
2369 isc_result_t status; local
2482 isc_result_t status; local
2551 isc_result_t status; local
[all...]

Completed in 173 milliseconds

<<11121314151617181920>>