Searched refs:ignore (Results 1 - 25 of 81) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Dusbftdi.conf34 # file makes the default for the driver to ignore the state of the
38 # Note that 'ignore-cd' applies to all ports supported by the driver
39 # while the 'port-N-ignore-cd' applies only to port N
42 ignore-cd=1;
/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;
98 $ignore = ($2 =~ /$keywords/) if defined $keywords;
99 ($ignore = 0, next) if $ignore;
101 ($ignore = 0, next) if $ignore;
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c44 int ignore = OFF; /* what we do with FATAL errors */ variable
H A Dext.h40 extern int ignore; /* what we do with FATAL errors */
/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/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/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/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d37 ignore = $1;
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dgetname.c31 #define isignore(c) (strchr(ignore, c) != NULL)
76 * You tell getname() which characters to ignore before storing them
85 getname(name, namelen, ignore, sep, linep, com)
88 char *ignore;
/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/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/mailx/
H A Dcmd2.c64 #define S_NOIGNORE 8 /* don't do ignore processing */
613 register struct ignore *igp;
625 if ((igp = (struct ignore *)
626 calloc(1, sizeof (struct ignore))) == NULL) {
648 struct ignore *igp;
679 register struct ignore *ig1, *ig2;
726 register struct ignore *igp;
736 if ((igp = (struct ignore *)
737 calloc(1, sizeof (struct ignore))) == NULL) {
746 igp->i_link = ignore[
[all...]
H A Dinit.c82 struct ignore *ignore[HSHSIZE];/* Pointer to ignored fields */ variable in typeref:struct:ignore
128 struct ignore *retain[HSHSIZE];/* Pointer to retained fields */
/illumos-gate/usr/src/boot/lib/libstand/sparc64/
H A D_setjmp.S51 .register %g2,#ignore
52 .register %g3,#ignore
/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/sgs/unifdef/common/
H A Dunifdef.c58 char ignore[MAXSYMS]; variable
126 ignore[nsyms] = ignorethis;
181 int reject; /* 0 or 1: pass thru; 1 or 2: ignore comments */
240 reject = ignore[cursym] ? 1 : 2;
243 if (ignore[cursym])
267 reject = ignore[thissym] ? 1 : 2;
270 if (!ignore[thissym]) {
284 if (!ignore[thissym]) {
/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/lib/libpp/common/
H A Dppargs.c104 " \afile\a, or ignore the default definitions if \afile\a"
109 " [+-I-I\aheader\a, \bpp::ignore\b \aheader\a?Add \aheader\a to the"
477 goto ignore;
482 goto ignore;
489 goto ignore;
499 goto ignore;
510 goto ignore;
531 goto ignore;
536 goto ignore;
572 * ignore unknow
[all...]
/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/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/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/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/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh75 this->ignore = stringof(curpsinfo->pr_psargs); \
/illumos-gate/usr/src/cmd/filesync/
H A DMakefile27 OBJS= action.o anal.o base.o debug.o files.o ignore.o main.o recon.o rename.o rules.o acls.o eval.o
/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) {

Completed in 98 milliseconds

1234