| /freebsd-13.1/contrib/ncurses/menu/ |
| H A D | m_hook.c | 44 #define GEN_HOOK_SET_FUNCTION( typ, name ) \ argument 54 #define GEN_HOOK_GET_FUNCTION( typ, name ) \ argument
|
| /freebsd-13.1/contrib/ncurses/form/ |
| H A D | frm_hook.c | 39 #define GEN_HOOK_SET_FUNCTION( typ, name ) \ argument 49 #define GEN_HOOK_GET_FUNCTION( typ, name ) \ argument
|
| H A D | fld_def.c | 86 _nc_Make_Argument(const FIELDTYPE *typ, va_list *ap, int *err) in _nc_Make_Argument() 134 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err) in _nc_Copy_Argument() 183 _nc_Free_Argument(const FIELDTYPE *typ, TypeArgument *argp) in _nc_Free_Argument()
|
| H A D | fld_newftyp.c | 125 free_fieldtype(FIELDTYPE *typ) in free_fieldtype()
|
| H A D | fty_generic.c | 167 GenericArgument(const FIELDTYPE *typ, in GenericArgument()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.cpp | 67 static const char *conv(ReportType typ) { in conv() 106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
| H A D | tsan_rtl_report.cpp | 128 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() 156 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) { in ScopedReportBase() 385 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() 419 EventType typ = (EventType)(ev >> kEventPCBits); in RestoreStack() local 633 ReportType typ = ReportTypeRace; in ReportRace() local
|
| H A D | tsan_debugging.cpp | 21 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription() 43 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()
|
| H A D | tsan_report.cpp | 78 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
|
| /freebsd-13.1/sys/dev/mlx5/ |
| H A D | device.h | 73 #define MLX5_SET(typ, p, fld, v) do { \ argument 82 #define MLX5_SET_TO_ONES(typ, p, fld) do { \ argument 95 #define MLX5_GET_PR(typ, p, fld) ({ \ argument 101 #define __MLX5_SET64(typ, p, fld, v) do { \ argument 106 #define MLX5_SET64(typ, p, fld, v) do { \ argument 111 #define MLX5_ARRAY_SET64(typ, p, fld, idx, v) do { \ argument 122 #define MLX5_SET16(typ, p, fld, v) do { \ argument 131 #define MLX5_GET64_BE(typ, p, fld) (*((__be64 *)(p) +\ argument 134 #define MLX5_GET_BE(type_t, typ, p, fld) ({ \ argument 161 #define MLX5_VSC_SET(typ, p, fld, v) do { \ argument [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/asn1/ |
| H A D | tasn_fre.c | 167 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in asn1_primitive_free() local
|
| H A D | tasn_new.c | 265 ASN1_TYPE *typ; in asn1_primitive_new() local
|
| H A D | tasn_enc.c | 536 ASN1_TYPE *typ; in asn1_ex_i2c() local
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_qp.c | 214 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() argument 217 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() argument 224 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() argument
|
| /freebsd-13.1/sbin/init/ |
| H A D | init.c | 867 struct ttyent *typ; in single_user() local 1296 new_session(session_t *sprev, struct ttyent *typ) in new_session() 1339 setupargv(session_t *sp, struct ttyent *typ) in setupargv() 1391 struct ttyent *typ; in read_ttys() local 1694 struct ttyent *typ; in clean_ttys() local
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | gen-make.py | 271 typ, val, tb = sys.exc_info() variable
|
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | configfile.c | 1283 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ) in parse_keyword() 1302 parse_set_mem(tOptions * opts, char const * txt, tOptionValue * typ) in parse_set_mem() 1319 parse_value(char const * txt, tOptionValue * typ) in parse_value()
|
| H A D | save.c | 363 char const * typ = (ovp->valType == OPARG_TYPE_ENUMERATION) in prt_value() local
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | asn1pars.c | 227 int typ; in asn1parse_main() local
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-domain.c | 362 register u_short typ, len; in ns_rprint() local
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | audit-bsm.c | 255 bsm_audit_record(int typ, char *string, au_event_t event_no) in bsm_audit_record()
|
| /freebsd-13.1/sys/i386/i386/ |
| H A D | machdep.c | 602 setidt(int idx, inthand_t *func, int typ, int dpl, int selec) in setidt() 611 setidt_nodisp(int idx, uintptr_t off, int typ, int dpl, int selec) in setidt_nodisp()
|
| /freebsd-13.1/crypto/openssl/crypto/dh/ |
| H A D | dh_pmeth.c | 261 int typ; in pkey_dh_ctrl_str() local
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_warc.c | 57 mode_t typ; member
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | dh.h | 237 # define EVP_PKEY_CTX_set_dh_paramgen_type(ctx, typ) \ argument
|