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

/opensolaris-onvv-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...]
/opensolaris-onvv-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,
/opensolaris-onvv-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.
/opensolaris-onvv-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.h193 int smbfs_smb_findopen(struct smbnode *dnp, const char *wildcard, int wclen,
H A Dsmbfs_smb.c1947 const char *wildcard, int wclen, uint16_t attr)
1952 if (wildcard) {
1953 if (wclen == 1 && wildcard[0] == '*') {
1957 ctx->f_wildcard = wildcard;
2174 const char *wildcard, int wclen, uint16_t attr)
2186 ctx->f_wildcard = wildcard;
1946 smbfs_smb_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, uint16_t attr) argument
2173 smbfs_smb_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, uint16_t attr) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm85 Returns the 4-byte wildcard ip address which specifies any
88 a particular network interface. This wildcard address
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2162 int sock, r, is_client, on = 1, wildcard = 0, success = 0; local
2182 * specified address or wildcard. On the client, a specified bind
2185 * specification and force a wildcard bind, whereas a value of 2
2191 * "0.0.0.0" -> wildcard v4/v6 if SSH_OLD_FORWARD_ADDR
2192 * "" (empty string), "*" -> wildcard v4/v6
2199 wildcard = 1;
2205 wildcard = 1;
2210 debug3("channel_setup_fwd_listener: type %d wildcard %d addr %s",
2211 type, wildcard, (addr == NULL) ? "NULL" : addr);
2219 hints.ai_flags = wildcard
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpd.c6725 static char *wildcard = NULL; local
6761 wildcard = NULL;
6764 wildcard = strdup("*");
6765 if (wildcard == NULL) {
6769 whichfiles = wildcard;
6776 wildcard = malloc(strlen(whichfiles) + 3);
6777 if (wildcard == NULL) {
6781 strcpy(wildcard, whichfiles);
6782 strcat(wildcard, "/*");
6783 whichfiles = wildcard;
[all...]
/opensolaris-onvv-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)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL779 File name matches specified GLOB wildcard pattern. GLOB may need to be

Completed in 237 milliseconds