| /freebsd-10-stable/contrib/atf/atf-c/detail/ |
| D | dynstr.c | 45 resize(atf_dynstr_t *ad, size_t newsize) in resize() 68 prepend_or_append(atf_dynstr_t *ad, const char *fmt, va_list ap, in prepend_or_append() 118 atf_dynstr_init(atf_dynstr_t *ad) in atf_dynstr_init() 138 atf_dynstr_init_ap(atf_dynstr_t *ad, const char *fmt, va_list ap) in atf_dynstr_init_ap() 180 atf_dynstr_init_fmt(atf_dynstr_t *ad, const char *fmt, ...) in atf_dynstr_init_fmt() 193 atf_dynstr_init_raw(atf_dynstr_t *ad, const void *mem, size_t memlen) in atf_dynstr_init_raw() 220 atf_dynstr_init_rep(atf_dynstr_t *ad, size_t len, char ch) in atf_dynstr_init_rep() 246 atf_dynstr_init_substr(atf_dynstr_t *ad, const atf_dynstr_t *src, in atf_dynstr_init_substr() 277 atf_dynstr_fini(atf_dynstr_t *ad) in atf_dynstr_fini() 284 atf_dynstr_fini_disown(atf_dynstr_t *ad) in atf_dynstr_fini_disown() [all …]
|
| /freebsd-10-stable/contrib/libarchive/libarchive/test/ |
| D | test_write_disk.c | 40 struct archive *ad; in create() local 67 struct archive *ad; in create_reg_file() local 110 struct archive *ad; in create_reg_file2() local 143 struct archive *ad; in create_reg_file3() local 170 struct archive *ad; in create_reg_file4() local 197 struct archive *ad; in create_reg_file_win() local
|
| D | test_write_disk_symlink.c | 34 struct archive *ad; in DEFINE_TEST() local
|
| D | test_write_disk_sparse.c | 268 struct archive *ad; in DEFINE_TEST() local
|
| /freebsd-10-stable/lib/libc/rpc/ |
| D | auth_des.c | 157 struct ad_private *ad; in authdes_pk_seccreate() local 275 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_marshal() local 367 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_validate() local 426 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_refresh() local 466 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_destroy() local
|
| /freebsd-10-stable/crypto/openssl/crypto/ |
| D | ex_data.c | 416 static int int_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in int_new_ex_data() 497 static void int_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in int_free_ex_data() 581 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_new_ex_data() 600 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_free_ex_data() 609 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val) in CRYPTO_set_ex_data() 636 void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx) in CRYPTO_get_ex_data()
|
| /freebsd-10-stable/crypto/openssl/crypto/objects/ |
| D | obj_dat.c | 315 ADDED_OBJ ad, *adp; in OBJ_nid2obj() local 342 ADDED_OBJ ad, *adp; in OBJ_nid2sn() local 369 ADDED_OBJ ad, *adp; in OBJ_nid2ln() local 413 ADDED_OBJ ad, *adp; in OBJ_obj2nid() local 635 ADDED_OBJ ad, *adp; in OBJ_ln2nid() local 656 ADDED_OBJ ad, *adp; in OBJ_sn2nid() local
|
| /freebsd-10-stable/sys/netpfil/pf/ |
| D | pf_table.c | 85 #define ADDR_NETWORK(ad) ((ad)->pfra_net < AF_BITS((ad)->pfra_af)) argument 243 struct pfr_addr *ad; in pfr_add_addrs() local 314 struct pfr_addr *ad; in pfr_del_addrs() local 394 struct pfr_addr ad; in pfr_set_addrs() local 505 struct pfr_addr *ad; in pfr_tst_addrs() local 629 struct pfr_addr *ad; in pfr_clr_astats() local 667 pfr_validate_addr(struct pfr_addr *ad) in pfr_validate_addr() 737 pfr_lookup_addr(struct pfr_ktable *kt, struct pfr_addr *ad, int exact) in pfr_lookup_addr() 769 pfr_create_kentry(struct pfr_addr *ad) in pfr_create_kentry() 827 pfr_insert_kentry(struct pfr_ktable *kt, struct pfr_addr *ad, long tzero) in pfr_insert_kentry() [all …]
|
| /freebsd-10-stable/contrib/unbound/smallapp/ |
| D | unbound-checkconf.c | 363 char* ad = fname_after_chroot(cfg->directory, cfg, 0); in morechecks() local 371 char* ad = (cfg->pidfile[0]=='/')?strdup(cfg->pidfile): in morechecks() local 379 char* ad = fname_after_chroot(cfg->logfile, cfg, 1); in morechecks() local
|
| /freebsd-10-stable/lib/msun/tests/ |
| D | nan_test.c | 50 double ad[4]; in testnan() local
|
| /freebsd-10-stable/sys/netinet/libalias/ |
| D | alias.c | 748 struct alias_data ad = { in UdpAliasIn() local 865 struct alias_data ad = { in UdpAliasOut() local 944 struct alias_data ad = { in TcpAliasIn() local 1091 struct alias_data ad = { in TcpAliasOut() local 1353 struct alias_data ad = { in LibAliasInLocked() local 1503 struct alias_data ad = { in LibAliasOutLocked() local
|
| /freebsd-10-stable/crypto/heimdal/lib/krb5/ |
| D | build_auth.c | 42 krb5_authdata ad; in make_etypelist() local
|
| D | ticket.c | 194 const AuthorizationData *ad, in find_type_in_ad() 347 AuthorizationData *ad; in krb5_ticket_get_authorization_data_type() local
|
| D | get_for_creds.c | 63 krb5_address ad; in add_addrs() local
|
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_read_extract2.c | 83 struct archive *ad) in archive_read_extract2()
|
| /freebsd-10-stable/sys/dev/ath/ |
| D | if_ath_spectral.c | 176 ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_spectral()
|
| D | if_ath_btcoex.c | 293 ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_btcoex_ioctl()
|
| D | if_ath_lna_div.c | 157 ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_lna_div_ioctl()
|
| /freebsd-10-stable/contrib/compiler-rt/lib/ppc/ |
| D | multc3.c | 29 long double ad = __gcc_qmul(a,d); in __multc3() local
|
| /freebsd-10-stable/sys/dev/ath/ath_dfs/null/ |
| D | dfs_null.c | 216 ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_phyerr()
|
| /freebsd-10-stable/include/arpa/ |
| D | nameser_compat.h | 72 unsigned ad: 1; /*%< authentic data from named */ member 86 unsigned ad: 1; /*%< authentic data from named */ member
|
| /freebsd-10-stable/crypto/heimdal/kdc/ |
| D | krb5tgs.c | 61 const AuthorizationData *ad, in find_KRB5SignedPath() 294 AuthorizationData *ad = tkt->authorization_data; in check_PAC() local 910 AuthorizationData *ad = et.authorization_data; in tgs_make_reply() local 1344 krb5_data ad; in tgs_parse_request() local
|
| /freebsd-10-stable/sys/dev/acpica/ |
| D | acpi.c | 770 struct acpi_device *ad; in acpi_add_child() local 901 struct acpi_device *ad; in acpi_read_ivar() local 937 struct acpi_device *ad; in acpi_write_ivar() local 968 struct acpi_device *ad; in acpi_get_rlist() local 977 struct acpi_device *ad = device_get_ivars(dev); in acpi_match_resource_hint() local 1173 struct acpi_device *ad; in acpi_reserve_resources() local 1228 struct acpi_device *ad = device_get_ivars(child); in acpi_set_resource() local 1304 struct acpi_device *ad; in acpi_alloc_resource() local
|
| /freebsd-10-stable/crypto/openssl/crypto/x509v3/ |
| D | v3_ocsp.c | 291 ACCESS_DESCRIPTION *ad; in i2r_ocsp_serviceloc() local
|
| /freebsd-10-stable/sys/dev/aac/ |
| D | aac_disk.c | 232 struct aac_disk *ad; in aac_disk_dump() local
|