HomeSort by: relevance | last modified time | path
    Searched defs:wrapped (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/tests/usr.bin/indent/
lex_number.c 29 int wrapped = 0\ variable
37 int wrapped = 0x12345678; variable
  /src/external/bsd/nvi/dist/common/
search.c 156 int cnt, eval, rval, wrapped = 0; local
199 wrapped = 1;
216 if ((wrapped && lno > fm->lno) ||
218 if (wrapped) {
229 wrapped = 1;
258 /* Warn if the search wrapped. */
259 if (wrapped && LF_ISSET(SEARCH_WMSG))
301 int cnt, eval, rval, wrapped; local
338 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; --lno, coff = 0) {
348 if ((wrapped && lno < fm->lno) || lno == 0)
    [all...]
  /src/usr.sbin/tcpdchk/
inetcf.c 85 char **wrapped; local
123 wrapped = uses_libwrap;
124 while (*wrapped != NULL) {
125 inet_chk(wrapped[0], wrapped[1], wrapped[2], "");
126 wrapped += 3;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
iterator.h 226 const WrappedIteratorT &wrapped() const { return I; } function in class:llvm::iterator_adaptor_base
  /src/external/bsd/openldap/dist/include/
ldap_int_thread.h 226 * definitions for type-wrapped debug *
258 ldap_int_thread_mutex_t wrapped; member in struct:__anon7667
268 ldap_int_thread_cond_t wrapped; member in struct:__anon7668
273 ldap_int_thread_rdwr_t wrapped; member in struct:__anon7669
  /src/external/bsd/am-utils/dist/fsinfo/
fsi_util.c 56 int wrapped = 0; local
62 wrapped = 1;
64 return wrapped;
  /src/sys/netinet/
ip_reass.c 583 int wrapped = 0; local
586 while (ip_nfragpackets > ip_maxfragpackets && wrapped == 0) {
598 wrapped = 1;
  /src/external/bsd/openldap/dist/libraries/libldap/
gssapi.c 168 gss_buffer_desc unwrapped, wrapped; local
196 &wrapped);
212 pkt_len = 4 + wrapped.length;
228 b[0] = (unsigned char)(wrapped.length >> 24);
229 b[1] = (unsigned char)(wrapped.length >> 16);
230 b[2] = (unsigned char)(wrapped.length >> 8);
231 b[3] = (unsigned char)(wrapped.length >> 0);
233 /* copy the wrapped blob to the right location */
234 memcpy(b + 4, wrapped.value, wrapped.length)
250 gss_buffer_desc unwrapped, wrapped; local
    [all...]
thr_debug.c 335 #define WRAPPED(ptr) (ptr)
372 #define WRAPPED(ptr) (&(ptr)->wrapped)
530 ldap_pvt_thread_t wrapped; member in struct:__anon7683
581 t->wrapped = *thread;
607 if( ldap_pvt_thread_equal( thread, thread_info[i]->wrapped ) )
901 rc = ldap_int_thread_cond_init( WRAPPED( cond ) );
916 rc = ldap_int_thread_cond_destroy( WRAPPED( cond ) );
931 rc = ldap_int_thread_cond_signal( WRAPPED( cond ) );
941 rc = ldap_int_thread_cond_broadcast( WRAPPED( cond ) )
    [all...]
  /src/external/bsd/wpa/dist/src/common/
dpp_pkex.c 592 u8 *wrapped; local
653 wpa_printf(MSG_INFO, "DPP: TESTING - no Wrapped Data");
668 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE);
673 2, addr, len, wrapped) < 0)
676 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE);
680 wpa_printf(MSG_INFO, "DPP: TESTING - attr after Wrapped Data");
914 u8 *wrapped; local
974 wpa_printf(MSG_INFO, "DPP: TESTING - no Wrapped Data");
989 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE);
994 2, addr, len, wrapped) < 0
    [all...]
dpp_reconfig.c 336 u8 *wrapped; local
346 /* C-nonce (wrapped) */
351 /* Connection Status (wrapped) */
403 /* Attributes before Wrapped Data */
408 /* Wrapped Data: {C-nonce, E-nonce, Connection Status}ke */
411 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE);
416 2, addr, len, wrapped) < 0)
579 u8 *wrapped; local
599 /* C-nonce (wrapped) */
604 /* E-nonce (wrapped) */
    [all...]
dpp.c 140 "DPP: An unexpected attribute included after the Wrapped Data attribute");
789 u8 *wrapped; local
843 wpa_printf(MSG_INFO, "DPP: TESTING - no Wrapped Data");
887 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE);
893 0, NULL, NULL, wrapped) < 0)
896 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE);
900 wpa_printf(MSG_INFO, "DPP: TESTING - attr after Wrapped Data");
2039 u8 *wrapped; local
2142 wpa_printf(MSG_INFO, "DPP: TESTING - no Wrapped Data");
2241 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE)
3601 u8 *wrapped; local
3819 u8 *wrapped; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_kats.c 665 unsigned char *wrapped = NULL, *secret = NULL; local
683 wrapped = OPENSSL_malloc(wrappedlen);
685 if (wrapped == NULL || secret == NULL)
689 if (EVP_PKEY_encapsulate(ctx, wrapped, &wrappedlen, secret, &secretlen) <= 0)
693 OSSL_SELF_TEST_oncorrupt_byte(st, wrapped);
695 || memcmp(wrapped, t->cipher_text, t->cipher_text_len) != 0)
705 OPENSSL_free(wrapped);
  /src/usr.bin/gzip/
