| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| apl_42.c | 268 dns_rdata_in_apl_t *apl = source; local 273 REQUIRE(apl != NULL); 274 REQUIRE(apl->common.rdtype == type); 275 REQUIRE(apl->common.rdclass == rdclass); 276 REQUIRE(apl->apl != NULL || apl->apl_len == 0); 278 isc_buffer_init(&b, apl->apl, apl->apl_len) 286 dns_rdata_in_apl_t *apl = target; local 311 dns_rdata_in_apl_t *apl = source; local [all...] |
| apl_42.h | 32 unsigned char *apl; member in struct:dns_rdata_in_apl 53 dns_rdata_apl_count(const dns_rdata_in_apl_t *apl);
|
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| apl_42.c | 267 dns_rdata_in_apl_t *apl = source; local 272 REQUIRE(apl != NULL); 273 REQUIRE(apl->common.rdtype == type); 274 REQUIRE(apl->common.rdclass == rdclass); 275 REQUIRE(apl->apl != NULL || apl->apl_len == 0); 277 isc_buffer_init(&b, apl->apl, apl->apl_len) 286 dns_rdata_in_apl_t *apl = target; local 305 dns_rdata_in_apl_t *apl = source; local [all...] |
| apl_42.h | 31 unsigned char *apl; member in struct:dns_rdata_in_apl 52 dns_rdata_apl_count(const dns_rdata_in_apl_t *apl);
|
| /src/sbin/ifconfig/ |
| agr.c | 129 struct agrportlist *apl; local 164 apl = buf; 165 api = (void *)(apl + 1); 167 for (i = 0; i < apl->apl_nports; i++) {
|
| /src/external/mit/xorg/lib/xkeyboard-config/symbols/ |
| Makefile | 7 FILES= af al altwin am apl ara at au az \
|
| /src/sys/net/agr/ |
| if_agr.c | 458 struct agrportlist apl; local 465 memset(&apl, 0, sizeof(apl)); 468 if (bufleft < sizeof(apl)) { 471 apl.apl_nports = sc->sc_nports; 472 error = copyout(&apl, cp, sizeof(apl)); 476 cp += sizeof(apl); 478 bufleft -= sizeof(apl);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-log.c | 96 CASE_TO_STR(apl);
|
| /src/external/mpl/bind/include/dns/ |
| rdatastruct.h | 1159 unsigned char *apl; member in struct:dns_rdata_in_apl 1180 dns_rdata_apl_count(const dns_rdata_in_apl_t *apl);
|
| /src/external/mpl/dhcp/bind/include/dns/ |
| rdatastruct.h | 1290 unsigned char *apl; member in struct:dns_rdata_in_apl 1311 dns_rdata_apl_count(const dns_rdata_in_apl_t *apl);
|
| /src/external/bsd/file/dist/magic/ |
| Makefile.am | 26 $(MAGIC_FRAGMENT_DIR)/apl \
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pftn.c | 1151 talign(unsigned int ty, struct attr *apl) 1168 if ((al = attr_find(apl, ATTR_ALIGNED))) { 1211 tsize(TWORD ty, union dimfun *d, struct attr *apl) 1245 if ((ap = strattr(apl)) == NULL || 1246 (ap2 = attr_find(apl, ATTR_ALIGNED)) == NULL ||
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pftn.c | 1145 talign(unsigned int ty, struct attr *apl) 1162 if ((al = attr_find(apl, ATTR_ALIGNED))) { 1198 tsize(TWORD ty, union dimfun *d, struct attr *apl) 1227 if ((ap = strattr(apl)) == NULL || 1228 (ap2 = attr_find(apl, ATTR_ALIGNED)) == NULL ||
|
| /src/external/mpl/bind/dist/tests/dns/ |
| rdata_test.c | 875 /* APL RDATA manipulations */ 876 ISC_RUN_TEST_IMPL(apl) { 3329 ISC_TEST_ENTRY(apl)
|