| /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/ |
| ml_dsa_sign.h | 12 VECTOR hint; member in struct:ml_dsa_sig_st
|
| /src/external/gpl2/groff/dist/src/preproc/eqn/ |
| script.cpp | 38 void hint(unsigned); 195 void script_box::hint(unsigned flags) function in class:script_box 197 p->hint(flags & ~HINT_NEXT_IS_ITALIC);
|
| text.cpp | 38 void hint(unsigned); 175 void char_box::hint(unsigned flags) function in class:char_box
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| kmpstat.c | 209 struct addrinfo hint, *ai; local 212 memset(&hint, 0, sizeof(hint)); 213 hint.ai_family = PF_UNSPEC; 214 hint.ai_family = family; 215 hint.ai_socktype = SOCK_STREAM; 217 error = getaddrinfo(name, port, &hint, &ai);
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| parse-connection-spec-selftests.c | 52 HINT. */ 56 HINT. */ 60 HINT. */ 73 anything on the 'struct addrinfo' HINT. */ 78 expect anything on the 'struct addrinfo' HINT. */ 205 struct addrinfo hint; local 208 memset (&hint, 0, sizeof (hint)); 212 ret = parse_connection_spec (c.connspec, &hint); 225 SELF_CHECK (hint.ai_family == c.exp_ai_family) [all...] |
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| parse-connection-spec-selftests.c | 52 HINT. */ 56 HINT. */ 60 HINT. */ 73 anything on the 'struct addrinfo' HINT. */ 78 expect anything on the 'struct addrinfo' HINT. */ 205 struct addrinfo hint; local 208 memset (&hint, 0, sizeof (hint)); 212 ret = parse_connection_spec (c.connspec, &hint); 225 SELF_CHECK (hint.ai_family == c.exp_ai_family) [all...] |
| /src/games/adventure/ |
| subr.c | 508 int hint; local 509 for (hint = 4; hint <= hintmax; hint++) { 510 if (hinted[hint]) 512 if (!bitset(loc, hint)) 513 hintlc[hint] = -1; 514 hintlc[hint]++; 515 if (hintlc[hint] < hints[hint][1] [all...] |
| /src/lib/libc/citrus/ |
| citrus_prop.c | 358 const _citrus_prop_hint_t *hint; local 367 for (hint = hints; hint->name != NULL; ++hint) { 368 if (_citrus_bcs_strcasecmp(name, hint->name) == 0) 379 _citrus_prop_object_init(&ostart, hint->type); 380 _citrus_prop_object_init(&oend, hint->type); 381 errnum = (*readers[hint->type])(ms, &ostart); 386 switch (hint->type) { 393 errnum = (*readers[hint->type])(ms, &oend) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ser-tcp.c | 284 struct addrinfo hint; local 287 memset (&hint, 0, sizeof (hint)); 290 hint.ai_family = AF_UNSPEC; 291 hint.ai_socktype = SOCK_STREAM; 292 hint.ai_protocol = IPPROTO_TCP; 294 parsed_connection_spec parsed = parse_connection_spec (name, &hint); 301 &hint, &ainfo);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ser-tcp.c | 284 struct addrinfo hint; local 287 memset (&hint, 0, sizeof (hint)); 290 hint.ai_family = AF_UNSPEC; 291 hint.ai_socktype = SOCK_STREAM; 292 hint.ai_protocol = IPPROTO_TCP; 294 parsed_connection_spec parsed = parse_connection_spec (name, &hint); 301 &hint, &ainfo);
|
| /src/tests/lib/libc/sys/ |
| t_mmap.c | 625 void *hint = (void *)hintaddr; local 628 map1 = mmap(hint, page, PROT_READ|PROT_WRITE, MAP_ANON, -1, 0); 630 atf_tc_fail_nonfatal("mmap1 hint=%p: errno=%d", hint, errno); 635 atf_tc_fail_nonfatal("mmap2 hint=%p map1=%p failed: errno=%d", 636 hint, map1, errno); 639 map3 = mmap(hint, page, PROT_READ|PROT_WRITE, MAP_ANON, -1, 0); 641 atf_tc_fail_nonfatal("mmap3 hint=%p map1=%p failed: errno=%d", 642 hint, map1, errno); 647 ATF_CHECK_MSG(munmap(map3, page) == 0, "munmap3 %p hint=%p" 648 map3, hint); local 652 map2, hint); local 656 map1, hint); local [all...] |
| /src/external/bsd/libevent/dist/ |
| bufferevent_sock.c | 501 struct evutil_addrinfo hint; local 509 memset(&hint, 0, sizeof(hint)); 510 hint.ai_family = family; 511 hint.ai_protocol = IPPROTO_TCP; 512 hint.ai_socktype = SOCK_STREAM; 524 portbuf, &hint, bufferevent_connect_getaddrinfo_cb, bev);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_sock.c | 500 struct evutil_addrinfo hint; local 508 memset(&hint, 0, sizeof(hint)); 509 hint.ai_family = family; 510 hint.ai_protocol = IPPROTO_TCP; 511 hint.ai_socktype = SOCK_STREAM; 523 portbuf, &hint, bufferevent_connect_getaddrinfo_cb, bev);
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| authkeys.c | 189 struct addrinfo hint; local 192 memset(&hint, 0, sizeof(hint)); 193 hint.ai_flags = AI_NUMERICHOST; 194 hint.ai_family = af; 195 if (getaddrinfo(astr, NULL, &hint, &ares))
|
| /src/external/gpl3/binutils/dist/ld/ |
| deffile.h | 39 int hint; member in struct:def_file_export
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| deffile.h | 39 int hint; member in struct:def_file_export
|
| /src/external/gpl3/gcc/dist/gcc/ |
| diagnostic-format-json.cc | 161 /* Generate a JSON object for HINT. */ 164 json_from_fixit_hint (diagnostic_context *context, const fixit_hint *hint) 168 location_t start_loc = hint->get_start_loc (); 170 location_t next_loc = hint->get_next_loc (); 172 fixit_obj->set_string ("string", hint->get_string ()); 276 const fixit_hint *hint = richloc->get_fixit_hint (i); local 277 json::object *fixit_obj = json_from_fixit_hint (&m_context, hint);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| diagnostic-format-json.cc | 114 /* Generate a JSON object for HINT. */ 117 json_from_fixit_hint (diagnostic_context *context, const fixit_hint *hint) 121 location_t start_loc = hint->get_start_loc (); 123 location_t next_loc = hint->get_next_loc (); 125 fixit_obj->set ("string", new json::string (hint->get_string ())); 244 const fixit_hint *hint = richloc->get_fixit_hint (i); local 245 json::object *fixit_obj = json_from_fixit_hint (context, hint);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| gdbreplay.cc | 135 struct addrinfo hint; local 138 memset (&hint, 0, sizeof (hint)); 141 hint.ai_family = AF_UNSPEC; 142 hint.ai_socktype = SOCK_STREAM; 143 hint.ai_protocol = IPPROTO_TCP; 145 parsed_connection_spec parsed = parse_connection_spec (name, &hint); 161 &hint, &ainfo);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| gdbreplay.cc | 135 struct addrinfo hint; local 138 memset (&hint, 0, sizeof (hint)); 141 hint.ai_family = AF_UNSPEC; 142 hint.ai_socktype = SOCK_STREAM; 143 hint.ai_protocol = IPPROTO_TCP; 145 parsed_connection_spec parsed = parse_connection_spec (name, &hint); 161 &hint, &ainfo);
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_dstlist.c | 353 void *hint; local 368 hint = next->ipld_next; 373 hint = NULL; 402 hint = nextnode->ipfd_next; 407 hint = NULL; 442 if (hint == NULL)
|
| /src/sys/uvm/ |
| uvm_map.h | 166 * by address. A single hint is provided to start 224 struct vm_map_entry * hint; /* hint for quick lookups */ member in struct:vm_map 225 struct vm_map_entry * first_free; /* First free space hint */
|
| /src/usr.sbin/npf/npfctl/ |
| npf_data.c | 144 static const struct addrinfo hint = { local 151 ret = getaddrinfo(name, NULL, &hint, &ai);
|
| /src/crypto/external/apache2/openssl/dist/crypto/store/ |
| store_result.c | 155 const char *hint = ""; local 158 hint = ":maybe need to load the default provider?"; 161 OSSL_PROVIDER_get0_name(provider), hint); 162 else if (hint[0] != '\0') 163 ERR_raise_data(ERR_LIB_OSSL_STORE, ERR_R_UNSUPPORTED, "%s", hint);
|
| /src/external/bsd/ipf/dist/ |
| ip_dstlist.c | 374 void *hint; local 389 hint = next->ipld_next; 394 hint = NULL; 423 hint = nextnode->ipfd_next; 428 hint = NULL; 463 if (hint == NULL)
|