Searched defs:wildcard (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AttributePattern.java | 42 * wildcard matching of lowercased, space-compressed strings. Each 44 * object is a pattern consisting of (maximally) a beginning wildcard and 59 * It may have a beginning wildcard and string 69 boolean wildcard = false; field in class:AttributePattern.PatternPart 73 wildcard = wc; 102 // Beginning wildcard, or, if none, then the middle. 120 // consists of a wildcard. 146 // If there's a wildcard, check the remainder of the string for 149 if (p.wildcard) { 176 // a pure wildcard, the [all...] |
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 60 static char *wildcard = "*"; variable 104 (bootparams_getbyname(wildcard, clnt_entry, 114 * 2) look for a "domain=" entry in the wildcard bootparams 123 /* "domain=" not found - try for wildcard */ 124 if ((bootparams_getbyname(wildcard, clnt_entry, 204 if (bootparams_getbyname(wildcard, clnt_entry,
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 301 const char *wildcard, int wclen) 355 * However, save the wildcard. 357 ctx->f_wildcard = wildcard; 383 SMBVDEBUG("wildcard: %s\n", ctx->f_wildcard); 300 smbfs_xa_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen) argument
|
H A D | smbfs_smb.c | 1819 const char *wildcard, int wclen, uint16_t attr) 1824 if (wildcard) { 1825 if (wclen == 1 && wildcard[0] == '*') { 1829 ctx->f_wildcard = wildcard; 2045 const char *wildcard, int wclen, uint16_t attr) 2057 ctx->f_wildcard = wildcard; 1818 smbfs_smb_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, uint16_t attr) argument 2044 smbfs_smb_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, uint16_t attr) argument
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier-objects.h | 39 /* default wildcard and unspecified value for selectors */ 98 #define DONTCARE_VALUE 1 /* a dontcare/wildcard value was inserted */ 107 uint_t if_index; /* interface index, " " or 0 for wildcard */ 111 * IPP_FWD_IN | IPP_FWD_OUT | 0 for wildcard 114 uint8_t proto; /* protocol key, exact or 0 for wildcard */ 224 int wildcard; /* wildcard value for this selector */ member in struct:table_id_s
|
H A D | filters.c | 239 insert_ipgpc_table_list_info(int table_id, hash_table table, int wildcard, argument 243 ipgpc_table_list[table_id].wildcard = wildcard; 581 * present, will be given the default wildcard value for that selector 2250 * Only non-wildcard/dontcare selectors are added to the nvlist.
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devfsinfo.c | 1957 char *wildcard = ",0"; local 2022 (strcmp(wildcard, &addrname2[len1]) == 0)) { 2026 (strcmp(wildcard, &addrname1[len2]) == 0)) {
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 492 Boolean wildcard:1; /* In namestring */ member in struct:_Name
|
Completed in 299 milliseconds