Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/openbsd-src/regress/lib/libcrypto/pem/
H A Dx509_info.c99 info0->references = 2; /* X509_INFO_up_ref(3) doesn't exist. */ in main()
108 if (info0->references != 2) { in main()
110 info0->references); in main()
111 info0->references = 2; in main()
140 if (info0->references != 2) in main()
142 info0->references); in main()
171 if (info0->references != 2) { in main()
173 info0->references); in main()
177 info0->references = 1; in main()
/openbsd-src/gnu/llvm/lld/docs/ELF/
H A Dwarn_backrefs.rst8 right maintaining the set of undefined symbol references from the files loaded
12 set of undefined symbol references. When all resolving definitions have been
20 references, the archives can be ordered in such a way that there are no
21 backward references. If there are cyclic references then the ``--start-group``
27 still search that archive for resolving any undefined references. This means
94 among system libraries (e.g. ``-lc __isnanl references -lm``, ``-lc
95 _IO_funlockfile references -lpthread``, ``-lc __gcc_personality_v0 references
96 -lgcc_eh``, and ``-lpthread _Unwind_GetCFA references -lunwind``).
/openbsd-src/gnu/llvm/clang/utils/
H A DFindSpecRefs773 def buildRefTree(references): argument
785 for ref in references:
816 references = []
824 references.extend(list(scanFile(fullpath, filename)))
826 references.extend(list(scanFile(root, root)))
828 refTree = buildRefTree(references)
831 for ref in references:
836 print 'Found %d references.'%(len(references),)
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-13-Reference-MemoryResponse.txt9 > references: constrained pointers that cannot be manipulated: added and
14 > C++ pointers could be promoted to references in the LLVM
18 You're right, having references would be useful. Even for C++ the *static*
19 compiler could generate references instead of pointers with fairly
26 > 2. Our "implicit" memory references in assembly language:
H A D2001-02-13-Reference-Memory.txt18 references: constrained pointers that cannot be manipulated: added and
23 C++ pointers could be promoted to references in the LLVM
26 2. Our "implicit" memory references in assembly language:
35 I'm tempted to make memory references explicit in both the assembly and
/openbsd-src/gnu/usr.bin/perl/lib/DBM_Filter/t/
H A D02core.t199 is $@, '', "untie without inner references" ;
222 is $@, '', "untie without inner references" ;
252 is $@, '', "untie without inner references" ;
282 is $@, '', "untie without inner references" ;
315 is $@, '', "untie without inner references" ;
354 is $@, '', "untie without inner references" ;
387 is $@, '', "untie without inner references" ;
420 is $@, '', "untie without inner references" ;
456 is $@, '', "untie without inner references" ;
492 is $@, '', "untie without inner references" ;
[all …]
H A Dint32.t70 is $@, '', "untie without inner references" ;
97 is $@, '', "untie without inner references" ;
H A Dutf8.t75 is $@, '', "untie without inner references" ;
96 is $@, '', "untie without inner references" ;
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfo-utils.c334 info_get_labeled_reference (char *label, REFERENCE **references) in info_get_labeled_reference() argument
339 for (i = 0; references && (entry = references[i]); i++) in info_get_labeled_reference()
407 info_free_references (REFERENCE **references) in info_free_references() argument
412 if (references) in info_free_references()
414 for (i = 0; references && (entry = references[i]); i++) in info_free_references()
423 free (references); in info_free_references()
H A Dinfo-utils.h77 REFERENCE **references);
93 extern void info_free_references (REFERENCE **references);
/openbsd-src/usr.bin/dig/lib/isc/
H A Dtask.c50 unsigned int references; member
122 REQUIRE(task->references == 0); in task_finished()
144 task->references = 1; in isc_task_create()
184 source->references++; in isc_task_attach()
245 REQUIRE(task->references > 0); in task_detach()
247 task->references--; in task_detach()
248 if (task->references == 0 && task->state == task_state_idle) { in task_detach()
573 if (task->references == 0 && in dispatch()
609 if (task->references == 0 && in dispatch()
H A Dtimer.c35 unsigned int references; member
193 timer->references = 1; in isc_timer_create()
294 REQUIRE(timer->references > 0); in isc_timer_detach()
295 timer->references--; in isc_timer_detach()
296 if (timer->references == 0) in isc_timer_detach()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlref.pod4 perlref - Perl references and nested data structures
8 This is complete documentation about all aspects of references.
15 structures, because all references had to be symbolic--and even then
17 Perl now not only makes it easier to use symbolic references to variables,
18 but also lets you have "hard" references to any piece of data or code.
23 Hard references are smart--they keep track of reference counts for you,
30 object, but we usually reserve the word for references to objects that
33 Symbolic references are names of variables or other objects, just as a
36 references are sometimes called "soft references", bu
[all...]
H A Dperlreftut.pod3 perlreftut - Mark's very short tutorial about references
10 I<references>, and using references is the key to managing complicated,
62 references.
82 an entire array, and references are scalars, so you can have a hash of
83 references to arrays, and it'll act a lot like a hash of arrays, and
87 some syntax for managing references.
113 These examples show how to make references to variables with names.
132 The references you get from rule 2 are the same kind of
133 references that you get from rule 1:
218 you how to do absolutely everything you ever need to do with references.
[all …]
/openbsd-src/lib/libcrypto/asn1/
H A Dx_info.c74 ret->references = 1; in X509_INFO_new()
86 if (CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_INFO) > 0) in X509_INFO_free()
H A Dx_pkey.c91 ret->references = 1; in X509_PKEY_new()
111 i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_PKEY); in X509_PKEY_free()
/openbsd-src/usr.bin/tmux/
H A Dsession.c119 s->references = 1; in session_create()
166 s->references++;
167 log_debug("%s: %s %s, now %d", __func__, s->name, from, s->references); in session_add_ref()
174 s->references--;
175 log_debug("%s: %s %s, now %d", __func__, s->name, from, s->references); in session_remove_ref()
177 if (s->references == 0) in session_remove_ref()
187 log_debug("session %s freed (%d references)", s->name, s->references); in session_free()
189 if (s->references == 0) { in session_free()
392 return (w->references !
[all...]
H A Dkey-bindings.c117 table->references = 1; /* one reference in key_tables */ in key_bindings_get_table()
141 if (--table->references != 0) in key_bindings_unref_table()
278 bd->cmdlist->references++; in key_bindings_reset()
336 new_bd->cmdlist->references++; in key_bindings_init_done()
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/
H A DTodo14 cross-referencing identical references. (useful in debugger, in situations
15 where we don't care so much for cross-references).
/openbsd-src/usr.bin/dig/lib/isc/unix/
H A Dsocket.c140 unsigned int references; member
222 #define SOCK_DEAD(s) ((s)->references == 0)
1161 sock->references = 0; in allocate_socket()
1210 INSIST(sock->references == 0); in free_socket()
1366 sock->references = 1; in socket_create()
1408 sock->references++; in isc_socket_attach()
1425 REQUIRE(sock->references > 0); in isc_socket_detach()
1426 sock->references--; in isc_socket_detach()
1427 if (sock->references == 0) in isc_socket_detach()
1463 sock->references++; in dispatch_recv()
[all …]
/openbsd-src/usr.bin/vi/docs/internals/
H A Dstructures13 references the GS structure.
16 Each SCR structure normally references a file (EXF) structure.
21 instances of screens, and the EXF structure persists over references to
29 references an underlying EXF structure. The SCR structure is necessary
/openbsd-src/gnu/llvm/clang/docs/
H A DBlockLanguageSpec.rst161 that no references to the variable will actually be evaluated.
211 :block-term:`release` operations for Block references that create and,
264 also true. Block references may thus appear as properties and are
275 references to instance variables are also imported into the lexical
277 qualified as references from self, and so self is imported as a const
282 (or form strong references if running under garbage collection).
297 nil when the object it references is collected, as long as the
312 use of C++ objects, pointers, or references held in automatic storage.
314 As usual, within the block, references to captured variables become
315 const-qualified, as if they were references to members of a const
[all …]
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dextensions.rst40 that references external modules. Clang uses the same mechanism that
96 generates external references (and debug info inside the modules) for
119 and will resolve all module type references to point straight to the
121 will never contain any ``-gmodules``-style references.
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dnode-expand.txi6 @c in node names and node references, including menus.
7 @c This file deliberately references "Node 1" both via
/openbsd-src/lib/libcrypto/x509/
H A Dx509_local.h146 int references;
188 int references;
237 int references;
318 int references;
138 int references; global() member
180 int references; global() member
229 int references; global() member
310 int references; global() member

12345678910>>...30