| /trueos/contrib/atf/atf-c/detail/ |
| HD | 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 …]
|
| /trueos/contrib/libarchive/libarchive/test/ |
| HD | 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
|
| HD | test_write_disk_symlink.c | 34 struct archive *ad; in DEFINE_TEST() local
|
| HD | test_write_disk_sparse.c | 268 struct archive *ad; in DEFINE_TEST() local
|
| /trueos/lib/libc/rpc/ |
| HD | 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
|
| /trueos/crypto/openssl/crypto/ |
| HD | 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()
|
| /trueos/crypto/openssl/crypto/objects/ |
| HD | 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
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_read_extract.c | 49 struct archive *ad; /* archive_write_disk object */ member 97 struct archive *ad) in archive_read_extract2()
|
| /trueos/contrib/unbound/smallapp/ |
| HD | unbound-checkconf.c | 355 char* ad = fname_after_chroot(cfg->directory, cfg, 0); in morechecks() local 363 char* ad = (cfg->pidfile[0]=='/')?strdup(cfg->pidfile): in morechecks() local 371 char* ad = fname_after_chroot(cfg->logfile, cfg, 1); in morechecks() local
|
| /trueos/sys/netpfil/pf/ |
| HD | pf_table.c | 85 #define ADDR_NETWORK(ad) ((ad)->pfra_net < AF_BITS((ad)->pfra_af)) argument 244 struct pfr_addr *ad; in pfr_add_addrs() local 315 struct pfr_addr *ad; in pfr_del_addrs() local 395 struct pfr_addr ad; in pfr_set_addrs() local 506 struct pfr_addr *ad; in pfr_tst_addrs() local 630 struct pfr_addr *ad; in pfr_clr_astats() local 668 pfr_validate_addr(struct pfr_addr *ad) in pfr_validate_addr() 738 pfr_lookup_addr(struct pfr_ktable *kt, struct pfr_addr *ad, int exact) in pfr_lookup_addr() 770 pfr_create_kentry(struct pfr_addr *ad) in pfr_create_kentry() 828 pfr_insert_kentry(struct pfr_ktable *kt, struct pfr_addr *ad, long tzero) in pfr_insert_kentry() [all …]
|
| /trueos/tools/regression/lib/msun/ |
| HD | test-nan.c | 50 double ad[4]; in testnan() local
|
| /trueos/sys/netinet/libalias/ |
| HD | alias.c | 746 struct alias_data ad = { in UdpAliasIn() local 863 struct alias_data ad = { in UdpAliasOut() local 942 struct alias_data ad = { in TcpAliasIn() local 1089 struct alias_data ad = { in TcpAliasOut() local 1351 struct alias_data ad = { in LibAliasInLocked() local 1501 struct alias_data ad = { in LibAliasOutLocked() local
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | build_auth.c | 42 krb5_authdata ad; in make_etypelist() local
|
| HD | ticket.c | 194 const AuthorizationData *ad, in find_type_in_ad() 347 AuthorizationData *ad; in krb5_ticket_get_authorization_data_type() local
|
| HD | get_for_creds.c | 63 krb5_address ad; in add_addrs() local
|
| /trueos/contrib/amd/amd/ |
| HD | amq_svc.c | 71 char *name = NULL, **ad; in amqsvc_is_client_allowed() local
|
| /trueos/sys/dev/ath/ |
| HD | if_ath_spectral.c | 176 ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_spectral()
|
| HD | if_ath_btcoex.c | 293 ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_btcoex_ioctl()
|
| /trueos/contrib/compiler-rt/lib/ppc/ |
| HD | multc3.c | 29 long double ad = __gcc_qmul(a,d); in __multc3() local
|
| /trueos/sys/dev/ath/ath_dfs/null/ |
| HD | dfs_null.c | 216 ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_phyerr()
|
| /trueos/include/arpa/ |
| HD | nameser_compat.h | 72 unsigned ad: 1; /*%< authentic data from named */ member 86 unsigned ad: 1; /*%< authentic data from named */ member
|
| /trueos/crypto/heimdal/kdc/ |
| HD | 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
|
| /trueos/crypto/openssl/crypto/x509v3/ |
| HD | v3_ocsp.c | 291 ACCESS_DESCRIPTION *ad; in i2r_ocsp_serviceloc() local
|
| /trueos/sys/dev/acpica/ |
| HD | acpi.c | 767 struct acpi_device *ad; in acpi_add_child() local 898 struct acpi_device *ad; in acpi_read_ivar() local 934 struct acpi_device *ad; in acpi_write_ivar() local 965 struct acpi_device *ad; in acpi_get_rlist() local 974 struct acpi_device *ad = device_get_ivars(dev); in acpi_match_resource_hint() local 1170 struct acpi_device *ad; in acpi_reserve_resources() local 1225 struct acpi_device *ad = device_get_ivars(child); in acpi_set_resource() local 1301 struct acpi_device *ad; in acpi_alloc_resource() local
|
| /trueos/sys/dev/aac/ |
| HD | aac_disk.c | 232 struct aac_disk *ad; in aac_disk_dump() local
|