Searched defs:ignore (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py24 Process our ignore/exception_list file format.
40 '''Read an ignore file and return an array of regular expressions
70 def ignore(root, ignorefiles): function
71 # If we aren't provided any ignore files, we'll never ignore
80 # If the ignore files contained no patterns, we'll never ignore
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dpiglatin.c46 int ic, ignore = 0, word = 0; local
58 ignore = 1;
63 if (isspace(ic) || (ispunct(ic) && ((ignore == 0) ||
81 if ((ignore == 0) && ((cb - buffer) > 1)) {
111 word = ignore = 0;
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c44 int ignore = OFF; /* what we do with FATAL errors */ variable
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchmod.c72 "\b--ignore-umask\b option is specified.]"
112 "[i:ignore-umask?Ignore the \bumask\b(2) value in symbolic mode "
163 int ignore = 0; local
194 ignore = 1;
236 if (ignore)
237 ignore = umask(0);
246 if (ignore)
247 umask(ignore);
258 if (ignore)
259 umask(ignore);
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsystem.c57 static struct sigaction ignore = {0, {SIG_IGN}, {0}}; variable in typeref:struct:sigaction
216 (void) sigaction(SIGINT, &ignore, &sys_ibuf);
217 (void) sigaction(SIGQUIT, &ignore, &sys_qbuf);
/illumos-gate/usr/src/cmd/spell/
H A Dspellin.c48 static int ignore; variable
135 ignore++;
138 ignore++;
155 argv[0], count, ignore, extra, wp);
156 count -= ignore;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c311 sigalrm(int ignore) argument
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh405 function ignore function
411 ignore
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c183 void *ignore,
182 client_create_vers_retry(char *hostname, void *ignore, struct timeval *tout ) argument
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c62 static int ignore(char *);
286 /* ignore non "nfs" and the "ignore" entries */
289 (ignore(fsmnt_list->mntopts))) {
459 * ignore - Checks for the ignore mount option in the mount opts string.
460 * Returns 1 if the ignore option is found and 0 if not.
463 ignore(char *opts) function
485 } /* ignore */
/illumos-gate/usr/src/lib/libtnfctl/
H A Dinternal.c55 static int inprocess_read(void *ignore,
57 static int inprocess_write(void *ignore,
59 static pid_t inprocess_getpid(void *ignore);
135 inprocess_read(void *ignore, uintptr_t addr, void *buf, size_t size) argument
150 inprocess_write(void *ignore, uintptr_t addr, void *buf, size_t size) argument
165 inprocess_getpid(void *ignore) argument
/illumos-gate/usr/src/cmd/vi/misc/
H A Dxstr.c57 #define ignore(a) Ignore((char *) a) macro
274 ignore(hashit(buf, 0));
276 ignore(fclose(mesgread));
356 ignore(fwrite(hp->hstr, strlen(hp->hstr) + 1,
365 ignore(fclose(mesgwrit));
430 ignore(fclose(xdotcf));
431 ignore(fclose(strf));
482 ignore(unlink("x.c"));
483 ignore(unlink("xs.c"));
490 ignore(unlin
[all...]
/illumos-gate/usr/src/cmd/news/
H A Dnews.c68 char *ignore[] = { variable
197 p = ignore;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c24 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */
25 #define NOGLOB 2 /* in ignore, it means not to globone */
110 exp0(tchar ***vp, bool ignore) argument
112 int p1 = exp1(vp, ignore);
124 p2 = exp0(vp, (ignore&IGNORE) || p1);
134 exp1(tchar ***vp, bool ignore) argument
136 int p1 = exp2(vp, ignore);
148 p2 = exp1(vp, (ignore&IGNORE) || !p1);
158 exp2(tchar ***vp, bool ignore) argument
182 exp2a(tchar ***vp, bool ignore) argument
206 exp2b(tchar ***vp, bool ignore) argument
230 exp2c(tchar ***vp, bool ignore) argument
277 exp3(tchar ***vp, bool ignore) argument
322 exp3a(tchar ***vp, bool ignore) argument
353 exp4(tchar ***vp, bool ignore) argument
389 exp5(tchar ***vp, bool ignore) argument
435 exp6(tchar ***vp, bool ignore) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Daudit.c139 uint_t flags, Boolean ignore)
150 if (ignore)
138 Dbg_audit_objopen(Lm_list *lml, int call, const char *lib, const char *obj, uint_t flags, Boolean ignore) argument
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c86 struct sigaction cbuf, ibuf, qbuf, ignore, dfl; local
140 (void) memset(&ignore, 0, sizeof (ignore));
141 ignore.sa_handler = SIG_IGN;
142 (void) sigaction(SIGINT, &ignore, &ibuf);
143 (void) sigaction(SIGQUIT, &ignore, &qbuf);
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_drv.c235 int ignore = 0, rc = DDI_FAILURE; local
252 ignore = 1;
257 if ((ignore = fipe_validate_dip(dip)) != 0) {
298 if (ignore == 0 && rc != DDI_SUCCESS) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c120 int ignore = OFF; /* what's done for FATAL errors */ variable
210 if ( kind == FATAL && ignore == OFF ) {
306 case 'I': /* ignore FATAL errors */
307 ignore = ON;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_disasm.c160 print_dis(mdb_var_t *v, void *ignore) argument
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c292 int stflag, ignore, changed, mrg_result; local
294 ignore = changed = 0;
398 ignore++;
419 ignore++;
428 if (!el_ent->mstat.contchg && !ignore) {
459 if (!ignore && el_ent->mstat.contchg) {
463 } else if (!ignore && el_ent->mstat.attrchg) {
467 } else if (!ignore && el_ent->mstat.shared) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c502 * if forcibly unmounted; ignore
1132 ufs_thread_hlock(void *ignore) argument
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c667 cpupart_movable_thread(kthread_id_t tp, cpupart_t *cp, int ignore) argument
677 if (!ignore) {
692 * Move thread to new partition. If ignore is non-zero, then CPU
697 cpupart_move_thread(kthread_id_t tp, cpupart_t *newpp, int ignore, argument
715 if ((ret = cpupart_movable_thread(tp, newpp, ignore)) != 0) {
786 * acquired before p_lock). If ignore is non-zero, then CPU bindings
790 cpupart_bind_thread(kthread_id_t tp, psetid_t psid, int ignore, void *projbuf, argument
808 return (cpupart_move_thread(tp, newpp, ignore, projbuf, zonebuf));
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c949 FORM * ignore,
953 _list_alert (ignore, palert)
954 FORM * ignore;
991 FILE * ignore,
995 any_alert (form, ignore, p_new_alert)
997 FILE * ignore;
948 _list_alert( FORM * ignore, FALERT * palert ) argument
989 any_alert( char * form, FILE * ignore, FALERT * p_new_alert ) argument
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_ev.c458 boolean_t ignore = B_FALSE; local
478 * Lookout for payload queue ran dry errors and ignore them.
490 ignore = B_TRUE;
537 return (ignore);
558 boolean_t ignore; local
636 ignore = siena_ev_rx_not_ok(eep, eqp, label, id, &flags);
637 if (ignore) {
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c237 boolean_t ignore; local
260 ignore = B_FALSE;
297 * supported. We just discard/ignore the rate.
301 ignore = B_TRUE;
308 if (ignore) {
323 if (!ignore)
897 /* ignore and retry scan on timeout */

Completed in 133 milliseconds

12