/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_paths.pl | 84 my ($ignore, $file, $line); 85 $ignore = 0; 92 $ignore = ($1 =~ /$keywords/) if defined $keywords; 97 ($ignore = 0, next) if $ignore; 98 $ignore = ($2 =~ /$keywords/) if defined $keywords; 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/; [all …]
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.exp.c | 110 exp0(tchar ***vp, bool ignore) in exp0() argument 112 int p1 = exp1(vp, ignore); in exp0() 124 p2 = exp0(vp, (ignore&IGNORE) || p1); in exp0() 134 exp1(tchar ***vp, bool ignore) in exp1() argument 136 int p1 = exp2(vp, ignore); in exp1() 148 p2 = exp1(vp, (ignore&IGNORE) || !p1); in exp1() 158 exp2(tchar ***vp, bool ignore) in exp2() argument 160 int p1 = exp2a(vp, ignore); in exp2() 172 p2 = exp2(vp, ignore); in exp2() 182 exp2a(tchar ***vp, bool ignore) in exp2a() argument [all …]
|
/illumos-gate/usr/src/cmd/mailx/misc/ |
H A D | mailx.rc | 47 # most mail headers are uninteresting to most people. here we ignore all 51 # ignore uninteresting headers 52 ignore apparently-to default-options errors-to in-reply-to precedence priority 53 ignore received reply-to return-path return-receipt-to sender status via 55 # ignore headers from news 56 ignore approved company confirmed-by distribution expires followup-to keywords 57 ignore lines message-id newsgroups organization path posted-date posting-number 58 ignore references submitted-by summary 60 # ignore strange headers from other mail systems 61 ignore auto-forward-count auto-forwarded-from email-version [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | chmod.c | 172 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 D | cmd2.c | 613 register struct ignore *igp; in retfield() 625 if ((igp = (struct ignore *) in retfield() 626 calloc(1, sizeof (struct ignore))) == NULL) { in retfield() 648 struct ignore *igp; in retshow() 679 register struct ignore *ig1, *ig2; in unretfield() 726 register struct ignore *igp; in igfield() 736 if ((igp = (struct ignore *) in igfield() 737 calloc(1, sizeof (struct ignore))) == NULL) { in igfield() 746 igp->i_link = ignore[h]; in igfield() 747 ignore[h] = igp; in igfield() [all …]
|
H A D | init.c | 80 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 D | piglatin.c | 45 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 D | spellin.c | 46 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 D | ppargs.c | 480 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 D | devfsadmd_mod.c | 86 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 D | bootenv.rc | 30 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 D | getname.c | 31 #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 D | check_frees_param.c | 31 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 D | smatch_ignore.c | 21 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 D | check_dereferences_param.c | 31 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 D | glob.h | 74 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 D | unifdef.c | 56 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 D | test-suite | 98 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 D | system.c | 57 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 D | fipe_drv.c | 235 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/svr4pkg/libinst/ |
H A D | pkgdbmerg.c | 292 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/cmd/hal/fdi/ |
H A D | Makefile | 50 preprobe/10osvendor/20-ignore-fixed-storage.fdi \ 51 preprobe/10osvendor/20-ignore-lofi.fdi \
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | parallel.cc | 120 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/contrib/ast/src/cmd/INIT/ |
H A D | Makefile | 26 $(PACKAGEROOT)/bin :INSTALLDIR: execrate ignore mamprobe package silent 36 ignore :: ignore.sh target
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.c | 118 int ignore = OFF; /* what's done for FATAL errors */ variable 206 if ( kind == FATAL && ignore == OFF ) { in error() 301 ignore = ON; in options()
|