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

/freebsd-11.0-release/contrib/nvi/common/
H A Dsearch.c162 int cnt, eval, rval, wrapped = 0; local
201 wrapped = 1;
218 if ((wrapped && lno > fm->lno) || db_get(sp, lno, 0, &l, &len)) {
219 if (wrapped) {
230 wrapped = 1;
259 /* Warn if the search wrapped. */
260 if (wrapped && LF_ISSET(SEARCH_WMSG))
309 int cnt, eval, rval, wrapped; local
342 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; --lno, coff = 0) {
352 if ((wrapped
[all...]
/freebsd-11.0-release/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-11.0-release/contrib/amd/fsinfo/
H A Dfsi_util.c58 int wrapped = 0; local
64 wrapped = 1;
66 return wrapped;
/freebsd-11.0-release/sys/dev/drm/
H A Dmga_drv.h57 volatile long wrapped; member in struct:drm_mga_primary_buffer
253 if ( test_bit( 0, &dev_priv->prim.wrapped ) ) { \
267 if ( test_bit( 0, &dev_priv->prim.wrapped ) ) { \
326 if ( !test_bit( 0, &dev_priv->prim.wrapped ) ) { \
H A Dmga_dma.c201 set_bit(0, &primary->wrapped);
218 clear_bit(0, &primary->wrapped);
920 dev_priv->prim.wrapped = 0;
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h604 explicit operator bool() const { return bool(wrapped()); }
605 DIEValue &operator*() const { return wrapped()->V; }
618 : iterator_adaptor(X.wrapped()) {}
622 explicit operator bool() const { return bool(wrapped()); }
623 const DIEValue &operator*() const { return wrapped()->V; }
/freebsd-11.0-release/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-11.0-release/contrib/llvm/include/llvm/ADT/
H A Diterator.h165 const WrappedIteratorT &wrapped() const { return I; } function in class:llvm::iterator_adaptor_base
/freebsd-11.0-release/contrib/dialog/
H A Dformbox.c232 bool wrapped = FALSE; local
239 wrapped = TRUE;
242 wrapped = TRUE;
265 if (wrapped) {
/freebsd-11.0-release/sys/conf/
H A Dkern.opts.mk156 # wrapped around declarations. Module makefiles can optionally compile such

Completed in 190 milliseconds