unlz.c 284 bool wrapped; member in struct:lz_decoder
304 lz->wrapped = lz->pos >= lz->dict_size;
305 if (lz->wrapped) {
388 lz->wrapped = false;
410 if (lz->wrapped)
571 (rep[0] >= lz->pos && !lz->wrapped)) {
  /src/external/bsd/tmux/dist/
grid.c 1238 int wrapped = 1; local
1267 wrapped = 0;
1269 if (!wrapped)
1301 * If this line wasn't wrapped or we didn't consume the entire
1304 if (!wrapped || want != from->cellused || width == sx)
1312 * consume. If we consumed the entire line and it wasn't wrapped,
1320 } else if (!wrapped)
1398 * If the original line had the wrapped flag and there is still space
1460 * it was previously wrapped.
1468 * If the line was previously wrapped, join as much as possibl
    [all...]
screen-write.c 40 int wrapped; member in struct:screen_write_citem
390 /* Write string wrapped over lines. */
993 /* Backspace; cursor left unless at start of wrapped line when can move up. */
1429 screen_write_linefeed(struct screen_write_ctx *ctx, int wrapped, u_int bg)
1440 if (wrapped)
1648 u_int used, int *wrapped)
1682 if (csx == 0 && ci->wrapped && wrapped != NULL)
1683 *wrapped = 1;
1823 ttyctx.wrapped = ci->wrapped
1849 int wrapped = ci->wrapped; local
    [all...]
tty.c 1479 int flags, cleared = 0, wrapped = 0; local
1539 log_debug("%s: wrapped line %u", __func__, aty);
1540 wrapped = 1;
1568 if (!wrapped || atx != 0 || ux != 0)
1576 wrapped = 0;
1632 if (!wrapped || atx != 0 || ux != 0)
2225 if (!ctx->wrapped ||
2528 if (!ctx->wrapped ||
  /src/external/gpl3/binutils/dist/ld/
plugin.c 773 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; enumerator in enum:__anon10786
797 /* Check if a symbol is a wrapped symbol. */
799 wrap_status = wrapped;
892 else if (wrap_status == wrapped)
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 774 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; enumerator in enum:__anon12249
798 /* Check if a symbol is a wrapped symbol. */
800 wrap_status = wrapped;
893 else if (wrap_status == wrapped)
  /src/external/bsd/wpa/dist/src/ap/
dpp_hostapd.c 2798 const u8 *trans_id, *wrapped, *version, *connector; local
2831 wrapped = dpp_get_attr(buf, len, DPP_ATTR_WRAPPED_DATA,
2833 if (!wrapped) {
2834 wpa_printf(MSG_DEBUG, "DPP: Peer did not include Wrapped Data");
2854 aad, aad_len, wrapped, wrapped_len);
2860 wpa_hexdump_buf(MSG_MSGDUMP, "DPP: HPKE-Decrypted Wrapped Data", pt);
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 951 number was well-formed, true if not. WRAPPED is set to true if the
954 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped)
960 *wrapped = false;
973 *wrapped = true;
976 *wrapped = true;
1002 bool wrapped; local
1008 &new_lineno, &wrapped))
1019 if (CPP_PEDANTIC (pfile) && (new_lineno == 0 || new_lineno > cap || wrapped))
1021 else if (wrapped)
1060 bool wrapped; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 933 number was well-formed, true if not. WRAPPED is set to true if the
936 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped)
942 *wrapped = false;
955 *wrapped = true;
958 *wrapped = true;
984 bool wrapped; local
990 &new_lineno, &wrapped))
1001 if (CPP_PEDANTIC (pfile) && (new_lineno == 0 || new_lineno > cap || wrapped))
1003 else if (wrapped)
1042 bool wrapped; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2174 char *wrapped = (char *)ggc_internal_alloc (sz); local
2175 snprintf (wrapped, sz, "/* %s */", text);
2179 tree identifier = get_identifier (wrapped);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 2002 char *wrapped = (char *)ggc_internal_alloc (sz); local
2003 snprintf (wrapped, sz, "/* %s */", text);
2007 tree identifier = get_identifier (wrapped);
  /src/sys/external/bsd/drm/dist/shared-core/
mga_drv.h 54 volatile long wrapped; member in struct:drm_mga_primary_buffer
250 if ( test_bit( 0, &dev_priv->prim.wrapped ) ) { \
264 if ( test_bit( 0, &dev_priv->prim.wrapped ) ) { \
323 if ( !test_bit( 0, &dev_priv->prim.wrapped ) ) { \

Completed in 96 milliseconds

1 2