Searched refs:exclude (Results 1 - 25 of 31) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dlistopts.c70 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 Dramdata.h253 char exclude_lib; /* if true, exclude these libraries */
254 char exclude; /* if true, exclude these functions */ member in struct:dynpat
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl73 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 Dvalidate_flg.pl31 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;
/opensolaris-onvv-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c218 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...]
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dopts.h69 void opts_print(struct opts *opts, FILE *stream, char *exclude);
H A Dopts.c441 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;
/opensolaris-onvv-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py313 exclude = not_check(repo, 'cddlchk')
322 elif (e or opts.get('honour_nots')) and exclude(f):
344 exclude = not_check(repo, 'mapfilechk')
367 elif (e or opts.get('honour_nots')) and exclude(f):
386 exclude = not_check(repo, 'copyright')
394 elif (e or opts.get('honour_nots')) and exclude(f):
408 exclude = not_check(repo, 'hdrchk')
418 elif (e or opts.get('honour_nots')) and exclude(f):
434 exclude = not_check(repo, 'cstyle')
444 elif (e or opts.get('honour_nots')) and exclude(
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java161 * @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)
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPgcore.c787 goto exclude;
793 goto exclude;
798 goto exclude;
801 goto exclude;
806 goto exclude;
811 goto exclude;
814 goto exclude;
819 goto exclude;
823 goto exclude;
827 goto exclude;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/exec/elf/
H A Delf.c1896 goto exclude;
1900 goto exclude;
1905 goto exclude;
1908 goto exclude;
1912 goto exclude;
1917 goto exclude;
1923 goto exclude;
1927 goto exclude;
1933 goto exclude;
1937 goto exclude;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm333 my ($pack, %exclude);
339 $exclude{$pack."::"} = 1;
342 walksymtable(\%{"main::"}, "xref", sub { !defined($exclude{$_[0]}) });
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c332 * contained inside the "exclude" region.
336 const PedGeometry* exclude)
341 if (ped_geometry_test_sector_inside (exclude, geom->start))
345 if (ped_geometry_test_overlap (clobber_geom, exclude))
346 ped_geometry_set_end (clobber_geom, exclude->start - 1);
335 ped_file_system_clobber_exclude(PedGeometry* geom, const PedGeometry* exclude) argument
H A Ddisk.c297 ped_disk_clobber_exclude (PedDevice* dev, const PedDiskType* exclude) argument
310 if (walk == exclude)
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Ddisptmpl.c408 int exclude, unsigned int syntaxmask )
444 if (( exclude &&
446 ( !exclude &&
407 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned int syntaxmask ) argument
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c394 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 Dllib-lldap421 char **ldap_tmplattrs(struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned long syntaxmask);
/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h307 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude,
/opensolaris-onvv-gate/usr/src/lib/libparted/common/include/parted/
H A Ddisk.h244 const PedDiskType* exclude);
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c406 char *exclude[SMB_PI_MAX_NETWORKS]; local
428 exclude, SMB_PI_MAX_NETWORKS);
455 (const char **)exclude, nexclude))
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Darrays.sh479 FILTER[1].scope=exclude
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1001 boolean_t exclude = B_FALSE; local
1045 exclude = !nvlist_exists(snapprops, "is_clone_origin");
1047 exclude = B_TRUE;
1055 if (exclude || (sdd->filter_cb != NULL &&
/opensolaris-onvv-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c2033 char *exclude; local
2097 exclude = sa_get_share_attr(share, "exclude");
2098 if (exclude != NULL) {
2100 exclude);
2101 sa_free_attr_string(exclude);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm502 Mainly used to exclude RCS, CVS, and SCCS directories from
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap.h1267 char **includeattrs, int exclude, unsigned int syntaxmask);

Completed in 145 milliseconds

12