/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | lto.h | 52 * \since prior to LTO_API_VERSION=3 77 * \since prior to LTO_API_VERSION=3 85 * \since prior to LTO_API_VERSION=3 108 * \since prior to LTO_API_VERSION=3 116 * \since prior to LTO_API_VERSION=3 124 * \since prior to LTO_API_VERSION=3 132 * \since prior to LTO_API_VERSION=3 150 * \since prior to LTO_API_VERSION=3 158 * \since prior to LTO_API_VERSION=3 168 * \since prior to LTO_API_VERSION=3 [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap_get_selectable_fd.3pcap | 14 .\" or promote products derived from this software without specific prior 86 FreeBSD prior to FreeBSD 4.6; 88 NetBSD prior to NetBSD 3.0; 90 OpenBSD prior to OpenBSD 2.4; 92 Mac OS X prior to Mac OS X 10.7; 137 works on that descriptor in Mac OS X releases prior to
|
/freebsd/share/man/man9/ |
H A D | atomic.9 | 188 Conversely, acquire semantics do not require that prior loads or stores have 194 is inserted into the function name immediately prior to the 201 When an atomic operation has release semantics, all prior loads or stores 209 is inserted into the function name immediately prior to the 212 For example, to add two long integers ensuring that all prior loads and 220 of all prior stores by the releasing thread must become visible to 244 When a fence has acquire semantics, all prior loads (by program order) must 252 When a fence has release semantics, all prior loads or stores (by program 264 For example, a store prior to the fence (in program order) may be completed 272 another thread when an atomic load that is prior to the acquire fence (by
|
H A D | sleepqueue.9 | 143 to have been locked by a prior call to 160 must be locked by a prior call to 223 must have been locked by a prior call to 268 needs to have been locked with a prior call to 313 must be locked by a prior call to
|
H A D | vinvalbuf.9 | 45 flag is specified then the buffers on the dirty list are synced prior to being 69 The vnode is assumed to be locked prior to the call and remains locked upon return. 72 must be held by prior to the call and remains locked upon return.
|
/freebsd/sys/dev/random/ |
H A D | random_infra.c | 45 * N.B., this is a dangerous default, but it matches the behavior prior to 47 * entropy from the prior boot because of their KARL system, on RW media). 67 "request was submitted prior to initial seeding."); 81 "prior to initial seeding."); 93 "submitted prior to initial seeding.");
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_flagdata.3 | 67 These values should have been returned by prior calls to 75 should have been returned by a prior call to 80 should have been returned by a prior call to one of 88 should have been allocated by a prior call to one of 95 should have been returned by a prior call to one of
|
/freebsd/lib/libc/string/ |
H A D | memmem.3 | 12 .\" products derived from this software without specific prior written 86 and in GNU libc prior to version 2.1. 87 Prior to
|
/freebsd/usr.bin/renice/ |
H A D | renice.c | 17 * without specific prior written permission. 63 /* can occur at any time prior to delimiter */ in main() 81 /* may occur only once, prior to priority */ in main() 90 /* must occur exactly once, prior to target */ in main()
|
/freebsd/usr.bin/tcopy/ |
H A D | tcopy.1 | 14 .\" without specific prior written permission. 126 does not rewind the tapes prior to start. 128 after writing, prior to the verification stage.
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_screen.c | 26 * sale, use or other dealings in this Software without prior written * 379 NCURSES_CH_T prior; in read_win() local 428 prior = blank; in read_win() 429 decode_cchar(value, &prior, data); in read_win() 442 read_row(char *source, NCURSES_CH_T *prior, NCURSES_CH_T *target, int length) in read_row() argument 448 source = decode_cchar(source, prior, target); in read_row() 462 source = decode_chtype(source, *prior, target); in read_row() 464 *prior = *target; in read_row() 604 NCURSES_CH_T prior = blank; in NCURSES_SP_NAME() local 623 if (read_row(++next, &prior, nwin->_line[n].text, tmp._maxx in NCURSES_SP_NAME() [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | rdrand_sanitytest.c | 27 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; in sanity_check_bytes() local 56 if (!TEST_false(!memcmp(prior, buf, sizeof(buf)))) in sanity_check_bytes() 66 memcpy(prior, buf, sizeof(buf)); in sanity_check_bytes()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_init_crypto.pod | 35 application is multi-threaded), and these resources must be freed prior to the 50 OPENSSL_init_crypto() MUST be called by application code prior to 267 should call OPENSSL_thread_stop() prior to the FreeLibrary() call. 270 multi-threaded and if dlclose() is subsequently called prior to the threads 273 each thread prior to the dlclose() call, or alternatively the original dlopen()
|
H A D | ASN1_aux_cb.pod | 118 prior to an B<ASN1_VALUE> object being allocated. The callback may allocate the 175 Invoked immediately prior to streaming the B<ASN1_VALUE> data using indefinite 187 Invoked immediately prior to processing the B<ASN1_VALUE> data as a "detached" 199 Invoked immediate prior to an ASN1_VALUE being duplicated via a call to
|
/freebsd/lib/libpmc/ |
H A D | pmc_capabilities.3 | 60 is a PMC handle obtained by a prior call to 150 is a PMC handle obtained by a prior call to 193 A prior call to
|
/freebsd/usr.bin/wc/ |
H A D | wc.1 | 17 .\" without specific prior written permission. 90 This will cancel out any prior usage of the 102 This will cancel out any prior usage of the
|
/freebsd/sys/vm/ |
H A D | uma_dbg.c | 62 * prior to subsequent reallocation. 126 * prior to freeing it back to available memory. 138 * prior to subsequent reallocation. 236 * prior to freeing it back to available memory.
|
/freebsd/crypto/heimdal/doc/ |
H A D | copyright.texi | 41 without specific prior written permission. 77 to distribution of the software without specific, written prior 108 without specific prior written permission. 147 without specific prior written permission. 235 without specific prior written permission. 403 to distribution of the software without specific, written prior 501 prior written permission.
|
/freebsd/usr.sbin/rwhod/ |
H A D | rwhod.8 | 14 .\" without specific prior written permission. 174 All fields are converted to network byte order prior to 179 intervals prior to a server's transmission; they are multiplied by 100
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_gen_elem_list.h | 21 * specific prior written permission. 45 * These are stacked in this class prior to entering the output phase of processing. 72 …void pendLastNElem(int numPend); //!< Last element to be pended prior to cancel/commit decision.
|
/freebsd/share/man/man4/ |
H A D | vr.4 | 17 .\" without specific prior written permission. 179 If you power down your system prior to booting 209 buffers prior to transmission in order to pacify the Rhine chips.
|
/freebsd/contrib/dialog/package/debian/ |
H A D | copyright | 52 sale, use or other dealings in this Software without prior written 77 ings in this Software without prior written authorization from the X Consor- 99 to distribution of the software without specific, written prior
|
/freebsd/contrib/ntp/libntp/ |
H A D | systime.c | 57 * at least MINSTEP greater than the prior, sys_tick is the time to read 64 * later than the prior unprocessed reading, and then fuzzes the bits 177 static struct timespec ts_prev; /* prior os time */ in get_systime() 178 static l_fp lfp_prev; /* prior result */ in get_systime() 208 * sys_fuzz over the prior reading, thereby assuring each in get_systime() 209 * fuzzed result is strictly later than the prior. Limit the in get_systime() 242 * Ensure result is strictly greater than prior result (ignoring in get_systime()
|
/freebsd/share/man/man3/ |
H A D | pthread_mutex_unlock.3 | 14 .\" without specific prior written permission. 52 function was not done prior to unlocking, further locking attempts on
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_activation_flags.inc | 13 # error "Define ASAN_ACTIVATION_FLAG prior to including this file!" 17 # error "Define COMMON_ACTIVATION_FLAG prior to including this file!"
|