| /freebsd-13.1/lib/msun/src/ |
| H A D | s_lrint.c | 37 #define dtype long macro 48 dtype 52 dtype d; in fn() 55 d = (dtype)roundit(x); in fn()
|
| H A D | s_lround.c | 38 #define dtype long macro 59 dtype 65 return ((dtype)x); in fn()
|
| H A D | s_llrintf.c | 6 #define dtype long long macro
|
| H A D | s_llrintl.c | 6 #define dtype long long macro
|
| H A D | s_lrintf.c | 6 #define dtype long macro
|
| H A D | s_llrint.c | 6 #define dtype long long macro
|
| H A D | s_lrintl.c | 6 #define dtype long macro
|
| H A D | s_llround.c | 6 #define dtype long long macro
|
| H A D | s_llroundl.c | 6 #define dtype long long macro
|
| H A D | s_llroundf.c | 6 #define dtype long long macro
|
| H A D | s_lroundl.c | 6 #define dtype long macro
|
| H A D | s_lroundf.c | 6 #define dtype long macro
|
| /freebsd-13.1/contrib/bsnmp/lib/ |
| H A D | snmpcrypto.c | 67 const EVP_MD **dtype, uint32_t *keylen) in snmp_digest_init() argument 70 *dtype = EVP_md5(); in snmp_digest_init() 73 *dtype = EVP_sha1(); in snmp_digest_init() 83 if (EVP_DigestInit(ctx, *dtype) != 1) in snmp_digest_init() 96 const EVP_MD *dtype; in snmp_pdu_calc_digest() local 124 if (EVP_DigestInit(ctx, dtype) != 1 || in snmp_pdu_calc_digest() 251 const EVP_MD *dtype; in snmp_passwd_to_keys() local 262 err = snmp_digest_init(user, ctx, &dtype, &keylen); in snmp_passwd_to_keys() 297 const EVP_MD *dtype; in snmp_get_local_keys() local 311 err = snmp_digest_init(user, ctx, &dtype, &keylen); in snmp_get_local_keys() [all …]
|
| /freebsd-13.1/contrib/nvi/common/ |
| H A D | recover.c | 504 char *dtype, *data; in rcv_list() local 552 if (dtype == NULL) in rcv_list() 554 if (!strcmp(dtype, "file")) in rcv_list() 612 char *dtype, *data; local 669 if (dtype == NULL) 671 if (!strcmp(dtype, "file")) 850 dlen = strlen(dtype); 894 char *dtype, *data; local 939 dtype = data + xlen + 1; 941 dtype[dlen] = '\0'; [all …]
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | dns.c | 308 u_int8_t dtype; in export_dns_rr() local 313 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) { in export_dns_rr() 314 rdata_digest_type = dtype; in export_dns_rr()
|
| /freebsd-13.1/sys/dev/sound/pcm/ |
| H A D | vchan.c | 357 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.1/lib/libusb/ |
| H A D | libusb10_desc.c | 371 uint8_t dtype; in libusb_parse_ss_endpoint_comp() local 374 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_ss_endpoint_comp() 380 dtype == LIBUSB_DT_SS_ENDPOINT_COMPANION) { in libusb_parse_ss_endpoint_comp() 388 ptr->bDescriptorType = dtype; in libusb_parse_ss_endpoint_comp() 450 uint8_t dtype; in libusb_parse_bos_descriptor() local 453 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_bos_descriptor() 459 dtype == LIBUSB_DT_BOS && in libusb_parse_bos_descriptor() 471 ptr->bDescriptorType = dtype; in libusb_parse_bos_descriptor() 488 dtype == LIBUSB_DT_DEVICE_CAPABILITY) { in libusb_parse_bos_descriptor() 508 dcap_20->bDescriptorType = dtype; in libusb_parse_bos_descriptor() [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_stats.c | 2085 stats_voistatdata_tostr(vsd, v->dtype, vs->dtype, vs->dsz, 2184 stats_voistatdata_tostr(vsd, v->dtype, vs->dtype, vs->dsz, 2306 switch (vs->dtype) { 2325 switch (vs->dtype) { 2349 switch (vs->dtype) { 2380 switch (vs->dtype) { 2504 switch (vs->dtype) { 2588 switch (vs->dtype) { 2672 switch (vs->dtype) { 2725 switch (vs->dtype) { [all …]
|
| /freebsd-13.1/sbin/newfs_msdos/ |
| H A D | newfs_msdos.c | 81 const char *fname, *dtype; in main() local 190 dtype = *argv; in main() 191 exit(!!mkfs_msdos(fname, dtype, &o)); in main()
|
| /freebsd-13.1/sys/mips/broadcom/ |
| H A D | bcm_nvram_cfe.c | 260 int cerr, devinfo, dtype, rlen; in bcm_nvram_iocfe_init() local 285 dtype = devinfo & CFE_DEV_MASK; in bcm_nvram_iocfe_init() 286 switch (dtype) { in bcm_nvram_iocfe_init() 292 IOCFE_LOG(iocfe, "unknown device type: %d\n", dtype); in bcm_nvram_iocfe_init()
|
| /freebsd-13.1/crypto/openssl/crypto/rsa/ |
| H A D | rsa_local.h | 101 int (*rsa_verify) (int dtype, const unsigned char *m, 115 extern int int_rsa_verify(int dtype, const unsigned char *m,
|
| H A D | rsa_meth.c | 243 (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.1/contrib/unbound/services/ |
| H A D | localzone.h | 266 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype, 282 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype);
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_message.h | 78 #define NG_GENERIC_NG_MESG_INFO(dtype) { \ argument 88 { "data", (dtype) }, \
|
| /freebsd-13.1/sys/dev/vmware/vmxnet3/ |
| H A D | if_vmxreg.h | 97 uint32_t dtype:1; /* Descriptor type */ member 132 uint32_t dtype:1; /* Descriptor type */ member
|