Searched refs:ad (Results 1 - 25 of 110) sorted by last modified time

12345

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_no_hfs_compression.c80 struct archive *ad, *a;
90 assert((ad = archive_write_disk_new()) != NULL);
91 assertEqualIntA(ad, ARCHIVE_OK,
92 archive_write_disk_set_standard_lookup(ad));
93 assertEqualIntA(ad, ARCHIVE_OK,
94 archive_write_disk_set_options(ad,
110 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
113 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
116 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
119 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
[all...]
H A Dtest_write_disk_mac_metadata.c111 struct archive *ad, *a;
121 assert((ad = archive_write_disk_new()) != NULL);
122 assertEqualIntA(ad, ARCHIVE_OK,
123 archive_write_disk_set_standard_lookup(ad));
124 assertEqualIntA(ad, ARCHIVE_OK,
125 archive_write_disk_set_options(ad,
143 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
148 assertEqualIntA(ad, ARCHIVE_OK, archive_write_free(ad));
171 assert((ad
[all...]
H A Dtest_write_disk_hfs_compression.c96 struct archive *ad, *a;
115 assert((ad = archive_write_disk_new()) != NULL);
116 assertEqualIntA(ad, ARCHIVE_OK,
117 archive_write_disk_set_standard_lookup(ad));
118 assertEqualIntA(ad, ARCHIVE_OK,
119 archive_write_disk_set_options(ad,
136 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
139 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
142 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
145 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
[all...]
H A Dtest_write_disk_hardlink.c50 struct archive *ad;
61 assert((ad = archive_write_disk_new()) != NULL);
73 assertEqualIntA(ad, 0, archive_write_header(ad, ae));
75 archive_write_data(ad, data, sizeof(data)));
76 assertEqualIntA(ad, 0, archive_write_finish_entry(ad));
85 assertEqualIntA(ad, 0, r = archive_write_header(ad, ae));
88 archive_write_data(ad, dat
[all...]
H A Dtest_write_disk_fixup.c35 struct archive *ad;
45 assert((ad = archive_write_disk_new()) != NULL);
65 assertEqualIntA(ad, 0, archive_write_header(ad, ae));
66 assertEqualIntA(ad, 0, archive_write_finish_entry(ad));
73 assertEqualIntA(ad, 0, archive_write_header(ad, ae));
74 assertEqualIntA(ad, 0, archive_write_finish_entry(ad));
[all...]
H A Dtest_write_disk_appledouble.c111 struct archive *ad, *a;
121 assert((ad = archive_write_disk_new()) != NULL);
122 assertEqualIntA(ad, ARCHIVE_OK,
123 archive_write_disk_set_standard_lookup(ad));
124 assertEqualIntA(ad, ARCHIVE_OK,
125 archive_write_disk_set_options(ad,
146 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
150 assertEqualIntA(a, ARCHIVE_OK, archive_read_extract2(a, ae, ad));
155 assertEqualIntA(ad, ARCHIVE_OK, archive_write_free(ad));
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c369 static void edit_deep_directories(struct archive_write_disk *ad);
H A Darchive_read_extract2.c73 if (a->extract->ad != NULL) {
74 ret = archive_write_free(a->extract->ad);
83 struct archive *ad)
90 archive_write_disk_set_skip_file(ad,
92 r = archive_write_header(ad, entry);
97 archive_copy_error(&a->archive, ad);
100 r = copy_data(_a, ad);
101 r2 = archive_write_finish_entry(ad);
106 archive_copy_error(&a->archive, ad);
82 archive_read_extract2(struct archive *_a, struct archive_entry *entry, struct archive *ad) argument
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c2381 uint8_t ad[16]; local
2385 memmove(ad, &((struct sockaddr_in6*)&addr)->sin6_addr,
2386 sizeof(ad));
2388 uint8_t b = ad[i];
2396 uint8_t ad[4]; local
2397 memmove(ad, &((struct sockaddr_in*)&addr)->sin_addr,
2398 sizeof(ad));
2400 (unsigned)ad[3], (unsigned)ad[2],
2401 (unsigned)ad[
[all...]
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c3098 struct sockaddr_in *ad; local
3134 ad = (struct sockaddr_in *)rp->nr_nam;
3135 ad->sin_len = sizeof(struct sockaddr_in);
3136 ad->sin_family = AF_INET;
3137 ad->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
3138 ad->sin_port = nargs->nuserd_port;
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c595 char* ad = fname_after_chroot(cfg->directory, cfg, 0); local
596 if(!ad) fatal_exit("out of memory");
597 if(!is_dir(ad)) fatal_exit("bad chdir directory");
598 free(ad);
603 char* ad = (cfg->pidfile[0]=='/')?strdup(cfg->pidfile): local
605 char* bd = basedir(ad);
608 free(ad);
611 char* ad = fname_after_chroot(cfg->logfile, cfg, 1); local
612 char* bd = basedir(ad);
615 free(ad);
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_die.c108 Dwarf_AttrDef ad; local
144 STAILQ_FOREACH(ad, &ab->ab_attrdef, ad_next) {
146 dwarf_size, cu, die, ad, ad->ad_form, 0,
282 Dwarf_AttrDef ad; local
315 ad = STAILQ_FIRST(&ab->ab_attrdef);
317 while (at != NULL && ad != NULL) {
318 if (at->at_attrib != ad->ad_attrib ||
319 at->at_form != ad->ad_form) {
324 ad
401 Dwarf_AttrDef ad, tad; local
[all...]
H A Dlibdwarf_attr.c99 int dwarf_size, Dwarf_CU cu, Dwarf_Die die, Dwarf_AttrDef ad,
109 atref.at_attrib = ad->ad_attrib;
110 atref.at_form = indirect ? form : ad->ad_form;
160 ad, form, 1, error));
98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, int dwarf_size, Dwarf_CU cu, Dwarf_Die die, Dwarf_AttrDef ad, uint64_t form, int indirect, Dwarf_Error *error) argument
H A Dlibdwarf_abbrev.c70 Dwarf_AttrDef ad; local
77 if ((ad = malloc(sizeof(struct _Dwarf_AttrDef))) == NULL) {
83 ad->ad_attrib = attr;
84 ad->ad_form = form;
85 ad->ad_offset = adoff;
88 STAILQ_INSERT_TAIL(&ab->ab_attrdef, ad, ad_next);
94 *adp = ad;
206 Dwarf_AttrDef ad, tad; local
212 STAILQ_FOREACH_SAFE(ad, &ab->ab_attrdef, ad_next, tad) {
213 STAILQ_REMOVE(&ab->ab_attrdef, ad, _Dwarf_AttrDe
226 Dwarf_AttrDef ad; local
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dxform_ah.c289 int ad, alloc, nxt, noff; local
495 ad = ptr[count + 1] + 2;
496 if (count + ad > noff)
500 memset(ptr + count, 0, ad);
501 count += ad;
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c293 sm_dprintf("parse_dns_reply: ac=%d, ad=%d\n", ans_cnt,
294 dr->dns_r_h.ad);
521 ** ad -- ad flag
529 gen_dns_reply(buf, buflen, bufpos, query, qtype, domain, class, type, ttl, size, data, txtlen, pref, ad)
543 int ad;
562 sm_dprintf("gen_dns_reply: query=%s, domain=%s, type=%s, size=%d, ad=%d\n",
563 query, domain, dns_type_to_string(type), size, ad);
588 hp->ad = ad;
911 int ttl, ad, rlen; local
1055 int rlen, ad, maprcode, cnt, flags, herr; local
[all...]
H A Ddomain.c129 if (dr->dns_r_h.ad != 1 && Dane == DANE_SECURE) /* not secure? */
201 sm_dprintf("tlsaadd(%s), CNAME=%s, level=%d, dr=%p, ad=%d, err=%d, herr=%d\n",
203 (void *)drc, drc != NULL ? drc->dns_r_h.ad : -1,
336 sm_dprintf("gettlsa(%s), dr=%p, ad=%d, err=%d, herr=%d\n", host,
337 (void *)dr, dr != NULL ? dr->dns_r_h.ad : -1, err, herr);
555 bool ad; local
567 ad = (flags & ISAD) != 0;
577 if (ad)
604 if (DANE_ALWAYS == Dane || (ad && DANE_SECURE == Dane))
702 ad
1265 bool amatch, gotmx, ad; local
[all...]
H A Ddeliver.c5991 ** ad -- DNSSEC: ad
6003 hostsignature(m, host, ad)
6006 bool ad;
6026 sm_dprintf("hostsignature(%s), ad=%d\n", host, ad);
6125 DROPLOCALHOST|TRYFALLBACK|(ad ? ISAD :0),
H A Ddaemon.c2390 ** If no ad: turn off TLSA.
2395 if (rr != NULL && rr->dns_r_h.ad == 1)
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_table.c87 #define ADDR_NETWORK(ad) ((ad)->pfra_net < AF_BITS((ad)->pfra_af))
247 struct pfr_addr *ad; local
265 for (i = 0, ad = addr; i < size; i++, ad++) {
266 if (pfr_validate_addr(ad))
268 p = pfr_lookup_addr(kt, ad, 1);
269 q = pfr_lookup_addr(tmpkt, ad, 1);
272 ad
319 struct pfr_addr *ad; local
399 struct pfr_addr ad; local
511 struct pfr_addr *ad; local
642 struct pfr_addr *ad; local
680 pfr_validate_addr(struct pfr_addr *ad) argument
750 pfr_lookup_addr(struct pfr_ktable *kt, struct pfr_addr *ad, int exact) argument
798 pfr_create_kentry(struct pfr_addr *ad, bool counters) argument
883 pfr_insert_kentry(struct pfr_ktable *kt, struct pfr_addr *ad, long tzero) argument
960 struct pfr_addr *ad; local
1042 pfr_copyout_addr(struct pfr_addr *ad, const struct pfr_kentry *ke) argument
1502 struct pfr_addr *ad; local
1688 struct pfr_addr ad; local
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias.c763 struct alias_data ad = { local
781 error = find_handler(IN, UDP, la, pip, &ad);
887 struct alias_data ad = { local
911 error = find_handler(OUT, UDP, la, pip, &ad);
971 struct alias_data ad = { local
982 error = find_handler(IN, TCP, la, pip, &ad);
997 struct alias_data ad = {
1008 error = find_handler(la, pip, &ad);
1122 struct alias_data ad = { local
1150 error = find_handler(OUT, TCP, la, pip, &ad);
1384 struct alias_data ad = { local
1542 struct alias_data ad = { local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1229 APInt ad, anc, delta, q1, r1, q2, r2, t;
1233 ad = d.abs();
1235 anc = t - 1 - t.urem(ad); // absolute value of nc
1239 q2 = signedMin.udiv(ad); // initialize q2 = 2p/abs(d)
1240 r2 = signedMin - q2*ad; // initialize r2 = rem(2p,abs(d))
1251 if (r2.uge(ad)) { // must be unsigned comparison
1253 r2 = r2 - ad;
1255 delta = ad - r2;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c26 long double ad = __gcc_qmul(a, d); local
30 DD imag = {.ld = __gcc_qadd(ad, bc)};
59 DD adDD = {.ld = ad};
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmultc3.c22 long double ad = a * d; local
26 __imag__ z = ad + bc;
48 (crt_isinf(ac) || crt_isinf(bd) || crt_isinf(ad) || crt_isinf(bc))) {
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c779 struct acpi_device *ad; local
782 if ((ad = malloc(sizeof(*ad), M_ACPIDEV, M_NOWAIT | M_ZERO)) == NULL)
785 resource_list_init(&ad->ad_rl);
789 device_set_ivars(child, ad);
791 free(ad, M_ACPIDEV);
910 struct acpi_device *ad; local
912 if ((ad = device_get_ivars(child)) == NULL) {
920 *(ACPI_HANDLE *)result = ad->ad_handle;
923 *(void **)result = ad
946 struct acpi_device *ad; local
977 struct acpi_device *ad; local
986 struct acpi_device *ad = device_get_ivars(dev); local
1232 struct acpi_device *ad; local
1287 struct acpi_device *ad = device_get_ivars(child); local
1371 struct acpi_device *ad; local
[all...]

Completed in 242 milliseconds

12345