Searched refs:wildcard (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributePattern.java42 * 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 Dbootparam_subr.c60 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/ipp/ipgpc/
H A Dtable.c53 * if key == taid->wildcard, the key is inserted as a wildcard
55 * returns DONTCARE_VALUE if key == wildcard, NORMAL_VALUE otherwise
65 if (key == taid->wildcard) {
149 * All exact matches and wildcard matches are collected and inserted
162 if (key == taid->wildcard) {
206 if (key == taid->wildcard) {
H A Dclassifier-objects.h39 /* 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 Dfilters.c239 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/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c301 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 Dsmbfs_subr.h196 int smbfs_smb_findopen(struct smbnode *dnp, const char *wildcard, int wclen,
H A Dsmbfs_smb.c1819 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/lib/libdevinfo/
H A Ddevfsinfo.c1957 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 Ddefs.h492 Boolean wildcard:1; /* In namestring */ member in struct:_Name
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc228 np->wildcard = BOOLEAN((len & (int) wildcard_sem) != 0);
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc1491 if (dependency->name->wildcard) {

Completed in 245 milliseconds