Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 25 of 50) sorted by relevance

12

/openbsd-src/regress/usr.bin/mandoc/mdoc/Fo/
H A Dbreak.out_markdown11 *my\_long\_return\_type \*‌*
12 **my\_long\_function**(*my\_long\_type first\_argument*, *my\_long\_type second\_argument*);
15 …t will not fit on the line**(*my\_long\_type first\_argument*, *my\_long\_type second\_argument*, …
19 *my\_long\_return\_type \*‌*
20 **my\_long\_function**(*my\_long\_type first\_argument*,
21 *my\_long\_type second\_argument*);
24 **this function name is so ridiculously long that it will not fit on the line**(*my\_long\_type fir…
25 *my\_long\_type second\_argument*,
26 *my\_long\_type third\_argument*);
30 *my\_long\_return\_type \*‌*
[all …]
/openbsd-src/sys/sys/
H A Dtree.h782 #define RBT_HEAD(_name, _type) \ argument
787 #define RBT_ENTRY(_type) struct rb_entry argument
821 #define RBT_PROTOTYPE(_name, _type, _field, _cmp) \ argument
830 __unused static inline struct _type * \
831 _name##_RBT_INSERT(struct _name *head, struct _type *elm) \
836 __unused static inline struct _type * \
837 _name##_RBT_REMOVE(struct _name *head, struct _type *elm) \
842 __unused static inline struct _type * \
843 _name##_RBT_FIND(struct _name *head, const struct _type *key) \
848 __unused static inline struct _type * \
[all …]
H A Dkstat.h195 #define KSTAT_KV_UNIT_INITIALIZER(_key, _type, _unit) { \ argument
197 .kv_type = (_type), \
201 #define KSTAT_KV_INITIALIZER(_key, _type) \ argument
202 KSTAT_KV_UNIT_INITIALIZER((_key), (_type), KSTAT_KV_U_NONE)
H A Dctf.h52 uint16_t _type; member
55 #define cts_type _ST._type
H A Dsrp.h180 #define SRPL_REMOVE_LOCKED(_rc, _sl, _e, _type, _ENTRY) do { \ argument
182 struct _type *c, *n; \
/openbsd-src/usr.sbin/makefs/
H A Dmsdos.c55 #define AOPT(_type, _name, _min) { \ in msdos_prep_opts() argument
59 (sizeof(_type) == 1 ? OPT_INT8 : \ in msdos_prep_opts()
60 (sizeof(_type) == 2 ? OPT_INT16 : \ in msdos_prep_opts()
61 (sizeof(_type) == 4 ? OPT_INT32 : OPT_INT64)))), \ in msdos_prep_opts()
64 .maximum = sizeof(_type) == 1 ? 0xff : \ in msdos_prep_opts()
65 (sizeof(_type) == 2 ? 0xffff : \ in msdos_prep_opts()
66 (sizeof(_type) == 4 ? 0xffffffff : 0x7fffffffffffffffLL)), \ in msdos_prep_opts()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp56 #define ENTRY_NAME(_type) \ in GetEntryName() argument
57 _type: \ in GetEntryName()
58 name = &#_type[5] in GetEntryName()
/openbsd-src/usr.sbin/makefs/msdos/
H A Dmkfs_msdos.h60 #define AOPT(_type, _name, _min) _type _name; argument
/openbsd-src/regress/usr.bin/ssh/
H A Dhostkey-rotate.sh52 _type=$1
54 test "x$_kfile" = "x" && _kfile="$OBJ/hkr.${_type}.pub"
55 _kpub=`awk "/$_type /"' { print $2 }' < $_kfile` || \
/openbsd-src/regress/sys/net/rtable/
H A Dsrp_compat.h87 #define SRPL_REMOVE_LOCKED(_rc, _sl, _e, _type, _ENTRY) \ argument
89 SLIST_REMOVE(_sl, _e, _type, _ENTRY); \
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm1224 sub _type {
1582 if( grep _type($_) ne 'ARRAY', $a1, $a2 ) {
1665 my $type = _type($e1);
1666 $type = 'DIFFERENT' unless _type($e2) eq $type;
1728 if( grep _type($_) ne 'HASH', $a1, $a2 ) {
1209 sub _type { global() subroutine
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h341 tree _operator = (OPERATOR), _node = (NODE), _type = (TYPE); \
342 if (JPRIMITIVE_TYPE_P (_type)) \
346 lang_printable_name (_type, 0)); \
351 lang_printable_name (_type, 0)); \
556 tree _type; \
557 WFL_STRIP_BRACKET (_type, TYPE); \
558 (SAVE) = (_type); \
/openbsd-src/sys/net80211/
H A Dieee80211_proto.h49 #define IEEE80211_SEND_MGMT(_ic,_ni,_type,_arg) \ argument
50 ((*(_ic)->ic_send_mgmt)(_ic, _ni, _type, _arg, 0))
/openbsd-src/distrib/riscv64/ramdisk/
H A Dinstall.md47 local _disk=$1 _d _type=MBR
60 _type=GPT
67 ask "Use (W)hole disk or (E)dit the ${_type}?" "$_d"
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_legacy.h48 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/openbsd-src/sys/arch/amd64/include/
H A Dfpu.h67 int fputrap(int _type);
/openbsd-src/distrib/arm64/ramdisk/
H A Dinstall.md94 local _disk=$1 _d _type=MBR
108 _type=GPT
115 ask "Use (W)hole disk or (E)dit the ${_type}?" $_d
/openbsd-src/lib/libelf/
H A Dlibelf.h348 size_t elf32_fsize(Elf_Type _type, size_t _count,
361 size_t elf64_fsize(Elf_Type _type, size_t _count,
H A Dgelf.h74 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count,
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-typemaps.swig284 $1 = ($1_type)malloc(size * sizeof($*1_type));
495 $2 = ($2_ltype)(size / sizeof($*1_type));
512 $2 = ($2_ltype)(size / sizeof($*1_type));
/openbsd-src/sys/arch/amd64/amd64/
H A Dtrap.c133 static void trap_print(struct trapframe *, int _type);
139 long _type);
H A Dcodepatch.c44 enum op_type _type);
/openbsd-src/sbin/unwind/libunbound/sldns/
H A Drrdef.h503 sldns_rr_type _type;
498 sldns_rr_type _type; global() member
/openbsd-src/usr.sbin/unbound/sldns/
H A Drrdef.h503 sldns_rr_type _type;
498 sldns_rr_type _type; global() member
/openbsd-src/sys/dev/ic/
H A Dathvar.h489 #define ath_hal_setup_tx_queue(_ah, _type, _qinfo) \ argument
490 ((*(_ah)->ah_setup_tx_queue)((_ah), (_type), (_qinfo)))

12