/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_mbox_prop.h | 87 } body; member 103 } body; member 121 } body; member 144 } body; member 167 } body; member 183 } body; member 208 } body; member 224 } body; member 239 } body; member 254 } body; member [all …]
|
/freebsd/contrib/bmake/ |
H A D | for.c | 67 Buffer body; /* Unexpanded body of the loop */ member 375 ForLoop_SubstVarLong(ForLoop *f, unsigned int firstItem, Buffer *body, in ForLoop_SubstVarLong() 410 ForLoop_SubstVarShort(ForLoop *f, unsigned int firstItem, Buffer *body, in ForLoop_SubstVarShort() 454 ForLoop_SubstBody(ForLoop *f, unsigned int firstItem, Buffer *body) in ForLoop_SubstBody() 484 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration()
|
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_kay.c | 85 static void set_mka_param_body_len(void *body, unsigned int len) in set_mka_param_body_len() 93 static unsigned int get_mka_param_body_len(const void *body) in get_mka_param_body_len() 100 static u8 get_mka_param_body_type(const void *body) in get_mka_param_body_type() 139 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) in ieee802_1x_mka_dump_basic_body() 172 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) in ieee802_1x_mka_dump_peer_body() 205 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) in ieee802_1x_mka_dump_dist_sak_body() 247 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) in ieee802_1x_mka_dump_sak_use_body() 747 struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_encode_basic_body() local 804 const struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_decode_basic_body() local 954 struct ieee802_1x_mka_peer_body *body; in ieee802_1x_mka_encode_live_peer_body() local [all …]
|
/freebsd/usr.bin/bintrans/ |
H A D | qp.c | 54 decode_quoted_printable(const char *body, FILE *fpo, bool rfc2047) in decode_quoted_printable() 98 encode_quoted_printable(const char *body, FILE *fpo, bool rfc2047) in encode_quoted_printable()
|
/freebsd/contrib/expat/doc/ |
H A D | style.css | 35 body { selector
|
/freebsd/contrib/mandoc/ |
H A D | man-cgi.css | 1 body { font-family: Helvetica, Arial, sans-serif; } selector
|
H A D | mdoc_macro.c | 548 struct roff_node *body; /* Our own body. */ in blk_exp_close() local 961 struct roff_node *body; /* Our own body. */ in blk_full() local 1255 struct roff_node *body; /* saved body context */ in blk_part_imp() local 1584 struct roff_node *body, *n; in phrase_ta() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 62 llvm::Error Lua::RegisterBreakpointCallback(void *baton, const char *body) { in RegisterBreakpointCallback() 90 llvm::Error Lua::RegisterWatchpointCallback(void *baton, const char *body) { in RegisterWatchpointCallback()
|
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 603 unsigned char* body; in send_assoc() local 634 void wepify(unsigned char* body, int dlen) { in wepify() 887 void log_dictionary(unsigned char* body, int len) { in log_dictionary() 996 unsigned char* body; in stuff_for_us() local 1154 unsigned char* body; in decrypt_arpreq() local 1209 unsigned char *body = (unsigned char*) (wh+1); in log_wep() local 1242 unsigned char *body; in try_dictionary() local 1419 unsigned char *body = (unsigned char*) (wh+1); in add_keystream() local 1437 unsigned char *body; in got_wep() local 1691 unsigned char* body; in send_fragment() local [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | mk_rep.c | 43 EncAPRepPart body; in krb5_mk_rep() local
|
/freebsd/contrib/kyua/misc/ |
H A D | report.css | 29 body { selector
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionSourceCode.h | 34 llvm::StringRef body, Wrapping wrap) in ExpressionSourceCode()
|
/freebsd/crypto/heimdal/doc/ |
H A D | heimdal.css | 1 body { selector
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionSourceCode.h | 47 llvm::StringRef body, in CreateWrapped()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | mutator_aux.h | 62 uint8_t body[MAXBLOB]; member
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransUnusedInitDelegate.cpp | 43 void transformBody(Stmt *body, Decl *ParentD) { in transformBody()
|
/freebsd/contrib/atf/atf-c/ |
H A D | macros_test.c | 242 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 286 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 341 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 384 void (*body)(const atf_tc_t *); member 563 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 606 void (*body)(const atf_tc_t *); member 801 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_zip_high_compression.c | 87 char *body, *body_read, *buff; DEFINE_TEST() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 85 Body body; in CreateInstance() local 212 bool fromJSON(const json::Value &value, ObjectFileJSON::Body &body, in fromJSON()
|
/freebsd/contrib/libfido2/src/ |
H A D | largeblob.c | 118 largeblob_seal(largeblob_t *blob, const fido_blob_t *body, in largeblob_seal() 332 largeblob_encode(const fido_blob_t *body, const fido_blob_t *key) in largeblob_encode() 731 fido_blob_t key, body; in fido_dev_largeblob_get() local 778 fido_blob_t key, body; in fido_dev_largeblob_set() local
|
/freebsd/contrib/libfido2/man/ |
H A D | style.css | 3 body { selector
|
/freebsd/contrib/ntp/html/drivers/scripts/ |
H A D | style.css | 1 body {background: #FDF1E1; selector
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | style.css | 1 body {background: #FDF1E1; selector
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | defn_cache.c | 28 char body[1]; member
|
/freebsd/tools/tools/ncpus/ |
H A D | acpidump.h | 56 u_int32_t body[1];/* This member should be casted */ member 154 } body; member 161 u_char body[1]; member
|