Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 176) sorted by relevance

12345678

/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl84 my ($ignore, $file, $line);
85 $ignore = 0;
92 $ignore = ($1 =~ /$keywords/) if defined $keywords;
97 ($ignore = 0, next) if $ignore;
99 ($ignore = 0, next) if $ignore;
101 ($ignore = 0, next) if $ignore;
104 $ignore = 0;
114 $ignore = 0;
116 ($ignore = 1, last) if $file =~ /$pat/;
118 if ($ignore == 0) {
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c172 p2 = exp2(vp, ignore); in exp2()
196 p2 = exp2a(vp, ignore); in exp2a()
245 ignore |= NOGLOB; in exp2c()
246 p2 = exp3(vp, ignore); in exp2c()
285 p1 = exp3a(vp, ignore); in exp3()
293 p2 = exp3(vp, ignore); in exp3()
330 p1 = exp4(vp, ignore); in exp3a()
361 p1 = exp5(vp, ignore); in exp4()
397 p1 = exp6(vp, ignore); in exp5()
495 if (ignore&IGNORE) in exp6()
[all …]
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.rc51 # ignore uninteresting headers
55 # ignore headers from news
58 ignore references submitted-by summary
60 # ignore strange headers from other mail systems
61 ignore auto-forward-count auto-forwarded-from email-version
64 ignore transport-options ua-content-id ua-message-id
66 # ignore content headers, but they'll still be saved
67 ignore content-length content-type content-charset
69 # ignore common non-standard headers
70 ignore x-lines x-mailer x-postmark x-sequence x-zippy
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchmod.c172 int ignore = 0; in b_chmod() local
199 ignore = 1; in b_chmod()
247 if (ignore) in b_chmod()
248 ignore = umask(0); in b_chmod()
257 if (ignore) in b_chmod()
258 umask(ignore); in b_chmod()
264 if (ignore) in b_chmod()
265 umask(ignore); in b_chmod()
322 if (ignore) in b_chmod()
323 umask(ignore); in b_chmod()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c613 register struct ignore *igp; in retfield()
625 if ((igp = (struct ignore *) in retfield()
648 struct ignore *igp; in retshow()
726 register struct ignore *igp; in igfield()
746 igp->i_link = ignore[h]; in igfield()
747 ignore[h] = igp; in igfield()
759 struct ignore *igp; in igshow()
803 ig1 = ignore[h]; in unigfield()
811 ignore[h] = NULL; in unigfield()
822 if (ig1 == ignore[h]) in unigfield()
[all …]
H A Dinit.c80 struct ignore *ignore[HSHSIZE];/* Pointer to ignored fields */ variable
126 struct ignore *retain[HSHSIZE];/* Pointer to retained fields */
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dpiglatin.c45 int ic, ignore = 0, word = 0; in main() local
57 ignore = 1; in main()
62 if (isspace(ic) || (ispunct(ic) && ((ignore == 0) || in main()
80 if ((ignore == 0) && ((cb - buffer) > 1)) { in main()
110 word = ignore = 0; in main()
/illumos-gate/usr/src/cmd/spell/
H A Dspellin.c46 static int ignore; variable
133 ignore++; in main()
136 ignore++; in main()
153 argv[0], count, ignore, extra, wp); in main()
154 count -= ignore; in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppargs.c480 goto ignore; in ppargs()
485 goto ignore; in ppargs()
492 goto ignore; in ppargs()
502 goto ignore; in ppargs()
513 goto ignore; in ppargs()
534 goto ignore; in ppargs()
539 goto ignore; in ppargs()
586 ignore: in ppargs()
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c86 struct sigaction cbuf, ibuf, qbuf, ignore, dfl; in system1() local
140 (void) memset(&ignore, 0, sizeof (ignore)); in system1()
141 ignore.sa_handler = SIG_IGN; in system1()
142 (void) sigaction(SIGINT, &ignore, &ibuf); in system1()
143 (void) sigaction(SIGQUIT, &ignore, &qbuf); in system1()
/illumos-gate/usr/src/uts/intel/os/
H A Dbootenv.rc30 setprop ttyd-ignore-cd true
32 setprop ttyc-ignore-cd true
34 setprop ttyb-ignore-cd true
36 setprop ttya-ignore-cd true
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dgetname.c31 #define isignore(c) (strchr(ignore, c) != NULL)
85 getname(name, namelen, ignore, sep, linep, com) in getname() argument
88 char *ignore;
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_frees_param.c31 STATE(ignore);
35 set_state(my_id, sm->name, sm->sym, &ignore); in set_ignore()
47 if (sm && slist_has_state(sm->possible, &ignore)) in freed_variable()
H A Dsmatch_ignore.c21 STATE(ignore);
27 set_state_stree(&ignored, owner, name, sym, &ignore); in add_ignore()
105 set_state_stree_perm(&ignored_from_file, owner, str, NULL, &ignore); in load_ignores()
H A Dcheck_dereferences_param.c31 STATE(ignore);
38 set_state(my_id, sm->name, sm->sym, &ignore); in set_ignore()
72 if (sm && slist_has_state(sm->possible, &ignore)) in check_deref()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h74 extern struct ignore *ignore[]; /* Pointer to ignored fields */
113 extern struct ignore *retain[HSHSIZE]; /* Pointer to retained fields */
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c56 char ignore[MAXSYMS]; variable
124 ignore[nsyms] = ignorethis; in main()
238 reject = ignore[cursym] ? 1 : 2; in doif()
241 if (ignore[cursym]) in doif()
265 reject = ignore[thissym] ? 1 : 2; in doif()
268 if (!ignore[thissym]) { in doif()
282 if (!ignore[thissym]) { in doif()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtest-suite98 check-error-ignore) check_error_ignore=1 ;;
99 check-output-ignore) check_output_ignore=1 ;;
103 check-arch-ignore:) arch=$(uname -m)
356 eval ignore=\$check_${stream}_ignore
357 [ $ignore -eq 1 ] && continue
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsystem.c57 static struct sigaction ignore = {0, {SIG_IGN}, {0}}; variable
216 (void) sigaction(SIGINT, &ignore, &sys_ibuf); in system()
217 (void) sigaction(SIGQUIT, &ignore, &sys_qbuf); in system()
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_drv.c235 int ignore = 0, rc = DDI_FAILURE; in fipe_attach() local
252 ignore = 1; in fipe_attach()
257 if ((ignore = fipe_validate_dip(dip)) != 0) { in fipe_attach()
298 if (ignore == 0 && rc != DDI_SUCCESS) { in fipe_attach()
/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile50 preprobe/10osvendor/20-ignore-fixed-storage.fdi \
51 preprobe/10osvendor/20-ignore-lofi.fdi \
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c292 int stflag, ignore, changed, mrg_result = -1; in do_like_ent() local
294 ignore = changed = 0; in do_like_ent()
398 ignore++; in do_like_ent()
419 ignore++; in do_like_ent()
428 if (!el_ent->mstat.contchg && !ignore) { in do_like_ent()
459 if (!ignore && el_ent->mstat.contchg) { in do_like_ent()
463 } else if (!ignore && el_ent->mstat.attrchg) { in do_like_ent()
467 } else if (!ignore && el_ent->mstat.shared) { in do_like_ent()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DMakefile26 $(PACKAGEROOT)/bin :INSTALLDIR: execrate ignore mamprobe package silent
36 ignore :: ignore.sh target
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc120 int ignore; in execute_parallel() local
188 ignore = 0; in execute_parallel()
199 ignore++; in execute_parallel()
202 if (silent_flag || ignore) { in execute_parallel()
204 ignore + in execute_parallel()
213 if (ignore) { in execute_parallel()
1765 Boolean ignore; in run_rule_commands() local
1789 ignore = false; in run_rule_commands()
1798 ignore = true; in run_rule_commands()
1819 ignore, in run_rule_commands()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c118 int ignore = OFF; /* what's done for FATAL errors */ variable
206 if ( kind == FATAL && ignore == OFF ) { in error()
301 ignore = ON; in options()

12345678