Searched refs:status (Results 1 - 25 of 2366) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20040112-1.c7 char status; local
12 status = *(volatile char *) sp;
13 if (status & 0x80)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Dio1.f2 open(90,status='scratch')
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20030120-2.c5 int foo(int status) argument
8 if (status == 1) s=1;
9 if (status == 3) s=3;
10 if (status == 4) s=4;
H A D950607-1.c3 struct { long status; } h; member in struct:__anon7009
5 h.status = 0;
6 if (((h.status & 128) == 1) && ((h.status & 32) == 0))
/openbsd-current/lib/libc/stdlib/
H A D_Exit.c19 _Exit(int status) argument
21 _exit(status);
H A Dexit.c48 exit(int status) argument
55 _exit(status);
/openbsd-current/lib/libc/uuid/
H A Duuid_create_nil.c42 uuid_create_nil(uuid_t *u, uint32_t *status) argument
46 if (status)
47 *status = uuid_s_ok;
H A Duuid_hash.c41 uuid_hash(const uuid_t *u, uint32_t *status) argument
43 if (status)
44 *status = uuid_s_ok;
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/
H A Drt_101033.pm20 my $status = 1;
21 $status = filter_read(1_000_000);
23 return $status;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dsolib.c14 int status; local
27 status = shl_findsym (&solib_handle,
31 status = (*solib_main) (dummy);
34 status = shl_unload (solib_handle);
41 status = shl_findsym (&solib_handle,
45 status = (*solib_main) (dummy);
48 status = shl_unload (solib_handle);
55 status = shl_unload (solib_handle);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet3.C14 static BOOL status; local
15 return status;
/openbsd-current/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Ddoxygroups.cc170 @param status @a *status is set to one of the following values:
194 size_t* length, int* status);
/openbsd-current/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Ddoxygroups.cc154 @param status @a *status is set to one of the following values:
178 size_t* length, int* status);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A DWshadow-1.C10 struct status // { dg-bogus "shadowed declaration" } struct
23 void foo (struct status &status,// { dg-bogus "shadows a global decl" } argument
33 void status::foo2 ()
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dmi.C1 int status; variable
3 struct A { virtual void foo () { status = 1; } };
7 struct E : public D, public C { void foo () { status = 0; } };
15 return status;
/openbsd-current/regress/sys/kern/wait/
H A Dwait.c15 int status; local
25 if (wait(&status) < 0)
28 if (!WIFEXITED(status))
31 if (WEXITSTATUS(status) != 17)
32 errx(1, "wrong exit status");
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DBzip2.pm24 my ($def, $status) = Compress::Raw::Bzip2->new(1, $BlockSize100K,
27 return (undef, "Could not create Deflate object: $status", $status)
28 if $status != BZ_OK ;
42 my $status = $def->bzdeflate($_[0], $_[1]) ;
43 $self->{ErrorNo} = $status;
45 if ($status != BZ_RUN_OK)
47 $self->{Error} = "Deflate Error: $status";
60 my $status = $def->bzflush($_[0]);
61 $self->{ErrorNo} = $status;
[all...]
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms-psxcrt0.c64 int status;
70 status = main (argc, argv, envp);
73 status = status & 255;
75 if (status > 0)
77 int save_status = status;
79 status = C$_EXIT1 + ((status - 1) << STS$V_MSG_NO);
81 /* An exit failure status requires a "severe" error
82 All status value
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-psxcrt0.c64 int status;
70 status = main (argc, argv, envp);
73 status = status & 255;
75 if (status > 0)
77 int save_status = status;
79 status = C$_EXIT1 + ((status - 1) << STS$V_MSG_NO);
81 /* An exit failure status requires a "severe" error
82 All status value
[all...]
/openbsd-current/gnu/llvm/clang/www/
H A Dmake_cxx_dr_status11 def __init__(self, section, issue, url, status, title):
12 self.section, self.issue, self.url, self.status, self.title = \
13 section, issue, url, status, title
15 return '%s (%s): %s' % (self.issue, self.status, self.title)
19 section, issue_link, status, liaison, title = [
30 return DR(section, issue, url, status, title)
112 <h2 id="cxxdr">C++ defect report implementation status</h2>
127 status = status_map.get(issue, 'unknown')
130 if status.endswith(' open'):
131 status
[all...]
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Dbiosprobe.c41 u_int32_t status; local
46 : "=a" (status)
51 if (status)
62 u_int32_t status; local
72 : "=a" (status)
76 if (status)
/openbsd-current/sys/arch/i386/stand/libsa/
H A Dbiosprobe.c42 u_int32_t status; local
47 : "=a" (status)
52 if (status)
63 u_int32_t status; local
73 : "=a" (status)
77 if (status)
/openbsd-current/usr.sbin/ypserv/ypxfr/
H A Dypxfr.c56 ypxfr_foreach(u_long status, char *keystr, int keylen, char *valstr, int vallen, argument
61 if (status == YP_NOMORE)
84 int status; local
89 status = YPPUSH_SUCC;
95 status = YPPUSH_NODOM;
102 status = YPPUSH_NOMAP;
110 status = YPPUSH_DBM;
128 if (status == YPPUSH_NOMAP || status == YPPUSH_DBM) {
130 status
140 int status; local
157 int status; local
190 int status; local
213 int status; local
238 int vallen, status; local
267 int vallen, status; local
296 int status, r; local
312 send_reply(CLIENT *client, u_long status, u_long tid) argument
349 int status, xfr_status, ch, srvport; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp1_execution.c65 enum mod_hdcp_status status; local
67 status = (hdcp->auth.msg.hdcp1.bstatus &
72 status = MOD_HDCP_STATUS_INVALID_OPERATION;
74 return status;
96 enum mod_hdcp_status status; local
99 status = DRM_HDCP_MAX_CASCADE_EXCEEDED(hdcp->auth.msg.hdcp1.binfo_dp >> 8)
103 status = DRM_HDCP_MAX_CASCADE_EXCEEDED(hdcp->auth.msg.hdcp1.bstatus >> 8)
106 return status;
111 enum mod_hdcp_status status; local
114 status
152 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
175 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
217 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
259 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
277 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
317 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
381 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
404 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
428 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
451 mod_hdcp_execute_and_set( mod_hdcp_action func, uint8_t *flag, enum mod_hdcp_status *status, struct mod_hdcp *hdcp, char *str) argument
470 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
504 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dvsnprintf.c109 int status; local
112 status = checkit (buf, 10, "%s:%d", "foobar", 9);
113 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
116 status = checkit (buf, 9, "%s:%d", "foobar", 9);
117 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
120 status = checkit (buf, 8, "%s:%d", "foobar", 9);
121 VERIFY (status==8 && memcmp (buf, "foobar:\0XXXXXX\0", 15) == 0);
124 status = checkit (buf, 7, "%s:%d", "foobar", 9);
125 VERIFY (status==8 && memcmp (buf, "foobar\0XXXXXXX\0", 15) == 0);
128 status
[all...]

Completed in 207 milliseconds

1234567891011>>