HomeSort by: relevance | last modified time | path
    Searched defs:ignore (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
job-flags.mk 4 # like .SILENT or .IGNORE, as well as the command line options -s or -i.
8 all: silent .WAIT ignore .WAIT ignore-cmds
16 ignore: .IGNORE .PHONY target
22 ignore-cmds: .PHONY
23 # This node is not marked .IGNORE; individual commands can be switched
24 # to ignore mode by prefixing them with a '-'.
job-flags.mk 4 # like .SILENT or .IGNORE, as well as the command line options -s or -i.
8 all: silent .WAIT ignore .WAIT ignore-cmds
16 ignore: .IGNORE .PHONY target
22 ignore-cmds: .PHONY
23 # This node is not marked .IGNORE; individual commands can be switched
24 # to ignore mode by prefixing them with a '-'.
depsrc-ignore.mk 1 # $NetBSD: depsrc-ignore.mk,v 1.5 2020/11/15 20:20:58 rillig Exp $
3 # Tests for the special source .IGNORE in dependency declarations,
6 # Even though 'ignore-errors' fails, 'all' is still made. Since 'all' is
7 # not marked with .IGNORE, it stops at the first failing command.
11 # ignore-errors". This is due to stdout being buffered.
34 # "ignore-errors begin"
36 # "false ignore-errors"
42 # "ignore-errors end"
56 all: ignore-errors
58 ignore-errors: .IGNOR
    [all...]
depsrc-ignore.mk 1 # $NetBSD: depsrc-ignore.mk,v 1.5 2020/11/15 20:20:58 rillig Exp $
3 # Tests for the special source .IGNORE in dependency declarations,
6 # Even though 'ignore-errors' fails, 'all' is still made. Since 'all' is
7 # not marked with .IGNORE, it stops at the first failing command.
11 # ignore-errors". This is due to stdout being buffered.
34 # "ignore-errors begin"
36 # "false ignore-errors"
42 # "ignore-errors end"
56 all: ignore-errors
58 ignore-errors: .IGNOR
    [all...]
  /src/usr.bin/base64/
base64.c 129 b64_decode(FILE *fout, FILE *fin, bool ignore)
139 if (ignore && isspace(c))
186 if (ignore && isspace(c))
195 if (ignore && isspace(c))
222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap)
227 e = b64_decode(fout, fin, ignore);
241 bool ignore = true; local in function:main
247 decode = ignore = true;
253 ignore = true;
265 doit(stdout, stdin, decode, ignore, wrap)
    [all...]
base64.c 129 b64_decode(FILE *fout, FILE *fin, bool ignore)
139 if (ignore && isspace(c))
186 if (ignore && isspace(c))
195 if (ignore && isspace(c))
222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap)
227 e = b64_decode(fout, fin, ignore);
241 bool ignore = true; local in function:main
247 decode = ignore = true;
253 ignore = true;
265 doit(stdout, stdin, decode, ignore, wrap)
    [all...]
  /src/games/larn/
object.c 239 ignore();
258 ignore();
317 ignore();
329 ignore();
369 ignore();
551 ignore();
670 ignore();
880 ignore();
1172 ignore();
1222 ignore();
1337 ignore(void) function in typeref:typename:void
    [all...]
object.c 239 ignore();
258 ignore();
317 ignore();
329 ignore();
369 ignore();
551 ignore();
670 ignore();
880 ignore();
1172 ignore();
1222 ignore();
1337 ignore(void) function in typeref:typename:void
    [all...]
  /src/usr.bin/cvslatest/
cvslatest.c 62 static int ignore = 0; variable in typeref:typename:int
129 if (!ignore)
139 if (!ignore)
145 if (!ignore)
261 ignore++;
cvslatest.c 62 static int ignore = 0; variable in typeref:typename:int
129 if (!ignore)
139 if (!ignore)
145 if (!ignore)
261 ignore++;
  /src/usr.bin/mail/
