| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| type_check.py | 79 def opt_type(*, u: typing.Optional[int]): function 84 opt_type(u=23) 85 opt_type(u=None) 86 should_fail(opt_type, u="string")
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| type_check.py | 79 def opt_type(*, u: typing.Optional[int]): function 84 opt_type(u=23) 85 opt_type(u=None) 86 should_fail(opt_type, u="string")
|
| /src/usr.bin/config/ |
| lint.c | 58 static struct opt_type { struct 71 const struct opt_type *ot = v; 103 const struct opt_type *ot = v;
|
| /src/external/bsd/nsd/dist/ |
| edns.c | 138 uint16_t opt_type; local 150 opt_type = buffer_read_u16(packet); 151 if (opt_owner != 0 || opt_type != TYPE_OPT) {
|
| /src/external/bsd/tcpdump/dist/ |
| print-geneve.c | 112 uint8_t opt_type; local 119 opt_type = GET_U_1(bp + 2); 123 format_opt_class(opt_class), opt_class, opt_type, 124 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len);
|
| print-pgm.c | 161 uint8_t opt_type, opt_len; local 436 opt_type = GET_U_1(bp); 438 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { 439 ND_PRINT("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK); 462 opt_type = GET_U_1(bp); 477 switch (opt_type & PGM_OPT_MASK) { 812 ND_PRINT(" OPT_%02X [%u] ", opt_type, opt_len); 818 if (opt_type & PGM_OPT_END)
|
| print-bgp.c | 2687 uint8_t opt_type, opt_len; local 2693 opt_type = GET_U_1(bgpopt->bgpopt_type); 2697 opt_type, opt_len); 2702 tok2str(bgp_opt_values,"Unknown",opt_type), 2703 opt_type, 2707 switch(opt_type) { 2717 opt_type);
|
| print-icmp6.c | 1400 uint8_t opt_type; local 1424 opt_type = GET_U_1(op->nd_opt_type); 1432 tok2str(icmp6_opt_values, "unknown", opt_type), 1433 opt_type, 1437 switch (opt_type) {
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ndisc_snoop.c | 31 u8 opt_type; member in struct:icmpv6_ndmsg 115 if (msg->opt_type != SOURCE_LL_ADDR)
|
| /src/external/bsd/ppp/dist/pppd/ |
| options.h | 34 enum opt_type { enum 46 enum opt_type type;
|
| /src/external/bsd/zstd/dist/tests/regression/ |
| test.c | 82 option_type opt_type; /**< The option type: required, optional, or help. */ member in struct:option_extra 116 static char const* required_message(option_type opt_type) { 117 switch (opt_type) { 143 required_message(long_extras[i].opt_type)); 151 required_message(long_extras[i].opt_type)); 188 if (long_extras[i].opt_type != required_option)
|
| /src/external/bsd/am-utils/dist/amd/ |
| amd.h | 389 char *opt_type; member in struct:am_opts
|
| /src/sys/dev/pci/ |
| if_txpreg.h | 380 opt_type:4; member in struct:txp_opt_desc
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| builtins.cc | 2234 optimization_type opt_type = bb_optimization_type (gimple_bb (call)); 2235 if (direct_internal_fn_supported_p (ifn, types, opt_type)) 2233 optimization_type opt_type = bb_optimization_type (gimple_bb (call)); local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-reassoc.cc | 7174 optimization_type opt_type = bb_optimization_type (bb); local 7180 opt_type)
|
| builtins.cc | 2262 optimization_type opt_type = bb_optimization_type (gimple_bb (call)); 2263 if (direct_internal_fn_supported_p (ifn, types, opt_type)) 2261 optimization_type opt_type = bb_optimization_type (gimple_bb (call)); local
|