| /src/external/bsd/less/dist/ |
| tags.c | 65 struct taglist { struct 76 #define TAG_END ((struct tag *) &taglist) 77 static struct taglist taglist = { TAG_END, TAG_END }; variable in typeref:struct:taglist 82 (tp)->prev = taglist.tl_last; \ 83 taglist.tl_last->next = (tp); \ 84 taglist.tl_last = (tp); 102 while ((tp = taglist.tl_first) != TAG_END) 365 curtag = taglist.tl_first; 603 tp = taglist.tl_first [all...] |
| /src/external/bsd/unbound/dist/respip/ |
| respip.h | 40 uint8_t* taglist; member in struct:resp_addr 41 /** length of the taglist (in bytes) */ 65 uint8_t* taglist; member in struct:respip_client_info
|
| respip.c | 163 const uint8_t* taglist, size_t taglen) 170 if(node->taglist) { 174 node->taglist = regional_alloc_init(set->region, taglist, taglen); 175 if(!node->taglist) { 904 ctaglist = cinfo->taglist; 956 raddr->taglist, raddr->taglen, ctaglist, ctaglen, 965 if(!r->taglist || taglist_intersect(r->taglist,
|
| /src/external/bsd/unbound/dist/services/ |
| rpz.h | 117 uint8_t* taglist; member in struct:rpz 174 * @param taglist: taglist to lookup. 175 * @param taglen: length of taglist. 183 uint8_t* taglist, size_t taglen, struct ub_server_stats* stats,
|
| localzone.h | 150 uint8_t* taglist; member in struct:local_zone 151 /** length of the taglist (in bytes) */ 253 * Lookup zone that contains the given name, class and taglist. 261 * @param taglist: taglist to lookup. 262 * @param taglen: length of taglist. 269 uint8_t* taglist, size_t taglen, int ignoretags); 303 * @param taglist: taglist for checks. May be NULL. 304 * @param taglen: length of the taglist [all...] |
| localzone.c | 138 free(z->taglist); 691 free(z->taglist); 692 z->taglist = memdup(list, len); 694 if(z->taglist) 1243 uint8_t* taglist, size_t taglen, int ignoretags) 1269 if(ignoretags || !result->taglist || 1270 taglist_intersect(result->taglist, 1271 result->taglen, taglist, taglen)) 1788 lz_type(uint8_t *taglist, size_t taglen, uint8_t *taglist2, size_t taglen2, 1804 if(!taglist || !taglist2 [all...] |
| rpz.c | 393 free(r->taglist); 510 r->taglist = memdup(p->rpz_taglist, r->taglistlen); 511 if(!r->taglist) { 512 log_err("malloc failure on RPZ taglist alloc"); 604 if(r->taglist) 605 free(r->taglist); 619 /* free taglist, if any */ 620 if(r->taglist) { 621 free(r->taglist); 622 r->taglist = NULL [all...] |
| mesh.c | 125 if(ci_a->taglist && !ci_b->taglist) 127 if(!ci_a->taglist && ci_b->taglist) 129 if(ci_a->taglist && ci_b->taglist) { 130 cmp = memcmp(ci_a->taglist, ci_b->taglist, ci_a->taglen); 923 if(cinfo->taglist) { 924 client_info->taglist = regional_alloc_init(region, cinfo->taglist [all...] |
| /src/external/bsd/unbound/dist/daemon/ |
| acl_list.h | 98 uint8_t* taglist; member in struct:acl_addr 99 /** length of the taglist (in bytes) */
|
| acl_list.c | 241 node->taglist = regional_alloc_init(acl->region, bitmap, bitmaplen); 242 if(!node->taglist) {
|
| worker.c | 1797 &edns, c->buffer, worker->scratchpad, repinfo, acladdr->taglist, 1812 repinfo, acladdr->taglist, acladdr->taglen, &worker->stats, 1891 cinfo_tmp.taglist = acladdr->taglist;
|
| /src/external/bsd/unbound/dist/validator/ |
| val_anchor.c | 1328 uint16_t* taglist; local 1340 taglist = calloc(anchor->numDS + anchor->numDNSKEY, sizeof(*taglist)); 1341 if(!taglist) { 1346 numtag = anchor_list_keytags(anchor, taglist, 1350 free(taglist); 1353 tl = taglist; 1356 free(taglist); 1361 free(taglist);
|
| /src/external/bsd/unbound/dist/util/ |
| config_file.c | 1070 /** compare and print taglist option */ 2384 uint8_t* taglist = NULL; local 2390 log_err("parse taglist, but no tags defined"); 2394 taglist = calloc(1, len); 2395 if(!taglist) { 2408 free(taglist); 2411 cfg_set_bit(taglist, len, id); 2416 return taglist; 2451 char* config_taglist2str(struct config_file* cfg, uint8_t* taglist, 2458 if(taglist[i] == 0 [all...] |
| config_file.h | 509 /** number of items in the taglist */ 864 /** length of the taglist (in bytes) */ 1283 * parse taglist from string into bytestring with bitlist. 1296 * @param taglist: the tag bitlist. 1300 char* config_taglist2str(struct config_file* cfg, uint8_t* taglist,
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| ltmain.sh | 143 taglist="$taglist $tagname" 181 for tagname in $taglist; do
|
| /src/crypto/external/bsd/netpgp/dist/buildaux/ |
| ltmain.sh | 511 taglist="$taglist $tagname" 549 for tagname in $taglist; do
|
| /src/external/bsd/iscsi/dist/buildaux/ |
| ltmain.sh | 511 taglist="$taglist $tagname" 549 for tagname in $taglist; do
|
| /src/external/bsd/libbind/dist/ |
| ltmain.sh | 494 taglist="$taglist $tagname" 532 for tagname in $taglist; do
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| ltmain.sh | 431 taglist="$taglist $tagname" 468 for tagname in $taglist; do
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| ltmain.sh | 2145 for tagname in $taglist; do 2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist 2201 taglist="$taglist $tagname"
|
| /src/sys/external/isc/libsodium/dist/ |
| ltmain.sh | 911 for tagname in $taglist; do 939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist 963 taglist="$taglist $tagname"
|
| /src/crypto/external/cpl/tpm-tools/dist/ |
| ltmain.sh | 628 for tagname in $taglist; do 656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist 680 taglist="$taglist $tagname"
|
| /src/crypto/external/cpl/trousers/dist/ |
| ltmain.sh | 628 for tagname in $taglist; do 656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist 680 taglist="$taglist $tagname"
|
| /src/external/bsd/am-utils/dist/ |
| ltmain.sh | 911 for tagname in $taglist; do 939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist 963 taglist="$taglist $tagname"
|
| /src/external/bsd/file/dist/ |
| ltmain.sh | 2148 for tagname in $taglist; do 2180 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist 2204 taglist="$taglist $tagname"
|