Symbol: ignore
crypto/openssh/progressmeter.c
241
sig_alarm(int ignore)
games/atc/input.c
117
static const char *ignore(int);
games/atc/input.c
127
{ 'i', 7, " ignore", ignore },
games/larn/header.h
511
void ignore(void);
games/larn/moreobj.c
106
ignore();
games/larn/moreobj.c
176
ignore();
games/larn/moreobj.c
205
ignore();
games/larn/moreobj.c
270
ignore();
games/larn/moreobj.c
319
ignore();
games/larn/object.c
1146
ignore();
games/larn/object.c
1196
ignore();
games/larn/object.c
231
ignore();
games/larn/object.c
250
ignore();
games/larn/object.c
309
ignore();
games/larn/object.c
321
ignore();
games/larn/object.c
360
ignore();
games/larn/object.c
541
ignore();
games/larn/object.c
655
ignore();
games/larn/object.c
865
ignore();
libexec/ypxfr/ypxfr_main.c
382
int ignore = 0;
libexec/ypxfr/ypxfr_main.c
393
ignore++;
libexec/ypxfr/ypxfr_main.c
401
if (!ignore && ypxfr_order <= (unsigned)atoi(data.data))
sbin/vinum/v.c
251
catchsig(int ignore)
sbin/vinum/vext.h
58
void catchsig(int ignore) __dead2;
sys/dev/drm/i915/intel_drv.h
2122
int ignore);
sys/dev/drm/i915/intel_pm.c
5118
int ignore)
sys/dev/drm/i915/intel_pm.c
5123
if (pipe != ignore && entries[pipe] &&
sys/dev/netif/iwm/if_iwmreg.h
1180
uint64_t ignore;
sys/net/route.c
236
_rtlookup(struct sockaddr *dst, u_long ignore)
sys/net/route.c
256
if ((rt->rt_flags & ~ignore & (RTF_CLONING | RTF_PRCLONING)) != 0) {
test/stress/stress2/testcases/syscall/syscall.c
45
static int ignore[] = {
test/stress/stress2/testcases/syscall/syscall.c
80
for (i = 0; i < sizeof(ignore) / sizeof(ignore[0]); i++)
test/stress/stress2/testcases/syscall/syscall.c
81
if (num == ignore[i]) {
test/stress/stress2/testcases/syscall/syscall.c
89
for (i = 0; i < sizeof(ignore) / sizeof(ignore[0]); i++)
test/stress/stress2/testcases/syscall/syscall.c
90
if (num == ignore[i]) {
usr.bin/dsynth/build.c
2932
if ((pkg->flags & PKGF_NOBUILD_I) && pkg->ignore)
usr.bin/dsynth/build.c
2933
asprintf(&reason, "%s ", pkg->ignore);
usr.bin/dsynth/build.c
632
if (pkg->ignore) {
usr.bin/dsynth/dsynth.h
149
char *ignore; /* IGNORE (also covers BROKEN) */
usr.bin/dsynth/pkglist.c
1069
pkg->ignore = strdup_or_null(ptr);
usr.bin/dsynth/pkglist.c
1394
freestrp(&pkg->ignore);
usr.bin/mail/cmd1.c
317
sendmessage(mp, obuf, doign ? ignore : 0, NULL);
usr.bin/mail/cmd2.c
147
save1(char *str, int mark, const char *cmd, struct ignoretab *ignore)
usr.bin/mail/cmd2.c
183
if (sendmessage(mp, obuf, ignore, NULL) < 0) {
usr.bin/mail/cmd2.c
406
return (ignore1(list, ignore + 1, "retained"));
usr.bin/mail/cmd2.c
416
return (ignore1(list, ignore, "ignored"));
usr.bin/mail/cmd2.c
436
struct ignore *igp;
usr.bin/mail/cmd2.c
446
igp = calloc(1, sizeof(struct ignore));
usr.bin/mail/cmd2.c
464
struct ignore *igp;
usr.bin/mail/collect.c
627
ig = isupper((unsigned char)f) ? NULL : ignore;
usr.bin/mail/def.h
225
struct ignore *i_link; /* Next ignored field in bucket */
usr.bin/mail/glob.h
73
EXTERN struct ignoretab ignore[2]; /* ignored and retained fields
usr.bin/mail/util.c
563
isign(const char *field, struct ignoretab ignore[2])
usr.bin/mail/util.c
567
if (ignore == ignoreall)
usr.bin/mail/util.c
574
if (ignore[1].i_count > 0)
usr.bin/mail/util.c
575
return (!member(realfld, ignore + 1));
usr.bin/mail/util.c
577
return (member(realfld, ignore));
usr.bin/mail/util.c
583
struct ignore *igp;
usr.bin/unifdef/unifdef.c
1427
ignore[symind] = ignorethis;
usr.bin/unifdef/unifdef.c
167
static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */
usr.bin/unifdef/unifdef.c
810
if (ignore[cursym])
usr.bin/usbhidaction/usbhidaction.c
112
ignore++;
usr.bin/usbhidaction/usbhidaction.c
156
commands = parse_conf(conf, repd, reportid, ignore);
usr.bin/usbhidaction/usbhidaction.c
244
parse_conf(conf, repd, reportid, ignore);
usr.bin/usbhidaction/usbhidaction.c
277
parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore)
usr.bin/usbhidaction/usbhidaction.c
428
if (ignore) {
usr.bin/usbhidaction/usbhidaction.c
90
int demon, ignore, dieearly;
usr.bin/usbhidaction/usbhidaction.c
98
ignore = 0;
usr.bin/xstr/xstr.c
140
ignore(unlink(strings));
usr.bin/xstr/xstr.c
306
ignore(hashit(buf, 0));
usr.bin/xstr/xstr.c
308
ignore(fclose(mesgread));
usr.bin/xstr/xstr.c
389
ignore(fwrite(hp->hstr, strlen(hp->hstr) + 1, 1, mesgwrit));
usr.bin/xstr/xstr.c
458
ignore(fclose(xdotcf));
usr.bin/xstr/xstr.c
459
ignore(fclose(strf));
usr.bin/xstr/xstr.c
485
ignore(signal(SIGINT, SIG_IGN));
usr.bin/xstr/xstr.c
487
ignore(unlink(strings));
usr.bin/xstr/xstr.c
488
ignore(unlink("x.c"));
usr.bin/xstr/xstr.c
489
ignore(unlink("xs.c"));
usr.sbin/route6d/route6d.c
2019
int advert, ignore, i;
usr.sbin/route6d/route6d.c
2033
advert = ignore = 0;
usr.sbin/route6d/route6d.c
2060
ignore |= P2PADVERT_NETWORK;
usr.sbin/route6d/route6d.c
2083
ignore |= P2PADVERT_NETWORK;
usr.sbin/route6d/route6d.c
2091
if ((ignore & i) != 0)