Home
last modified time | relevance | path

Searched full:own (Results 1 – 25 of 2811) sorted by relevance

12345678910>>...113

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D931102-2.c11 } OWN; typedef
13 OWN Own[16]; variable
15 f (x, own) in f() argument
17 OWN *own;
19 x[own->vcr / 8].vcr[own->vcr % 8].a--;
20 x[own->vcr / 8].vcr[own->vcr % 8].a = x[own->vcr / 8].vcr[own->vcr % 8].a;
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp95 // Let the dictionary own the CFNumber in AddValue()
106 // Let the dictionary own the CFNumber in SetValue()
120 // Let the dictionary own the CFNumber in AddValueSInt8()
135 // Let the dictionary own the CFNumber in SetValueSInt8()
150 // Let the dictionary own the CFNumber in AddValueSInt16()
165 // Let the dictionary own the CFNumber in SetValueSInt16()
180 // Let the dictionary own the CFNumber in AddValueSInt32()
195 // Let the dictionary own the CFNumber in SetValueSInt32()
210 // Let the dictionary own the CFNumber in AddValueSInt64()
225 // Let the dictionary own the CFNumber in SetValueSInt64()
[all …]
/openbsd-src/regress/sys/ffs/tests/unlink/
H A D11.t21 # User owns the file to be removed, but doesn't own the sticky directory.
24 # User owns the sticky directory, but doesn't own the file to be removed.
27 # User doesn't own the sticky directory nor the file to be removed.
35 # User owns the fifo to be removed, but doesn't own the sticky directory.
38 # User owns the sticky directory, but doesn't own the fifo to be removed.
41 # User doesn't own the sticky directory nor the fifo to be removed.
49 # User owns the symlink to be removed, but doesn't own the sticky directory.
52 # User owns the sticky directory, but doesn't own the symlink to be removed.
55 # User doesn't own the sticky directory nor the symlink to be removed.
/openbsd-src/regress/sys/ffs/tests/rename/
H A D09.t27 # User owns the file to be renamed, but doesn't own the sticky directory.
32 # User owns the sticky directory, but doesn't own the file to be renamed.
37 # User doesn't own the sticky directory nor the file to be renamed.
48 # User owns the fifo to be renamed, but doesn't own the sticky directory.
53 # User owns the sticky directory, but doesn't own the fifo to be renamed.
58 # User doesn't own the sticky directory nor the fifo to be renamed.
69 # User owns the symlink to be renamed, but doesn't own the sticky directory.
74 # User owns the sticky directory, but doesn't own the symlink to be renamed.
79 # User doesn't own the sticky directory nor the symlink to be renamed.
H A D10.t39 # User owns the sticky directory, but doesn't own the destination file.
56 # User owns the destination file, but doesn't own the sticky directory.
73 # User doesn't own the sticky directory nor the destination file.
90 # User owns the sticky directory, but doesn't own the destination file.
97 # User owns the destination file, but doesn't own the sticky directory.
104 # User doesn't own the sticky directory nor the destination file.
129 # User owns the sticky directory, but doesn't own the destination file.
146 # User owns the destination file, but doesn't own the sticky directory.
163 # User doesn't own the sticky directory nor the destination file.
190 # User owns the sticky directory, but doesn't own the destination file.
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DExternalSemaSource.h101 /// The external source should append its own tentative definitions to the
111 /// The external source should append its own unused, filed-scope to the
121 /// The external source should append its own delegating constructors to the
131 /// The external source should append its own ext_vector type declarations to
139 /// The external source should append its own potentially unused local
149 /// The external source should append its own referenced selectors to the
159 /// The external source should append its own weak, undeclared identifiers to
168 /// The external source should append its own used vtables to the given
176 /// The external source should append its own pending instantiations to the
186 /// The external source should insert its own late parsed template functions
[all …]
H A DMultiplexExternalSemaSource.h241 /// The external source should append its own tentative definitions to the
250 /// The external source should append its own unused, filed-scope to the
260 /// The external source should append its own delegating constructors to the
270 /// The external source should append its own ext_vector type declarations to
278 /// The external source should append its own potentially unused local
288 /// The external source should append its own referenced selectors to the
298 /// The external source should append its own weak, undeclared identifiers to
307 /// The external source should append its own used vtables to the given
315 /// The external source should append its own pending instantiations to the
324 /// The external source should insert its own late parsed template functions
[all …]
/openbsd-src/games/monop/
H A Dprop.c56 add_list(int plr, OWN **head, int op_sqr) in add_list()
59 OWN *tp, *last_tp; in add_list()
60 OWN *op; in add_list()
62 if ((op = calloc(1, sizeof (OWN))) == NULL) in add_list()
86 del_list(int plr, OWN **head, shrt op_sqr) in del_list()
88 OWN *op, *last_op; in del_list()
196 OWN *op; in prop_worth()
H A Dtrade.c42 OWN *prop_list; /* property list */
54 static int set_list(OWN *);
104 OWN *op; in get_list()
150 set_list(OWN *the_list) in set_list()
153 OWN *op; in set_list()
172 OWN *op; in summate()
209 OWN *op; in move_em()
232 OWN *op; in resign()
H A Dmonop.677 .Ic own holdings ,
85 .It Own
106 .It Ic own holdings
107 list your own holdings,
/openbsd-src/gnu/llvm/libcxx/docs/
H A DAddingNewCIJobs.rst14 these jobs can run either on our existing infrastructure, or on your own.
16 If you need to run the job on your own machines, please follow the
18 own agents. Make sure you tag your agents in a way that you'll be able
39 If you create your own agents, put them in the ``libcxx-builders`` queue and
/openbsd-src/regress/sys/ffs/tests/rmdir/
H A D11.t21 # User owns the directory to be removed, but doesn't own the sticky directory.
24 # User owns the sticky directory, but doesn't own the directory to be removed.
27 # User doesn't own the sticky directory nor the directory to be removed.
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dstack.t87 'Thread gets own stack size');
106 'Thread gets own stack size');
117 'Thread gets own stack size');
128 'Thread gets own stack size');
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h47 /// expressions. These persistent variables contain their own data and are
52 /// own data and are typed.
56 /// execution. These do not contain their own data but are named and typed.
101 /// If the variable contains its own data, make a Value point at it. If \a
113 /// does not contain its own data).
/openbsd-src/share/mk/
H A Dbsd.README13 bsd.own.mk - define common variables
147 The include file <bsd.own.mk> contains source tree configuration parameters,
153 To get system-specific configuration parameters, bsd.own.mk will try to
158 bsd.own.mk sets the following variables, if they are not already defined
204 own install script so that the entire system can be made
212 is to be used when building our own install script so
216 Additionally, the following variables may be set by bsd.own.mk or in a
219 bsd.own.mk):
257 bsd.own.mk is generally useful when building your own Makefiles so that
/openbsd-src/gnu/gcc/gcc/
H A Dlimitx.h2 if the system has its own version of limits.h. */
5 any macros that the system's limits.h uses for its own purposes. */
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlimitx.h2 if the system has its own version of limits.h. */
5 any macros that the system's limits.h uses for its own purposes. */
/openbsd-src/regress/usr.bin/mandoc/roff/cond/
H A Dbefore-Dd.in9 .Nd end of if block on its own line before Dd
16 block stood on its own line before the initial
H A Dbefore-Dd.out_ascii4 iiff--bbeeffoorree--DDdd - end of if block on its own line before Dd
8 when the end of an iiff block stood on its own line before the initial
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLazyMachineBlockFrequencyInfo.h39 /// If generated on the fly this own the instance.
42 /// If generated on the fly this own the instance.
45 /// If generated on the fly this own the instance.
/openbsd-src/share/snmp/
H A DTRANSPORT-ADDRESS-MIB.txt295 However, if it is used, it MAY be used either on its own or
314 However, if it is used, it MAY be used either on its own or
334 However, if it is used, it MAY be used either on its own or
355 However, if it is used, it MAY be used either on its own or
374 However, if it is used, it MAY be used either on its own or
410 However, if it is used, it MAY be used either on its own or
/openbsd-src/sbin/unwind/libunbound/iterator/
H A Diter_fwd.h161 * Handles its own locking unless nolock is set. In that case the caller
185 * Handles its own locking unless nolock is set. In that case the caller
200 * Handles its own locking unless nolock is set. In that case the caller
214 * Handles its own locking unless nolock is set. In that case the caller
227 * Handles its own locking unless nolock is set. In that case the caller
/openbsd-src/gnu/llvm/llvm/docs/
H A DDocker.rst9 images for their own use, or as a starting point for someone who wants to write
10 their own Dockerfiles.
52 serve as a basis for anyone who wants to create their own Docker image with
63 If you want to write your own docker image, start with an ``example/`` subfolder.
149 If you have a different use-case, you could create your own image based on
H A DCMakePrimer.rst20 LLVM projects or building their own projects on top of LLVM.
29 CMake is a tool that reads script files in its own language that describe how a
192 In addition to directory-based scope, CMake functions also have their own scope.
199 their own scopes.
229 background is that they do not have their own scope. Variables set inside
306 expect, and they do not have their own scope.
371 fundamental difference between the two. Functions have their own scope, and
/openbsd-src/usr.sbin/unbound/iterator/
H A Diter_fwd.h161 * Handles its own locking unless nolock is set. In that case the caller
185 * Handles its own locking unless nolock is set. In that case the caller
200 * Handles its own locking unless nolock is set. In that case the caller
214 * Handles its own locking unless nolock is set. In that case the caller
227 * Handles its own locking unless nolock is set. In that case the caller

12345678910>>...113