/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_009_neg.ksh | 51 typeset exclude 56 exclude=`eval echo \"'(${KEEP})'\"` 61 if [[ -n $exclude ]]; then 62 echo "$pool_name" | egrep -v "$exclude" > /dev/null 2>&1
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | listopts.c | 70 int exclude = FALSE; local 76 if (name != NULL && *name == '!') { /* exclude from set */ 77 exclude = TRUE; 92 if (*name == '!') { /* exclude remainder from set */ 93 exclude = TRUE; 270 if (exclude) { 291 if (exclude) { 318 int exclude = FALSE; local 325 if (name != NULL && *name == '!') { /* exclude from set */ 326 exclude 392 int exclude = FALSE; local 468 int exclude = FALSE; local [all...] |
H A D | ramdata.h | 253 char exclude_lib; /* if true, exclude these libraries */ 254 char exclude; /* if true, exclude these functions */ member in struct:dynpat
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_paths.pl | 73 my ($keywords, @exclude); 113 # check if the given path is on the 'exclude' list 115 foreach my $pat (@exclude) { 182 # compile the 'exclude' regexps 183 @exclude = map qr/$_/x, @opt_e;
|
H A D | validate_flg.pl | 31 use vars qw/$f_flg *name *dir @execlist $basedir @opt_e @exclude/; 54 foreach my $pat (@exclude) { 164 # compile the 'exclude' regexps 165 @exclude = map qr/$_/x, @opt_e;
|
H A D | git-pbchk.py | 183 def gen_files(root, parent, paths, exclude): 186 requested), and excluding files for which exclude returns a true value """ 212 if (os.path.exists(f) and not empty and select(f) and not exclude(f)): 327 exclude = not_check(root, cmd.func_name) 328 result = cmd(root, parent, gen_files(root, parent, paths, exclude),
|
H A D | xref.mk | 40 # XRDEL: The list of additional filename globs to exclude.
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | synch.c | 218 file_has_potential(char *fmri, int exclude) argument 223 int good = exclude ? B_FALSE : B_TRUE; 241 * Returns 0 if not, 1 if it is, or 2 if it is an optional or exclude 246 inst_has_potential(scf_instance_t *inst, int enabled, int optional, int exclude) argument 251 return ((optional || exclude) ? 2 : 0); 274 return ((optional || exclude) ? 2 : 0); 280 if (exclude) 297 fmri_has_potential(char *fmri, int isfile, int optional, int exclude, argument 303 int good = exclude ? B_FALSE : B_TRUE; 308 assert(!optional || !exclude); 411 eval_all(scf_iter_t *iter, char *value, size_t value_sz, int isfile, int optional, int exclude) argument [all...] |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_names/ |
H A D | pool_names_002_neg.ksh | 66 typeset exclude=`eval echo \"'(${KEEP})'\"` 68 egrep -v "$exclude" | \
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | opts.h | 69 void opts_print(struct opts *opts, FILE *stream, char *exclude);
|
H A D | opts.c | 441 char *exclude; member in struct:printerinfo 452 char *ep = pip->exclude; 492 * opts_print -- print options to stream, leaving out those in "exclude" 495 opts_print(struct opts *opts, FILE *stream, char *exclude) argument 502 pi.exclude = exclude;
|
/illumos-gate/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 251 if pats or opts.get('include') or opts.get('exclude'): 373 exclude = not_check(repo, 'cddlchk') 382 elif (e or opts.get('honour_nots')) and exclude(f): 407 exclude = not_check(repo, 'manlint') 420 elif (e or opts.get('honour_nots')) and exclude(f): 443 exclude = not_check(repo, 'mapfilechk') 466 elif (e or opts.get('honour_nots')) and exclude(f): 492 exclude = not_check(repo, 'copyright') 500 elif (e or opts.get('honour_nots')) and exclude(f): 524 exclude [all...] |
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
H A D | LocalityDomain.java | 161 * @param exclude Set of groups to be excluded. 167 public Set foreignGroups(Set exclude, List cpus) throws PoolsException argument 175 if (group != null && exclude.contains(group) == false)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_all_001_pos.ksh | 200 typeset exclude=`eval echo \"'(${KEEP})'\"` 202 | egrep -v "$exclude" | grep -v $TESTPOOL); do
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 355 static const char *exclude = NULL; local 364 exclude = getenv("__ZFS_POOL_EXCLUDE"); 368 if (exclude != NULL) { 369 cur = exclude;
|
H A D | libzfs_sendrecv.c | 1193 boolean_t exclude = B_FALSE; local 1241 exclude = !nvlist_exists(snapprops, "is_clone_origin"); 1243 exclude = B_TRUE; 1251 if (exclude || (sdd->filter_cb != NULL &&
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 855 goto exclude; 861 goto exclude; 866 goto exclude; 869 goto exclude; 874 goto exclude; 879 goto exclude; 882 goto exclude; 887 goto exclude; 891 goto exclude; 895 goto exclude; [all...] |
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 2060 goto exclude; 2064 goto exclude; 2069 goto exclude; 2072 goto exclude; 2076 goto exclude; 2081 goto exclude; 2087 goto exclude; 2091 goto exclude; 2097 goto exclude; 2101 goto exclude; [all...] |
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | disptmpl.c | 394 int exclude, unsigned long syntaxmask ) 430 if (( exclude && 432 ( !exclude && 393 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned long syntaxmask ) argument
|
H A D | llib-lldap | 421 char **ldap_tmplattrs(struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned long syntaxmask);
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | disptmpl.h | 307 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude,
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_nic.c | 409 char *exclude[SMB_PI_MAX_NETWORKS]; local 431 exclude, SMB_PI_MAX_NETWORKS); 458 (const char **)exclude, nexclude))
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | arrays.sh | 479 FILTER[1].scope=exclude
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 2037 char *exclude; local 2101 exclude = sa_get_share_attr(share, "exclude"); 2102 if (exclude != NULL) { 2104 exclude); 2105 sa_free_attr_string(exclude);
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 979 ldap_tmplattrs(struct ldap_disptmpl *tmpl, char **includeattrs, int exclude,
|