| /src/external/bsd/libarchive/dist/cat/ |
| cmdline.c | 99 const struct bsdcat_option *popt, *match, *match2; local 213 for (popt = bsdcat_longopts; popt->name != NULL; popt++) { 215 if (popt->name[0] != bsdcat->getopt_word[0]) 218 if (strncmp(bsdcat->getopt_word, popt->name, optlength) == 0) { 220 match = popt; 222 if (strlen(popt->name) == optlength) {
|
| /src/external/bsd/libarchive/dist/tar/ |
| cmdline.c | 205 const struct bsdtar_option *popt, *match, *match2; local 353 for (popt = tar_longopts; popt->name != NULL; popt++) { 355 if (popt->name[0] != bsdtar->getopt_word[0]) 358 if (strncmp(bsdtar->getopt_word, popt->name, optlength) == 0) { 360 match = popt; 362 if (strlen(popt->name) == optlength) {
|
| /src/external/bsd/libarchive/dist/cpio/ |
| cmdline.c | 98 const struct option *popt, *match, *match2; local 209 for (popt = cpio_longopts; popt->name != NULL; popt++) { 211 if (popt->name[0] != opt_word[0]) 214 if (strncmp(opt_word, popt->name, optlength) == 0) { 216 match = popt; 218 if (strlen(popt->name) == optlength) {
|
| /src/usr.sbin/sysinst/ |
| label.c | 864 menu_ent *mopts, *popt; local 930 popt = mopts + __arraycount(edit_ptn_fields_head); 932 memcpy(popt, edit_ptn_fields_head_add, 934 popt += __arraycount(edit_ptn_fields_head_add); 936 memcpy(popt, edit_ptn_fields_head2, sizeof(edit_ptn_fields_head2)); 937 popt += __arraycount(edit_ptn_fields_head2); 940 memcpy(popt, edit_ptn_fields_ffs, sizeof(edit_ptn_fields_ffs)); 941 popt += __arraycount(edit_ptn_fields_ffs); 943 edit.first_custom_attr = popt - mopts; 947 i++, popt++) [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| rpz.h | 354 dns_rpz_popt_t popt; member in struct:__anon24023
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| rpz.h | 345 dns_rpz_popt_t popt; member in struct:__anon24276
|
| /src/external/mpl/bind/dist/lib/ns/ |
| query.c | 1288 if ((st->popt.no_log & DNS_RPZ_ZBIT(rpz_num)) != 0) { 1401 if (st->popt.no_log == 0 && 3006 if (st->popt.dnsrps_enabled) { 3070 zbits &= st->popt.no_rd_ok; 3786 if (st->popt.dnsrps_enabled) { 4118 if (st->popt.dnsrps_enabled) { 4293 dns_rpz_popt_t popt; local 4328 popt = rpzs->p; 4336 INSIST(!popt.dnsrps_enabled); 4356 st->popt = popt [all...] |