Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-13-stable/lib/msun/src/
HDs_lrint.c36 #define dtype long macro
47 dtype
51 dtype d; in fn()
54 d = (dtype)roundit(x); in fn()
HDs_lround.c37 #define dtype long macro
58 dtype
64 return ((dtype)x); in fn()
HDs_lrintf.c4 #define dtype long macro
HDs_llrintf.c4 #define dtype long long macro
HDs_llrint.c4 #define dtype long long macro
HDs_llrintl.c4 #define dtype long long macro
HDs_lrintl.c4 #define dtype long macro
HDs_llroundl.c4 #define dtype long long macro
HDs_lroundf.c4 #define dtype long macro
HDs_llroundf.c4 #define dtype long long macro
HDs_lroundl.c4 #define dtype long macro
HDs_llround.c4 #define dtype long long macro
/freebsd-13-stable/contrib/bsnmp/lib/
HDsnmpcrypto.c66 const EVP_MD **dtype, uint32_t *keylen) in snmp_digest_init() argument
69 *dtype = EVP_md5(); in snmp_digest_init()
72 *dtype = EVP_sha1(); in snmp_digest_init()
82 if (EVP_DigestInit(ctx, *dtype) != 1) in snmp_digest_init()
95 const EVP_MD *dtype; in snmp_pdu_calc_digest() local
101 err = snmp_digest_init(&pdu->user, ctx, &dtype, &keylen); in snmp_pdu_calc_digest()
123 if (EVP_DigestInit(ctx, dtype) != 1 || in snmp_pdu_calc_digest()
250 const EVP_MD *dtype; in snmp_passwd_to_keys() local
261 err = snmp_digest_init(user, ctx, &dtype, &keylen); in snmp_passwd_to_keys()
296 const EVP_MD *dtype; in snmp_get_local_keys() local
[all …]
/freebsd-13-stable/contrib/nvi/common/
HDrecover.c504 char *dtype, *data; in rcv_list() local
546 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) { in rcv_list()
552 if (dtype == NULL) in rcv_list()
554 if (!strcmp(dtype, "file")) in rcv_list()
556 else if (!strcmp(dtype, "path")) in rcv_list()
612 char *dtype, *data; local
663 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) {
669 if (dtype == NULL)
671 if (!strcmp(dtype, "file"))
673 else if (!strcmp(dtype, "path"))
[all …]
/freebsd-13-stable/contrib/libder/libder/
HDlibder_type.c32 libder_type_dup(struct libder_ctx *ctx, const struct libder_tag *dtype) in libder_type_dup() argument
42 memcpy(type, dtype, sizeof(*dtype)); in libder_type_dup()
62 memcpy(tdata, dtype->tag_long, dtype->tag_size); in libder_type_dup()
/freebsd-13-stable/crypto/openssh/
HDdns.c310 u_int8_t dtype; in export_dns_rr() local
315 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) { in export_dns_rr()
316 if (alg != -1 && dtype != alg) in export_dns_rr()
318 rdata_digest_type = dtype; in export_dns_rr()
/freebsd-13-stable/sys/dev/sound/pcm/
HDvchan.c357 char dtype[16]; in sysctl_dev_pcm_vchanmode() local
397 strlcpy(dtype, "passthrough", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
399 strlcpy(dtype, "adaptive", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
401 strlcpy(dtype, "fixed", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
404 ret = sysctl_handle_string(oidp, dtype, sizeof(dtype), req); in sysctl_dev_pcm_vchanmode()
406 if (strcasecmp(dtype, "passthrough") == 0 || in sysctl_dev_pcm_vchanmode()
407 strcmp(dtype, "1") == 0) in sysctl_dev_pcm_vchanmode()
409 else if (strcasecmp(dtype, "adaptive") == 0 || in sysctl_dev_pcm_vchanmode()
410 strcmp(dtype, "2") == 0) in sysctl_dev_pcm_vchanmode()
412 else if (strcasecmp(dtype, "fixed") == 0 || in sysctl_dev_pcm_vchanmode()
[all …]
/freebsd-13-stable/lib/libusb/
HDlibusb10_desc.c370 uint8_t dtype; in libusb_parse_ss_endpoint_comp() local
373 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_ss_endpoint_comp()
379 dtype == LIBUSB_DT_SS_ENDPOINT_COMPANION) { in libusb_parse_ss_endpoint_comp()
387 ptr->bDescriptorType = dtype; in libusb_parse_ss_endpoint_comp()
449 uint8_t dtype; in libusb_parse_bos_descriptor() local
452 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_bos_descriptor()
458 dtype == LIBUSB_DT_BOS && in libusb_parse_bos_descriptor()
470 ptr->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
487 dtype == LIBUSB_DT_DEVICE_CAPABILITY) { in libusb_parse_bos_descriptor()
507 dcap_20->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
[all …]
/freebsd-13-stable/sys/kern/
HDsubr_stats.c71 enum vsd_dtype dtype : 8; /* Data type of this stat's data. */ member
94 enum vsd_dtype dtype : 8; /* Data type of the VOI itself. */ member
1313 voi->dtype = voi_dtype;
1340 tmpstat->dtype = VSD_DTYPE_VOISTATE;
1353 tmpstat->dtype = vss[i].vs_dtype;
1426 *retdtype = vs->dtype;
2061 vsd_dtype2name[v->dtype], v->voistatmaxid, v->stats_off);
2077 "data_off=%hu", vs->flags, vsd_dtype2name[vs->dtype],
2081 stats_voistatdata_tostr(vsd, v->dtype, vs->dtype, vs->dsz,
2142 vsd_dtype2name[v->dtype], v->voistatmaxid,
[all …]
/freebsd-13-stable/sbin/newfs_msdos/
HDnewfs_msdos.c76 const char *fname, *dtype; in main() local
185 dtype = *argv; in main()
186 exit(!!mkfs_msdos(fname, dtype, &o)); in main()
/freebsd-13-stable/sys/mips/broadcom/
HDbcm_nvram_cfe.c258 int cerr, devinfo, dtype, rlen; in bcm_nvram_iocfe_init() local
283 dtype = devinfo & CFE_DEV_MASK; in bcm_nvram_iocfe_init()
284 switch (dtype) { in bcm_nvram_iocfe_init()
290 IOCFE_LOG(iocfe, "unknown device type: %d\n", dtype); in bcm_nvram_iocfe_init()
/freebsd-13-stable/crypto/openssl/crypto/rsa/
HDrsa_local.h101 int (*rsa_verify) (int dtype, const unsigned char *m,
115 extern int int_rsa_verify(int dtype, const unsigned char *m,
HDrsa_meth.c243 (int dtype, const unsigned char *m, in RSA_meth_get_verify()
251 int (*verify) (int dtype, const unsigned char *m, in RSA_meth_set_verify()
/freebsd-13-stable/sys/netgraph/
HDng_message.h76 #define NG_GENERIC_NG_MESG_INFO(dtype) { \ argument
86 { "data", (dtype) }, \
/freebsd-13-stable/contrib/unbound/services/
HDlocalzone.h268 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype,
284 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype);

123