/illumos-gate/usr/src/lib/libadm/common/ |
H A D | pkgnmchk.c | 55 valname(char *pkg, int wild) in valname() argument 61 if (wild && (strcmp(pkg, "all") == 0)) in valname() 80 if (!wild) in valname()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | io.c | 75 static int geti64(char *str, uint64_t *iptr, uint64_t *wild); 244 geti(char *str, int *iptr, int *wild) in geti() argument 252 if (wild != NULL && strcmp(str, WILD_STRING) == 0) in geti() 253 *iptr = *wild; in geti() 277 geti64(char *str, uint64_t *iptr, uint64_t *wild) in geti64() argument 285 if ((wild != NULL) && (strcmp(str, WILD_STRING)) == 0) { in geti64() 286 *iptr = *wild; in geti64() 318 int wild; in getbn() local 366 wild = ncyl + acyl - 1; in getbn() 367 if (geti(buf, &cyl, &wild)) in getbn() [all …]
|
H A D | io.h | 105 int geti(char *str, int *iptr, int *wild);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmprivate.c | 105 if(bp == vd->wild) 106 vd->wild = NIL(Block_t*); 168 if((tp = vd->wild) && (seg = SEG(tp)) != vd->seg) 178 vd->wild = NIL(Block_t*);
|
H A D | vmbest.c | 94 if(b == vd->wild) 420 if(np == vd->wild) 421 vd->wild = NIL(Block_t*); 450 { vd->wild = fp; 547 if(bp == vd->wild) 567 vd->wild = NIL(Block_t*); 667 if((tp = vd->wild) && SIZE(tp) >= size) 669 vd->wild = NIL(Block_t*); 698 vd->wild = np; 826 if(vd->wild && SIZE(vd->wild) >= COMPACT*vd->incr) [all …]
|
H A D | vmopen.c | 118 vd->free = vd->wild = NIL(Block_t*); 156 else vd->wild = bp;
|
H A D | vmclear.c | 48 vd->free = vd->wild = NIL(Block_t*);
|
H A D | vmhdr.h | 312 Block_t* wild; /* wilderness block */ member
|
/illumos-gate/usr/src/lib/nsswitch/nis/common/ |
H A D | getnetgrent.c | 722 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/libc/port/gen/ |
H A D | getut.c | 458 int wild; /* flag, true iff wild card char seen */ in _compat_makeut() local 463 wild = 0; in _compat_makeut() 466 wild = 1; in _compat_makeut() 470 if (wild) { in _compat_makeut()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | devpolicy.c | 457 int len, wild; in devpolicy_load() local 462 wild = len > 0 && in devpolicy_load() 468 wild && strchr(tmp + 1, '*') != NULL) { in devpolicy_load() 475 } else if (lastmajor > curmaj || lastwild > wild || in devpolicy_load() 481 lastwild = wild; in devpolicy_load()
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | expand.c | 351 int wild; /* True if the path contains any wildcards */ in ef_expand_file() local 388 for(wild=0,pptr=path; !wild && *pptr; pptr++) { in ef_expand_file() 395 wild = 1; in ef_expand_file() 403 if(!wild) { in ef_expand_file()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 576 smbfs_smb_findopen(struct smbnode *dnp, const char *wild, int wlen, in smbfs_smb_findopen() argument 593 error = smbfs_xa_findopen(ctx, dnp, wild, wlen); in smbfs_smb_findopen() 598 error = smbfs_smb2_findopen(ctx, dnp, wild, wlen, attr); in smbfs_smb_findopen() 600 error = smbfs_smb_findopenLM2(ctx, dnp, wild, wlen, attr); in smbfs_smb_findopen()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | ppm_xgsubr.c | 213 char *wild; in ppm_create_db() local 259 if (wild = strchr(new->name, '*')) in ppm_create_db() 260 new->plen = (wild - new->name); in ppm_create_db()
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lauxlib.c | 761 const char *wild; in luaL_gsub() local 765 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub() 766 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub() 768 s = wild + l; /* continue after `p' */ in luaL_gsub()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_pfc.h | 198 uint32_t wild; /* 63:32 */ member 202 uint32_t wild; /* 63:32 */
|
H A D | hxge_pfc.c | 196 mask->wild = 0xffffffff; in hxge_tcam_default_add_entry()
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | README | 62 specified, explicitly, implicitly, or with wild cards. 109 wild cards for files or directories to be included 112 wild cards for file names to be ignored 255 wild cards and embedded environment variables.
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | FAQ | 62 ancient C. It's open source, after all. Go wild.
|
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/ |
H A D | libzfs_input_check.c | 129 #define IOC_INPUT_TEST_IMPL(ioc, name, req, opt, err, wild) \ argument 133 (void) lzc_ioctl_test(ioc, name, req, opt, err, wild); \
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | README.illumos | 40 been issues seen with it in the wild and thus we opt to disable it by default
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/ |
H A D | alias | 27 # to support common encodings used in the wild.
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 1265 #define SET_EXP_MINMAX(type, wild, alg, min, max, ipss) \ in ipsec_act_wildcard_expand() argument 1266 if (wild) { \ in ipsec_act_wildcard_expand() 1304 #define WHICH_ALG(type, wild, idx, ipss) \ in ipsec_act_wildcard_expand() argument 1305 ((wild)?(ipss->ipsec_sortlist[type][idx]):(idx)) in ipsec_act_wildcard_expand()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 905 #define WHICH_ALG(type, wild, idx) ((wild)?(known_algs[type][idx].id):(idx)) in ips_act_wild_props_to_action() argument
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | europe | 2540 # lists found in the internet are quite wild.) 3127 # Make a wild guess that it switched to Vladivostok time in 2004.
|