Searched refs:wrapped (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/nvi/common/
H A Dsearch.c147 int cnt, eval, rval, wrapped = 0; local
186 wrapped = 1;
203 if ((wrapped && lno > fm->lno) || db_get(sp, lno, 0, &l, &len)) {
204 if (wrapped) {
215 wrapped = 1;
244 /* Warn if the search wrapped. */
245 if (wrapped && LF_ISSET(SEARCH_WMSG))
288 int cnt, eval, rval, wrapped; local
321 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; --lno, coff = 0) {
331 if ((wrapped
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h115 : base_type(X.wrapped()) {}
119 reference operator*() const { return base_type::wrapped()->V; }
123 return L.wrapped() == R.wrapped();
188 return iterator(List.insert(I.wrapped(), *create(std::forward<Ts>(Vs)...)));
192 return iterator(List.insert(I.wrapped(), *create(std::move(V))));
195 return iterator(List.insert(I.wrapped(), *create(V)));
201 List.insert(I.wrapped(), *create(*First));
205 return iterator(List.eraseAndDispose(I.wrapped(), Disposer(*this)));
210 List.eraseAndDispose(First.wrapped(), Las
[all...]
H A Diterator.h220 const WrappedIteratorT &wrapped() const { return I; } function in class:llvm::iterator_adaptor_base
H A DStringMap.h465 Key = this->wrapped()->getKey();
/freebsd-13-stable/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c434 krb5_data msg, wrapped, out; local
440 krb5_data_zero(&wrapped);
443 val = encrypt_token(c1, hc1, conf, &msg, &wrapped);
448 val = decrypt_token(c2, hc2, conf, &wrapped, &out);
450 krb5_data_free(&wrapped);
464 krb5_data_free(&wrapped);
473 krb5_data header, msg, trailer, wrapped, out; local
485 krb5_data_zero(&wrapped);
488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped);
493 val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped,
[all...]
/freebsd-13-stable/usr.bin/gzip/
H A Dunlz.c285 bool wrapped; member in struct:lz_decoder
303 lz->wrapped = lz->pos >= lz->dict_size;
304 if (lz->wrapped) {
338 lz->wrapped = false;
360 if (lz->wrapped)
521 (rep[0] >= lz->pos && !lz->wrapped)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h672 explicit operator bool() const { return bool(wrapped()); }
673 DIEValue &operator*() const { return wrapped()->V; }
686 : iterator_adaptor(X.wrapped()) {}
690 explicit operator bool() const { return bool(wrapped()); }
691 const DIEValue &operator*() const { return wrapped()->V; }
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Dwrapper_template.h268 const svn_ra_reporter3_t *wrapped,
273 crb->reporter = wrapped;
266 compat_wrap_reporter(const svn_ra_reporter_t **reporter, void **baton, const svn_ra_reporter3_t *wrapped, void *wrapped_baton, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/dialog/
H A Dformbox.c232 bool wrapped = FALSE; local
239 wrapped = TRUE;
242 wrapped = TRUE;
265 if (wrapped) {
/freebsd-13-stable/sys/conf/
H A Dkern.opts.mk177 # wrapped around declarations. Module makefiles can optionally compile such
/freebsd-13-stable/contrib/ncurses/progs/
H A Ddump_entry.c66 static bool wrapped; /* true if we wrap too-long strings */ variable
210 wrapped = wrap_strings;
583 wrapped &&
1268 if (wrapped && did_wrap) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1803 // so that wrapped symbols are swapped as instructed by the command line.
1804 static void wrapSymbols(ArrayRef<WrappedSymbol> wrapped) { argument
1806 for (const WrappedSymbol &w : wrapped) {
1820 for (const WrappedSymbol &w : wrapped)
1991 // Create wrapped symbols for -wrap option.
1992 std::vector<WrappedSymbol> wrapped = addWrappedSymbols(args); local
2031 if (!wrapped.empty())
2032 wrapSymbols(wrapped);
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.c2367 u8 *wrapped; local
2435 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE);
2441 0, NULL, NULL, wrapped) < 0)
2444 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE);
3468 /* I-auth wrapped with ke */
3499 /* R-nonce wrapped with k2 */
4851 u8 *wrapped; local
4941 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE);
4946 1, addr, len, wrapped) < 0)
4949 wrapped, wpabuf_le
6103 u8 *wrapped; local
7490 u8 *wrapped; local
7792 u8 *wrapped; local
[all...]
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql32 -- The whole contents of this file are wrapped in a transaction. We want
H A Dschema_v1.sql32 -- The whole contents of this file are wrapped in a transaction. We want
H A Dschema_v2.sql32 -- The whole contents of this file are wrapped in a transaction. We want

Completed in 274 milliseconds