/freebsd/contrib/nvi/common/ |
H A D | search.c | 152 int cnt, eval, rval, wrapped = 0; in f_search() local 191 wrapped = 1; in f_search() 208 if ((wrapped && lno > fm->lno) || db_get(sp, lno, 0, &l, &len)) { in f_search() 209 if (wrapped) { in f_search() 220 wrapped = 1; in f_search() 250 if (wrapped && LF_ISSET(SEARCH_WMSG)) in f_search() 293 int cnt, eval, rval, wrapped; in b_search() local 326 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; --lno, coff = 0) { in b_search() 336 if ((wrapped && lno < fm->lno) || lno == 0) { in b_search() 337 if (wrapped) { in b_search() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 114 : base_type(X.wrapped()) {} 118 reference operator*() const { return base_type::wrapped()->V; } 180 return iterator(List.insert(I.wrapped(), *create(std::forward<Ts>(Vs)...))); in emplace() 184 return iterator(List.insert(I.wrapped(), *create(std::move(V)))); in insert() 187 return iterator(List.insert(I.wrapped(), *create(V))); in insert() 193 List.insert(I.wrapped(), *create(*First)); in insert() 197 return iterator(List.eraseAndDispose(I.wrapped(), Disposer(*this))); in erase() 202 List.eraseAndDispose(First.wrapped(), Last.wrapped(), Disposer(*this))); in erase()
|
H A D | GenericCycleInfo.h | 155 const const_child_iterator_base &wrapped() { return Base::wrapped(); } in wrapped() function 302 const const_toplevel_iterator_base &wrapped() { return Base::wrapped(); } in wrapped() function
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor_pid_test.cpp | 96 bool wrapped; in wrap_pids() local 102 wrapped = true; in wrap_pids() 104 wrapped = false; in wrap_pids() 116 wrapped = true; in wrap_pids() 118 } while (!wrapped || current < target); in wrap_pids()
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | gssmaestro.c | 434 krb5_data msg, wrapped, out; in test_wrap() local 440 krb5_data_zero(&wrapped); in test_wrap() 443 val = encrypt_token(c1, hc1, conf, &msg, &wrapped); in test_wrap() 448 val = decrypt_token(c2, hc2, conf, &wrapped, &out); in test_wrap() 450 krb5_data_free(&wrapped); in test_wrap() 464 krb5_data_free(&wrapped); in test_wrap() 473 krb5_data header, msg, trailer, wrapped, out; in test_wrap_ext() local 485 krb5_data_zero(&wrapped); in test_wrap_ext() 488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped); in test_wrap_ext() 493 val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped, &trailer, &out); in test_wrap_ext() [all …]
|
/freebsd/usr.bin/gzip/ |
H A D | unlz.c | 283 bool wrapped; member 301 lz->wrapped = lz->pos >= lz->dict_size; in lz_flush() 302 if (lz->wrapped) { in lz_flush() 336 lz->wrapped = false; in lz_create() 358 if (lz->wrapped) in lz_peek() 519 (rep[0] >= lz->pos && !lz->wrapped)) { in lz_decode_member()
|
/freebsd/contrib/kyua/utils/ |
H A D | auto_array.ipp | 99 /// Gets the value of the wrapped pointer without releasing ownership. 110 /// Gets the value of the wrapped pointer without releasing ownership. 121 /// Gets the value of the wrapped pointer and releases ownership. 134 /// Changes the value of the wrapped pointer. 137 /// wrapped pointer is replaced with the new pointer provided.
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | syncstream | 70 streambuf_type* wrapped; // exposition only 151 // to the wrapped stream buffer object *wrapped when emit() is called 154 // with the same wrapped stream buffer object. 167 _LIBCPP_ASSERT_INTERNAL(__ptr != nullptr, "non-wrapped streambufs are never written to"); 201 _LIBCPP_ASSERT_INTERNAL(__ptr != nullptr, "non-wrapped streambufs are never written to"); 223 _LIBCPP_ASSERT_INTERNAL(__ptr != nullptr, "non-wrapped streambufs are never written to"); 226 …_LIBCPP_ASSERT_INTERNAL(__it != __lut_.end(), "using a wrapped streambuf that has not been registe…
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | README | 14 If -DFUZZ=ON is enabled, symbols listed in wrapped.sym are wrapped in the
|
/freebsd/tools/tools/scsi-defects/ |
H A D | README | 2 a SCSI disk, wrapped into Perl (for easier decoding of the list) by
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | MinGW.cpp | 251 ArrayRef<WrappedSymbol> wrapped) { in wrapSymbols() argument 253 for (const WrappedSymbol &w : wrapped) { in wrapSymbols()
|
H A D | MinGW.h | 67 void wrapSymbols(COFFLinkerContext &ctx, ArrayRef<WrappedSymbol> wrapped);
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_pkex.c | 592 u8 *wrapped; in dpp_pkex_build_commit_reveal_req() local 668 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_req() 673 2, addr, len, wrapped) < 0) in dpp_pkex_build_commit_reveal_req() 676 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_req() 914 u8 *wrapped; in dpp_pkex_build_commit_reveal_resp() local 989 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_resp() 994 2, addr, len, wrapped) < 0) in dpp_pkex_build_commit_reveal_resp() 997 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_resp()
|
H A D | dpp_reconfig.c | 336 u8 *wrapped; in dpp_reconfig_build_resp() local 411 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_reconfig_build_resp() 416 2, addr, len, wrapped) < 0) in dpp_reconfig_build_resp() 579 u8 *wrapped; in dpp_reconfig_build_conf() local 641 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_reconfig_build_conf() 646 2, addr, len, wrapped) < 0) in dpp_reconfig_build_conf()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_decapsulate.pod | 15 const unsigned char *wrapped, size_t wrappedlen); 27 I<wrapped> and I<wrappedlen> parameters.
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.IRIX | 34 services cannot be wrapped until SGI fixes their system so that it 48 So, TLI services cannot be wrapped until SGI fixes their system so
|
/freebsd/usr.bin/indent/tests/ |
H A D | comments.0.stdout | 13 * Old indent wrapped the URL near where this sentence ends.
|
H A D | comments.0 | 11 * Old indent wrapped the URL near where this sentence ends.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 715 explicit operator bool() const { return bool(wrapped()); } 716 DIEValue &operator*() const { return wrapped()->V; } 729 : iterator_adaptor(X.wrapped()) {} in const_value_iterator() 733 explicit operator bool() const { return bool(wrapped()); } 734 const DIEValue &operator*() const { return wrapped()->V; }
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_console.c | 208 uint32_t wrapped; in dpaa2_cons_open() local 235 wrapped = cd->hdr_eobyte & LOG_HEADER_FLAG_BUFFER_WRAPAROUND; in dpaa2_cons_open() 238 if (wrapped && cd->eod != cd->end) in dpaa2_cons_open()
|
/freebsd/contrib/libxo/doc/ |
H A D | xohtml.rst | 15 command's output is wrapped in HTML tags, with references to
|
H A D | xopo.rst | 44 ensure that incoming msgid strings are not wrapped across multiple
|
/freebsd/contrib/dialog/ |
H A D | formbox.c | 233 bool wrapped = FALSE; in tab_next() local 240 wrapped = TRUE; in tab_next() 243 wrapped = TRUE; in tab_next() 266 if (wrapped) { in tab_next()
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | README | 7 nvlists are wrapped as dictionaries or lists depending on their usage.
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Analyses.def | 45 "Output analysis results using HTML wrapped with Plists",
|