| /src/sys/dev/isa/ |
| isa.c | 83 static const int wildcard[ISACF_NLOCS] = { local 119 isarescan(self, NULL, wildcard);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| login_sender_match.c | 18 /* const char *wildcard) 32 /* table entry if it matches a sender pattern. A wildcard 60 /* .IP wildcard 61 /* Null pointer, or non-empty string with a wildcard pattern. 62 /* If a sender pattern equals the wildcard pattern, then any 117 char *wildcard; member in struct:LOGIN_SENDER_MATCH 131 const char *wildcard) 142 lsm->wildcard = (wildcard && *wildcard) ? mystrdup(wildcard) : 0 249 const char *wildcard; member in struct:testcase [all...] |
| /src/sys/dev/pcmcia/ |
| pcmcia.c | 161 static const int wildcard[PCMCIACF_NLOCS] = { local 210 error = pcmcia_rescan(dev, NULL, wildcard);
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| name.h | 115 bool wildcard : 1; /*%< Used by server. */ member in struct:dns_name::dns_name_attrs 384 * Is 'name' a wildcard name? 568 * Does 'name' match the wildcard specified in 'wname'? 571 * \li name matches the wildcard specified in wname if all labels 572 * following the wildcard in wname are identical to the same number 594 * \li TRUE 'name' matches the wildcard specified in 'wname' 595 * \li FALSE 'name' does not match the wildcard specified in 'wname' 1290 dns_name_ishostname(const dns_name_t *name, bool wildcard); 1293 * If 'wildcard' is true then allow the first label of name to 1294 * be a wildcard [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| ssu.c | 288 dns_name_t *wildcard; local 406 wildcard = dns_fixedname_initname(&fixed); 408 wildcard, NULL); 412 if (!dns_name_matcheswildcard(name, wildcard)) { 680 } else if (strcasecmp(str, "wildcard") == 0) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| ssu.c | 293 dns_name_t *wildcard; local 405 wildcard = dns_fixedname_initname(&fixed); 407 wildcard, NULL); 411 if (!dns_name_matcheswildcard(name, wildcard)) { 637 } else if (strcasecmp(str, "wildcard") == 0) {
|
| /src/sys/netinet/ |
| in_pcb.c | 472 * If the address is not a wildcard, verify that it corresponds to a 961 int wildcard; local 976 * count the number of wildcard matches. (0 - 2) 979 * A null wildcard match 980 * null B wildcard match 984 wildcard = 0; 986 wildcard++; 989 wildcard++; 992 wildcard++; 998 if (wildcard && !lookup_wildcard [all...] |
| /src/sys/netinet6/ |
| in6_pcb.c | 838 int matchwild = 3, wildcard; local 851 wildcard = 0; 857 wildcard++; 865 wildcard = 0; 868 wildcard++; 871 wildcard++; 874 wildcard++; 887 wildcard++; 894 wildcard++; 901 if (wildcard && !lookup_wildcard [all...] |
| /src/sys/dev/acpi/ |
| acpi_mcfg.c | 530 static const int wildcard[PCICF_NLOCS] = { local 537 pci_enumerate_bus(sc, wildcard, acpimcfg_device_probe, NULL);
|
| /src/sys/dev/cardbus/ |
| cardbus.c | 413 static int wildcard[CARDBUSCF_NLOCS] = { local 431 cardbus_rescan(sc->sc_dev, "cardbus", wildcard);
|
| /src/external/bsd/am-utils/dist/amd/ |
| mapc.c | 101 * Wildcard key 103 static char wildcard[] = "*"; variable 554 * Do a wildcard lookup in the map and 561 * Attempt to find the wildcard entry 563 int rc = search_map(m, wildcard, &m->wildcard); 566 m->wildcard = NULL; 623 if (m->wildcard) { 624 XFREE(m->wildcard); 625 m->wildcard = NULL [all...] |
| amd.h | 358 char *wildcard; /* Wildcard value */ member in struct:mnt_map
|
| /src/sys/dev/pci/ |
| pci.c | 143 static const int wildcard[PCICF_NLOCS] = { local 207 pcirescan(sc->sc_dev, "pci", wildcard); 710 static const int wildcard[2] = { local 718 pci_enumerate_bus1(device_private(pcidev), wildcard,
|
| /src/usr.bin/make/ |
| dir.c | 90 * be wildcard-expanded. 592 * See if the given name has any wildcard characters in it and all braces and 755 * expanded word contains wildcard characters, it is expanded further, 837 * The wildcard isn't in the first component. 838 * Find all the components up to the one with the wildcard. 892 const char *brace, *slash, *wildcard, *wildcardComponent; local 914 /* Find the first wildcard in the pattern. */ 915 for (wildcard = pattern; *wildcard != '\0'; wildcard++ [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| beacon.c | 1075 int wildcard = 0; local 1079 wildcard = 1; 1091 wildcard = 1; 1110 if (wildcard) 1463 /* Process P2P Wildcard SSID like Wildcard SSID */
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_registrar.c | 767 "configured wildcard PIN"); 779 * @uuid: UUID-E or %NULL for wildcard (any UUID) 874 * wps_registrar_invalidate_wildcard_pin - Invalidate a wildcard PIN 878 * Returns: 0 on success, -1 if not wildcard PIN is enabled 932 int wildcard = 0; local 945 /* Check for wildcard UUIDs since none of the UUID-specific 950 wpa_printf(MSG_DEBUG, "WPS: Found a wildcard " 952 wildcard = 1; 974 if (wildcard) 988 * a wildcard UUID, it will be removed instead of allowing multiple uses [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| scan.c | 1006 * for adding the wildcard scan entry. 1249 * wildcard SSID. 1343 * wildcard SSID scans with specific SSID scans to avoid 1344 * waiting a long time for a wildcard scan. 1351 "wildcard SSID (Interleave with specific)"); 1363 wpa_dbg(wpa_s, MSG_DEBUG, "Include wildcard SSID in " 1375 wpa_dbg(wpa_s, MSG_DEBUG, "Starting AP scan for wildcard " 1706 int wildcard = 0; local 1730 /* Use wildcard SSID to find this network */ 1731 wildcard = 1 [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldgram.h | 157 struct wildcard_spec wildcard; member in union:YYSTYPE
|
| ldgram.c | 82 struct wildcard_spec wildcard; member in union:YYSTYPE 3756 yyval.wildcard.name = yystack.l_mark[0].cname; 3757 yyval.wildcard.sorted = none; 3758 yyval.wildcard.exclude_name_list = NULL; 3759 yyval.wildcard.section_flag_list = NULL; 3760 yyval.wildcard.reversed = false; 3767 yyval.wildcard.name = yystack.l_mark[0].cname; 3768 yyval.wildcard.sorted = none; 3769 yyval.wildcard.exclude_name_list = yystack.l_mark[-2].name_list; 3770 yyval.wildcard.section_flag_list = NULL [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldgram.h | 355 struct wildcard_spec wildcard; member in union:YYSTYPE
|
| /src/crypto/external/bsd/openssh/dist/ |
| channels.c | 3809 * specified address or wildcard. On the client, a specified bind 3812 * and force a wildcard bind, whereas a value of 2 (``clientspecified'') 3817 * "0.0.0.0" -> wildcard v4/v6 if SSH_OLD_FORWARD_ADDR 3818 * "" (empty string), "*" -> wildcard v4/v6 3827 int wildcard = 0; local 3832 wildcard = 1; 3838 wildcard = 1; 3872 *wildcardp = wildcard; 3882 int sock, r, success = 0, wildcard = 0, is_client; local 3906 addr = channel_fwd_bind_addr(ssh, fwd->listen_host, &wildcard, [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constraint.cc | 417 possibly including a wildcard, deduce the concept being checked and 1539 tree wildcard = build_nt (WILDCARD_DECL); local 1541 tree check = build_concept_check (decl, wildcard, args, complain); 1646 /* Get the deduced wildcard from a DEDUCED placeholder. If the deduced 1647 wildcard is a pack, return the first argument of that pack. */ 1650 get_deduced_wildcard (tree wildcard) 1652 if (ARGUMENT_PACK_P (wildcard)) 1653 wildcard = TREE_VEC_ELT (ARGUMENT_PACK_ARGS (wildcard), 0); 1654 gcc_assert (TREE_CODE (wildcard) == WILDCARD_DECL) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constraint.cc | 415 possibly including a wildcard, deduce the concept being checked and 1465 tree wildcard = build_nt (WILDCARD_DECL); local 1467 tree check = build_concept_check (decl, wildcard, args, complain); 1569 /* Get the deduced wildcard from a DEDUCED placeholder. If the deduced 1570 wildcard is a pack, return the first argument of that pack. */ 1573 get_deduced_wildcard (tree wildcard) 1575 if (ARGUMENT_PACK_P (wildcard)) 1576 wildcard = TREE_VEC_ELT (ARGUMENT_PACK_ARGS (wildcard), 0); 1577 gcc_assert (TREE_CODE (wildcard) == WILDCARD_DECL) [all...] |
| /src/external/bsd/unbound/dist/services/ |
| authzone.c | 2392 /** see if the domain has a wildcard child '*.domain' */ 2399 wc[0] = 1; /* length of wildcard label */ 2400 wc[1] = (uint8_t)'*'; /* wildcard label */ 2405 /** find wildcard between qname and cename */ 2472 * itself for answer purposes). That name may have DNAME, NS or wildcard 2750 /** Change a dname to a different one, for wildcard namechange */ 2793 /** Find NSEC and add for wildcard denial */ 2805 wc[0] = 1; /* length of wildcard label */ 2806 wc[1] = (uint8_t)'*'; /* wildcard label */ 2809 /* we have '*.ce' in wc wildcard name buffer * 3399 struct auth_data* wildcard; local [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| objcopy.c | 250 /* Whether to permit wildcard in symbol comparison. */ variable 251 static bool wildcard = false; 422 {"wildcard", no_argument, 0, 'w'}, 531 {"wildcard", no_argument, 0, 'w'}, 640 -w --wildcard Permit wildcard in symbol comparison\n\ 773 -w --wildcard Permit wildcard in symbol comparison\n\ 931 for wildcard characters. For example suppose that the user has invoked 949 wildcard characters, but we must do so in context. Eg if we are settin [all...] |