Searched refs:ign (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/libc/stdlib/
H A Dsystem.c65 struct sigaction ign, intact, quitact; local
98 memset(&ign, 0, sizeof(ign));
99 ign.sa_handler = SIG_IGN;
100 (void)sigemptyset(&ign.sa_mask);
101 (void)__libc_sigaction(SIGINT, &ign, &intact);
102 (void)__libc_sigaction(SIGQUIT, &ign, &quitact);
/freebsd-12-stable/sys/sparc64/include/
H A Dbus_common.h69 #define INTMAP_VEC(ign, ino) \
70 ((((ign) << INTMAP_IGN_SHIFT) & INTMAP_IGN_MASK) | \
/freebsd-12-stable/usr.bin/du/
H A Ddu.c521 struct ignentry *ign; local
523 ign = calloc(1, sizeof(*ign));
524 if (ign == NULL)
526 ign->mask = strdup(mask);
527 if (ign->mask == NULL)
529 SLIST_INSERT_HEAD(&ignores, ign, next);
535 struct ignentry *ign; local
538 ign = SLIST_FIRST(&ignores);
540 free(ign
548 struct ignentry *ign; local
[all...]
/freebsd-12-stable/sys/sparc64/sbus/
H A Dsbusvar.h120 SBUS_ACCESSOR(ign, IGN, int)
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dt_pkey.c46 unsigned char *ign, int indent)
45 ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *ign, int indent) argument
/freebsd-12-stable/bin/pax/
H A Dfile_subs.c258 * try to make a hard link between two files. if ign set, we do not
263 * 1 when ign was set to indicates we could not make the link but we
270 int ign)
300 if (!ign) {
319 if (!ign) {
345 int ign = 0; local
363 if (ign)
413 if ((ign = unlnk_exist(arcn->name, arcn->type)) < 0)
626 * When ign is zero, only those times the user has asked for are set, the
269 mk_link(char *to, struct stat *to_sb, char *from, int ign) argument
/freebsd-12-stable/contrib/gdb/gdb/
H A Dstandalone.c281 fprintf (int ign, int a1, int a2, int a3, int a4, int a5, int a6, int a7,
296 fputc (int c, int ign)
313 fflush (int ign)
278 fprintf(int ign, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8, int a9) argument
293 fputc(int c, int ign) argument
310 fflush(int ign) argument
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dnexus.c530 uint32_t ign; local
568 "upa-portid" : "portid", &ign, sizeof(ign)) <= 0) {
576 ign = (ign << INTMAP_IGN_SHIFT) & INTMAP_IGN_MASK;
578 intr[i] |= ign;
/freebsd-12-stable/sbin/devd/
H A Ddevd.cc231 struct sigaction ign, intact, quitact; local
241 ign.sa_handler = SIG_IGN;
242 ::sigemptyset(&ign.sa_mask);
243 ign.sa_flags = 0;
244 ::sigaction(SIGINT, &ign, &intact);
245 ::sigaction(SIGQUIT, &ign, &quitact);

Completed in 147 milliseconds