| /openbsd-src/regress/lib/libcrypto/pem/ |
| H A D | x509_info.c | 99 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 D | warn_backrefs.rst | 8 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 D | FindSpecRefs | 773 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 D | 2001-02-13-Reference-MemoryResponse.txt | 9 > 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 D | 2001-02-13-Reference-Memory.txt | 18 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 D | 02core.t | 199 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 D | int32.t | 70 is $@, '', "untie without inner references" ; 97 is $@, '', "untie without inner references" ;
|
| H A D | utf8.t | 75 is $@, '', "untie without inner references" ; 96 is $@, '', "untie without inner references" ;
|
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A D | info-utils.c | 334 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 D | info-utils.h | 77 REFERENCE **references); 93 extern void info_free_references (REFERENCE **references);
|
| /openbsd-src/usr.bin/dig/lib/isc/ |
| H A D | task.c | 50 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 D | timer.c | 35 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 D | perlref.pod | 4 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 D | perlreftut.pod | 3 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 D | x_info.c | 74 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 D | x_pkey.c | 91 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 D | session.c | 119 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 D | key-bindings.c | 117 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 D | Todo | 14 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 D | socket.c | 140 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 D | structures | 13 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 D | BlockLanguageSpec.rst | 161 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 D | extensions.rst | 40 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 D | node-expand.txi | 6 @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 D | x509_local.h | 146 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
|