Searched defs:wild (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgnmchk.c55 valname(char *pkg, int wild) argument
60 /* wild == 1 allow wildcard specification as a name */
61 if (wild && (strcmp(pkg, "all") == 0))
80 if (!wild)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c58 #define SC_WILDC 0xff /* wild char for utmp ids */
448 * makeut - create a utmp entry, recycling an id if a wild card is
458 int wild; /* flag, true iff wild card char seen */ local
463 wild = 0;
466 wild = 1;
470 if (wild) {
590 * gets called if a wild card character was specified.
606 * if this character isn't wild, it'll
612 * it's a wild characte
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c95 int wild = 0; local
97 wild = 1;
101 if (!wild) {
158 int wild; local
172 wild = (ppcSC[*piX][j - 1] == '*');
179 * not a wild card). If the path is greater than the rule,
187 if (wild == 0)
197 if (wild == 0) (*piX)++;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c213 char *wild; local
259 if (wild = strchr(new->name, '*'))
260 new->plen = (wild - new->name);
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c722 const char *wild = "*"; local
759 makekey(key, wild, domain);
762 makekey(key, *pname, wild);
765 makekey(key, wild, wild);
774 (void) makekey_lc(key, *pname, wild);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c353 int wild; /* True if the path contains any wildcards */ local
390 for(wild=0,pptr=path; !wild && *pptr; pptr++) {
397 wild = 1;
405 if(!wild) {
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c454 * entries, then the wild card entries, longest first.
457 int len, wild; local
462 wild = len > 0 &&
468 wild && strchr(tmp + 1, '*') != NULL) {
475 } else if (lastmajor > curmaj || lastwild > wild ||
481 lastwild = wild;
491 * or a string/wild card matching a minor node.
/illumos-gate/usr/src/cmd/format/
H A Dio.c79 static int geti64(char *str, uint64_t *iptr, uint64_t *wild);
97 static int geti64(char *str, uint64_t *iptr, uint64_t *wild);
273 geti(str, iptr, wild)
275 int *iptr, *wild;
280 * If there's a wildcard value and the string is wild, return the
283 if (wild != NULL && strcmp(str, WILD_STRING) == 0)
284 *iptr = *wild;
308 geti64(str, iptr, wild)
310 uint64_t *iptr, *wild;
315 * If there's a wildcard value and the string is wild, retur
353 int wild; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c2256 smbfs_smb_findopen(struct smbnode *dnp, const char *wild, int wlen, argument
2271 error = smbfs_xa_findopen(ctx, dnp, wild, wlen);
2276 error = smbfs_smb_findopenLM1(ctx, dnp, wild, wlen, attr);
2278 error = smbfs_smb_findopenLM2(ctx, dnp, wild, wlen, attr);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.h200 uint32_t wild; /* 63:32 */ member in struct:hxge_tcam_spread_S
204 uint32_t wild; /* 63:32 */
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h346 Block_t* wild; /* wilderness block */ member in struct:_vmdata_s

Completed in 92 milliseconds