Symbol: type
bin/ps/ps.h
35
enum type { UNSPEC, /* For output routines that don't care and aliases. */
crypto/heimdal/lib/asn1/symbol.h
124
struct type {
crypto/heimdal/lib/hx509/ks_p12.c
46
struct type {
crypto/krb5/src/util/verto/ev.c
854
template<class T> struct ecb_decltype_t { typedef T type; };
crypto/openssl/include/internal/priority_queue.h
20
typedef struct ossl_priority_queue_st_##type PRIORITY_QUEUE_OF(type); \
crypto/openssl/include/openssl/asn1.h
373
#define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **, const unsigned char **, long)
crypto/openssl/include/openssl/asn1.h
374
#define TYPEDEF_I2D_OF(type) typedef int i2d_of_##type(const type *, unsigned char **)
lib/msun/src/s_llrint.c
1
#define type double
lib/msun/src/s_llrintf.c
1
#define type float
lib/msun/src/s_llrintl.c
1
#define type long double
lib/msun/src/s_llround.c
1
#define type double
lib/msun/src/s_llroundf.c
1
#define type float
lib/msun/src/s_llroundl.c
1
#define type long double
lib/msun/src/s_lrint.c
33
#define type double
lib/msun/src/s_lrintf.c
1
#define type float
lib/msun/src/s_lrintl.c
1
#define type long double
lib/msun/src/s_lround.c
34
#define type double
lib/msun/src/s_lroundf.c
1
#define type float
lib/msun/src/s_lroundl.c
1
#define type long double
stand/ficl/words.c
3493
static void type(FICL_VM *pVM)
sys/netpfil/ipfw/ip_fw_private.h
721
uint32_t set, uint32_t type, const char *name);
sys/netpfil/ipfw/ip_fw_private.h
729
uint32_t ipfw_objhash_count_type(struct namedobj_instance *ni, uint16_t type);
sys/netpfil/ipfw/ip_fw_private.h
733
void *arg, uint16_t type);
sys/netpfil/ipfw/ip_fw_private.h
753
int ipfw_obj_manage_sets(struct namedobj_instance *ni, uint16_t type,
usr.bin/dtc/fdt.hh
203
property_value(std::string l=std::string()) : label(l), type(UNKNOWN) {}
usr.bin/mail/cmd1.c
263
type(void *v)
usr.sbin/ctld/ctld.hh
102
auth_type type() const { return ag_type; }