glob.h 73 EXTERN struct ignoretab ignore[2]; /* ignored and retained fields variable in typeref:struct:ignoretab[2]
74 0 is ignore, 1 is retain */
78 EXTERN struct ignoretab ignoreall[2]; /* special, ignore all headers */
81 EXTERN struct ignoretab forwardtab[2]; /* ignore tab used when forwarding */
glob.h 73 EXTERN struct ignoretab ignore[2]; /* ignored and retained fields variable in typeref:struct:ignoretab[2]
74 0 is ignore, 1 is retain */
78 EXTERN struct ignoretab ignoreall[2]; /* special, ignore all headers */
81 EXTERN struct ignoretab forwardtab[2]; /* ignore tab used when forwarding */
  /src/usr.bin/usbhidaction/
usbhidaction.c 91 int demon, ignore; local in function:main
104 ignore = 0;
114 ignore++;
162 commands = parse_conf(conf, repd, reportid, ignore);
206 parse_conf(conf, repd, reportid, ignore);
237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore)
371 if (ignore) {
373 warnx("ignore item '%s'", name);
usbhidaction.c 91 int demon, ignore; local in function:main
104 ignore = 0;
114 ignore++;
162 commands = parse_conf(conf, repd, reportid, ignore);
206 parse_conf(conf, repd, reportid, ignore);
237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore)
371 if (ignore) {
373 warnx("ignore item '%s'", name);
  /src/usr.bin/vacation/
vacation.c 485 static struct ignore { struct in function:junkmail
488 } ignore[] = { local in function:junkmail
498 struct ignore *cur;
519 for (cur = ignore; cur->name; ++cur)
vacation.c 485 static struct ignore { struct in function:junkmail
488 } ignore[] = { local in function:junkmail
498 struct ignore *cur;
519 for (cur = ignore; cur->name; ++cur)
  /src/sys/net80211/
ieee80211_proto.c 353 int i, j, ignore, error; local in function:ieee80211_fix_rate
370 ignore = 0;
414 * Otherwise we just discard/ignore the rate.
423 ignore++;
430 if (ignore) {
438 if (!ignore) {
1044 /* ignore and retry scan on timeout */
ieee80211_proto.c 353 int i, j, ignore, error; local in function:ieee80211_fix_rate
370 ignore = 0;
414 * Otherwise we just discard/ignore the rate.
423 ignore++;
430 if (ignore) {
438 if (!ignore) {
1044 /* ignore and retry scan on timeout */
  /src/games/atc/
input.c 93 static const char *ignore(int);
146 { 'i', 7, " ignore", ignore },
695 ignore(int c __unused) function in typeref:typename:const char *
698 return ("Cannot ignore planes on the ground");
input.c 93 static const char *ignore(int);
146 { 'i', 7, " ignore", ignore },
695 ignore(int c __unused) function in typeref:typename:const char *
698 return ("Cannot ignore planes on the ground");
  /src/sys/arch/hppa/include/
som.h 92 u_int ignore : 1; member in struct:som_exec_aux
som.h 92 u_int ignore : 1; member in struct:som_exec_aux
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 351 ScopedIgnoreInterceptors ignore; local in function:__tsan::Initialize
tsan_rtl_report.cc 40 ScopedIgnoreInterceptors ignore; local in function:__tsan::TsanCheckFailed
594 ScopedIgnoreInterceptors ignore; local in function:__tsan::ReportRace
  /src/usr.bin/unifdef/
unifdef.c 119 LT_TRUEI, /* a true #if with ignore flag */
120 LT_FALSEI, /* a false #if with ignore flag */
219 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */ variable in typeref:typename:bool[]
236 static bool ignoring[MAXDEPTH]; /* ignore comments state */
387 * ignore state on a stack. In some complicated cases they have to
442 /* ignore comments in this block */
627 if (ignore[cursym])
976 ignore[symind] = ignorethis;

Completed in 36 milliseconds

1 2