/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AttributePattern.java | 69 boolean wildcard = false; field in AttributePattern.PatternPart 73 wildcard = wc; in PatternPart() 149 if (p.wildcard) { in match() 181 if (p.wildcard == true && in match()
|
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 60 static char *wildcard = "*"; variable 104 (bootparams_getbyname(wildcard, clnt_entry, in bootparamproc_whoami_1() 124 if ((bootparams_getbyname(wildcard, clnt_entry, in bootparamproc_whoami_1() 204 if (bootparams_getbyname(wildcard, clnt_entry, in bootparamproc_getfile_1()
|
/titanic_44/usr/src/cmd/tsol/tnctl/ |
H A D | tnrhdb | 33 # not a wildcard. Uncomment this if the global zone should respond 39 # Default wildcard value shipped with system. This allows the global zone 41 # should remove this wildcard entry after the system is fully configured.
|
/titanic_44/usr/src/uts/common/ipp/ipgpc/ |
H A D | table.c | 65 if (key == taid->wildcard) { in ht_insert() 162 if (key == taid->wildcard) { in ht_retrieve() 206 if (key == taid->wildcard) { in ht_remove()
|
H A D | classifier-objects.h | 224 int wildcard; /* wildcard value for this selector */ member
|
H A D | filters.c | 239 insert_ipgpc_table_list_info(int table_id, hash_table table, int wildcard, in insert_ipgpc_table_list_info() argument 243 ipgpc_table_list[table_id].wildcard = wildcard; in insert_ipgpc_table_list_info()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 301 const char *wildcard, int wclen) in smbfs_xa_findopen() argument 357 ctx->f_wildcard = wildcard; in smbfs_xa_findopen()
|
H A D | smbfs_smb.c | 1819 const char *wildcard, int wclen, uint16_t attr) in smbfs_smb_findopenLM1() argument 1824 if (wildcard) { in smbfs_smb_findopenLM1() 1825 if (wclen == 1 && wildcard[0] == '*') { in smbfs_smb_findopenLM1() 1829 ctx->f_wildcard = wildcard; in smbfs_smb_findopenLM1() 2045 const char *wildcard, int wclen, uint16_t attr) in smbfs_smb_findopenLM2() argument 2057 ctx->f_wildcard = wildcard; in smbfs_smb_findopenLM2()
|
H A D | smbfs_subr.h | 196 int smbfs_smb_findopen(struct smbnode *dnp, const char *wildcard, int wclen,
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 2162 int sock, r, is_client, on = 1, wildcard = 0, success = 0; in channel_setup_fwd_listener() local 2199 wildcard = 1; in channel_setup_fwd_listener() 2205 wildcard = 1; in channel_setup_fwd_listener() 2211 type, wildcard, (addr == NULL) ? "NULL" : addr); in channel_setup_fwd_listener() 2219 hints.ai_flags = wildcard ? AI_PASSIVE : 0; in channel_setup_fwd_listener()
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | devfsinfo.c | 1957 char *wildcard = ",0"; in prom_compare_devs() local 2022 (strcmp(wildcard, &addrname2[len1]) == 0)) { in prom_compare_devs() 2026 (strcmp(wildcard, &addrname1[len2]) == 0)) { in prom_compare_devs()
|
/titanic_44/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 492 Boolean wildcard:1; /* In namestring */ member
|
/titanic_44/usr/src/cmd/make/lib/mksh/ |
H A D | misc.cc | 228 np->wildcard = BOOLEAN((len & (int) wildcard_sem) != 0); in getname_fn()
|
/titanic_44/usr/src/uts/intel/os/ |
H A D | master | 318 # PCI Class entries with 2 byte class codes are treated as wildcard class 319 # specifiers (with the 3rd byte (programming interface) as the wildcard). Hence,
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | doname.cc | 1489 if (dependency->name->wildcard) { in dynamic_dependencies()
|
/titanic_44/usr/src/cmd/sendmail/cf/ |
H A D | README | 454 a variant on SMTP) is used. WARNING: if you have a wildcard MX 968 WILDCARD MX RECORDS!!! If you have a wildcard MX record 3191 wildcard MX records is almost always a bad idea. Please avoid
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 700 AcpiNames: Add command-line wildcard support for ACPI table files. ACPICA 1757 2) Added substring match support (similar to a wildcard) for the -i 2172 iASL: Implemented wildcard support for the -e option. This simplifies use 4594 This allows multiple compiles with a single (possibly wildcard) compiler 7895 exist, no error message was emitted. (Introduced with wildcard support in 7937 single invocation. This includes command line wildcard support for both
|