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

/osnet-11/usr/src/lib/libadm/common/
H A Dpkgnmchk.c56 valname(char *pkg, int wild, int presvr4flg) argument
61 /* wild == 1 allow wildcard specification as a name */
62 if (wild && (strcmp(pkg, "all") == 0))
83 if (!wild)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetut.c445 * makeut - create a utmp entry, recycling an id if a wild card is
455 int wild; /* flag, true iff wild card char seen */ local
460 wild = 0;
463 wild = 1;
467 if (wild) {
587 * gets called if a wild card character was specified.
603 * if this character isn't wild, it'll
609 * it's a wild character, retrieve the
640 * the next wild
[all...]
/osnet-11/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);
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h346 Block_t* wild; /* wilderness block */ member in struct:_vmdata_s

Completed in 88 milliseconds