/freebsd/sys/powerpc/include/ |
H A D | openpicreg.h | 93 #define OPENPIC_TCNT(t) (0x1100 + (t) * 0x40) argument 94 #define OPENPIC_TBASE(t) (0x1110 + (t) * 0x40) argument 95 #define OPENPIC_TVEC(t) (0x1120 + (t) * 0x40) argument 96 #define OPENPIC_TDST(t) (0x1130 + (t) * 0x40) argument
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_debug.c | 72 struct ISO_SUSP_ATTRIBUTES *t; in debug_print_susp_attrs() local 196 int t = 0; in debug_dump_to_xml_path_table() local 226 int t, t2; in debug_dump_to_xml() local 270 int t; in debug_dump_to_xml_padded_hex_output() local
|
H A D | cd9660_conversion.c | 150 struct tm t, gm; in cd9660_compute_gm_offset() local 170 struct tm t; in cd9660_time_8426() local 190 struct tm t; in cd9660_time_915() local
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1parse.y | 475 Type *t = new_type(TOctetString); variable 955 Type *t; in new_tag() local 993 Type *t = ecalloc(1, sizeof(*t)); new_type() local 1023 fix_labels2(Type * t,const char * prefix) fix_labels2() argument [all...] |
/freebsd/sys/dev/ow/ |
H A D | owc_gpiobus.c | 185 owc_gpiobus_write_one(device_t dev, struct ow_timing *t) in owc_gpiobus_write_one() 220 owc_gpiobus_write_zero(device_t dev, struct ow_timing *t) in owc_gpiobus_write_zero() 258 owc_gpiobus_read_data(device_t dev, struct ow_timing *t, int *bit) in owc_gpiobus_read_data() 320 owc_gpiobus_reset_and_presence(device_t dev, struct ow_timing *t, int *bit) in owc_gpiobus_reset_and_presence()
|
/freebsd/sbin/ipf/libipf/ |
H A D | ipft_tx.c | 266 char *s, *t; in parseline() local 290 char *t; in parseline() local 438 char *s, *t; in parseipv6() local 462 char *t; in parseipv6() local
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | condvar.h | 114 #define cv_timedwait(cvp, mp, t) __cv_timedwait(cvp, mp, t) argument 115 #define cv_timedwait_io(cvp, mp, t) __cv_timedwait_io(cvp, mp, t) argument 116 #define cv_timedwait_sig(cvp, mp, t) __cv_timedwait_sig(cvp, mp, t) argument 117 #define cv_timedwait_idle(cvp, mp, t) __cv_timedwait_idle(cvp, mp, t) argument
|
/freebsd/crypto/openssl/crypto/md5/ |
H A D | md5_local.h | 64 #define R0(a,b,c,d,k,s,t) { \ argument 69 #define R1(a,b,c,d,k,s,t) { \ argument 74 #define R2(a,b,c,d,k,s,t) { \ argument 79 #define R3(a,b,c,d,k,s,t) { \ argument
|
/freebsd/contrib/byacc/test/ |
H A D | err_inherit4.y | 9 struct symbol { class c; type t; name id; }; member 66 namelist($c, $t): namelist NAME in namelist() 76 locnamelist($t): namelist in locnamelist()
|
H A D | err_inherit5.y | 8 struct symbol { class c; type t; name id; }; member 64 namelist($c, $t): namelist NAME in namelist() 74 locnamelist($t): namelist(@1, $t) in locnamelist()
|
H A D | inherit2.y | 8 struct symbol { class c; type t; name id; }; member 64 namelist($c, $t): namelist NAME in namelist() 74 locnamelist($t): namelist(cLOCAL, $t) in locnamelist()
|
H A D | err_inherit2.y | 8 struct symbol { class c; type t; name id; }; member 64 namelist($<tval>c, $t, extra): namelist NAME in namelist() 74 locnamelist($t): namelist(cLOCAL, $t) in locnamelist()
|
/freebsd/usr.bin/tr/ |
H A D | cset.c | 214 cset_rangecmp(struct csnode *t, wchar_t ch) in cset_rangecmp() 225 cset_splay(struct csnode *t, wchar_t ch) in cset_splay() 275 cset_delete(struct csnode *t, wchar_t ch) in cset_delete()
|
/freebsd/contrib/bsnmp/gensnmpdef/ |
H A D | gensnmpdef.c | 171 print_enum(SmiType *t) in print_enum() 401 struct tdef *t; in save_typdef() local 414 struct tdef *t; in tdefs_cleanup() local 423 print_enum_typedef(SmiType *t) in print_enum_typedef() 437 struct tdef *t = NULL; in print_stype() local
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_mul.c | 31 BN_ULONG c, t; in bn_sub_part_words() local 176 int dna, int dnb, BN_ULONG *t) in bn_mul_recursive() 323 int tna, int tnb, BN_ULONG *t) in bn_mul_part_recursive() 478 BN_ULONG *t) in bn_mul_low_recursive() 516 BIGNUM *t = NULL; in bn_mul_fixed_top() local
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | parse_time.c | 60 unparse_time (int t, char *s, size_t len) in unparse_time() 66 unparse_time_approx (int t, char *s, size_t len) in unparse_time_approx()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | test-bidi.c | 65 const struct test *t = &passing_cases[i]; in main() local 73 const struct test *t = &failing_cases[i]; in main() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_descriptions.cpp | 22 MemprofThreadIdAndName::MemprofThreadIdAndName(MemprofThreadContext *t) { in MemprofThreadIdAndName() 31 MemprofThreadContext *t = GetThreadContextByTidLocked(tid); in MemprofThreadIdAndName() local
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltable.h | 14 #define gnode(t,i) ((Node *)&(t)->node[i]) argument 19 #define invalidateTMcache(t) ((t)->flags = 0) argument
|
/freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
H A D | t_fmemopen.c | 414 struct testcase *t; in ATF_TC_BODY() local 465 struct testcase *t; in ATF_TC_BODY() local 513 struct testcase *t; in ATF_TC_BODY() local 574 struct testcase *t; in ATF_TC_BODY() local 633 struct testcase *t; in ATF_TC_BODY() local 687 struct testcase *t; in ATF_TC_BODY() local 760 struct testcase *t; in ATF_TC_BODY() local 796 struct testcase *t; in ATF_TC_BODY() local 831 struct testcase *t; in ATF_TC_BODY() local 885 struct testcase *t; in ATF_TC_BODY() local [all …]
|
/freebsd/contrib/mandoc/ |
H A D | tree.c | 88 const char *p, *t; in print_mdoc() local 209 const char *p, *t; in print_man() local 327 const char *t; in print_box() local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | txg.c | 876 int t; in txg_list_create() local 908 int t; in txg_list_destroy() local 940 int t = txg & TXG_MASK; in txg_list_add() local 965 int t = txg & TXG_MASK; in txg_list_add_tail() local 993 int t = txg & TXG_MASK; in txg_list_remove() local 1018 int t = txg & TXG_MASK; in txg_list_remove_this() local 1042 int t = txg & TXG_MASK; in txg_list_member() local 1055 int t = txg & TXG_MASK; in txg_list_head() local 1069 int t = txg & TXG_MASK; in txg_list_next() local
|
/freebsd/lib/libc/db/recno/ |
H A D | rec_close.c | 58 BTREE *t; in __rec_close() local 106 BTREE *t; in __rec_sync() local
|
/freebsd/crypto/heimdal/kuser/ |
H A D | klist.c | 42 printable_time_internal(time_t t, int x) in printable_time_internal() 56 printable_time(time_t t) in printable_time() 62 printable_time_long(time_t t) in printable_time_long() 155 Ticket t; in print_cred_verbose() local 381 unsigned char t[4096]; in display_tokens() local 520 time_t t; in list_caches() local
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | fuzz_bio.c | 274 consume_template(const fido_bio_template_t *t) in consume_template() 296 fido_bio_template_t *t = NULL; in enroll() local 332 const fido_bio_template_t *t = NULL; in list() local 359 fido_bio_template_t *t = NULL; in set_name() local 385 fido_bio_template_t *t = NULL; in del() local
|