HomeSort by: relevance | last modified time | path
    Searched defs:status (Results 1 - 25 of 2848) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/gen/
waitid.c 50 int status; local
52 switch (wait6(idtype, id, &status, flags, NULL, info)) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-itanium-demangle-fuzzer/
llvm-itanium-demangle-fuzzer.cpp 17 int status = 0; local
19 nullptr, &status))
  /src/external/bsd/libarchive/dist/tar/test/
test_option_n.c 15 int status; local
113 status = systemf("%s -tnf partial-archive.tar d2 "
115 assert(status);
116 assert(status != -1);
118 assert(WIFEXITED(status));
119 assertEqualInt(1, WEXITSTATUS(status));
  /src/external/bsd/unbound/dist/libunbound/python/doc/examples/
example6-1.py 7 status, result = ctx.resolve("test.record.xxx", RR_TYPE_A, RR_CLASS_IN)
8 if status == 0 and result.havedata:
14 status = ctx.zone_add("xxx.","static") variable
15 if (status != 0): print "Error zone_add:",status, ub_strerror(status)
18 status = ctx.data_add("test.record.xxx. IN A 1.2.3.4") variable
19 if (status != 0): print "Error data_add:",status, ub_strerror(status)
    [all...]
  /src/sys/dev/wscons/
wsdisplay_vcons_util.c 52 int status = scr->scr_status; local
66 scr->scr_status = status;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_nolibc_test.cc 27 int status = system(NolibcTestPath.c_str()); local
28 EXPECT_EQ(true, WIFEXITED(status));
29 EXPECT_EQ(0, WEXITSTATUS(status));
  /src/usr.bin/getopt/
getopt.c 21 int status = 0; local
27 status = 1; /* getopt routine gave message */
40 exit(status);
  /src/external/bsd/openpam/dist/lib/libpam/
pam_end.c 60 int status)
72 (dp->cleanup)(pamh, dp->data, status); local
107 * The =status argument should be set to the error code returned by the
  /src/external/gpl2/lvm2/dist/test/
not.c 11 int status; local
28 waitpid(pid, &status, 0);
29 if (!WIFEXITED(status)) {
30 if (WIFSIGNALED(status))
33 pid, WTERMSIG(status));
38 return !WEXITSTATUS(status);
  /src/external/gpl2/xcvs/dist/src/
hardlink.h 23 Ctype status; /* as returned from Classify_File() */ member in struct:hardlink_info
  /src/external/gpl3/binutils/dist/libiberty/
asprintf.c 49 int status; local
52 status = vasprintf (buf, fmt, ap);
54 return status;
  /src/external/gpl3/binutils.old/dist/libiberty/
asprintf.c 49 int status; local
52 status = vasprintf (buf, fmt, ap);
54 return status;
  /src/external/gpl3/gcc/dist/libiberty/
asprintf.c 49 int status; local
52 status = vasprintf (buf, fmt, ap);
54 return status;
  /src/external/gpl3/gcc.old/dist/libiberty/
asprintf.c 49 int status; local
52 status = vasprintf (buf, fmt, ap);
54 return status;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
waitpid-reverse.c 32 int status = -1; variable
41 waitpid (-1, &status, 0);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-regcache.cc 28 enum register_status status; local
30 status = regcache_raw_read_unsigned (regcache, regnum, &value);
31 if (status == REG_UNAVAILABLE)
  /src/external/gpl3/gdb.old/dist/libiberty/
asprintf.c 49 int status; local
52 status = vasprintf (buf, fmt, ap);
54 return status;
  /src/external/ibm-public/postfix/dist/src/global/
mail_command_client.c 20 /* a single completion status code.
33 /* the result is the status reported by the server.
71 /* mail_command_client - single-command transaction with completion status */
78 int status; local
95 status = -1;
97 (status = attr_vprint(stream, ATTR_FLAG_NONE, ap)),
99 (status != 0)) {
101 status = -1;
103 RECV_ATTR_INT(MAIL_ATTR_STATUS, &status),
106 status = -1
    [all...]
mail_trigger.c 79 int status; local
86 if ((status = stat(path, &st)) < 0) {
89 status = fifo_trigger(path, req_buf, req_len, var_trigger_timeout);
90 if (status < 0 && S_ISSOCK(st.st_mode))
91 status = LOCAL_TRIGGER(path, req_buf, req_len, var_trigger_timeout);
93 status = LOCAL_TRIGGER(path, req_buf, req_len, var_trigger_timeout);
96 status = -1;
99 return (status);
  /src/external/ibm-public/postfix/dist/src/util/
lstat_as.c 18 /* lstat_as() looks up the file status of the named \fIpath\fR,
57 int status; local
67 status = lstat(path, st);
74 return (status);
stat_as.c 18 /* stat_as() looks up the file status of the named \fIpath\fR,
57 int status; local
67 status = stat(path, st);
74 return (status);
  /src/external/mpl/dhcp/dist/omapip/
test.c 50 isc_result_t status; local
52 status = dhcp_context_create(DHCP_CONTEXT_PRE_DB | DHCP_CONTEXT_POST_DB,
54 if (status != ISC_R_SUCCESS) {
56 isc_result_totext(status));
60 status = omapi_init ();
61 if (status != ISC_R_SUCCESS) {
63 isc_result_totext(status));
72 status = omapi_generic_new (&listener, MDL);
73 if (status != ISC_R_SUCCESS) {
75 isc_result_totext (status));
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
waitpid-reverse.c 32 int status = -1; variable
41 waitpid (-1, &status, 0);
  /src/external/gpl3/gdb/dist/gdbsupport/
common-regcache.cc 28 enum register_status status; local
30 status = regcache_raw_read_unsigned (regcache, regnum, &value);
31 if (status == REG_UNAVAILABLE)
  /src/external/gpl3/gdb/dist/libiberty/
asprintf.c 49 int status; local
52 status = vasprintf (buf, fmt, ap);
54 return status;

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011>>