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

/freebsd-current/lib/libc/stdlib/
H A Dsystem.c59 struct sigaction ign, intact, quitact; local
92 memset(&ign, 0, sizeof(ign));
93 ign.sa_handler = SIG_IGN;
94 (void)sigemptyset(&ign.sa_mask);
95 (void)__libc_sigaction(SIGINT, &ign, &intact);
96 (void)__libc_sigaction(SIGQUIT, &ign, &quitact);
/freebsd-current/usr.bin/du/
H A Ddu.c524 struct ignentry *ign; local
526 ign = calloc(1, sizeof(*ign));
527 if (ign == NULL)
529 ign->mask = strdup(mask);
530 if (ign->mask == NULL)
532 SLIST_INSERT_HEAD(&ignores, ign, next);
538 struct ignentry *ign; local
541 ign = SLIST_FIRST(&ignores);
543 free(ign
551 struct ignentry *ign; local
[all...]
/freebsd-current/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-current/bin/pax/
H A Dfile_subs.c250 * try to make a hard link between two files. if ign set, we do not
255 * 1 when ign was set to indicates we could not make the link but we
262 int ign)
292 if (!ign) {
311 if (!ign) {
337 int ign = 0; local
355 if (ign)
405 if ((ign = unlnk_exist(arcn->name, arcn->type)) < 0)
261 mk_link(char *to, struct stat *to_sb, char *from, int ign) argument
/freebsd-current/sbin/devd/
H A Ddevd.cc229 struct sigaction ign, intact, quitact; local
239 ign.sa_handler = SIG_IGN;
240 ::sigemptyset(&ign.sa_mask);
241 ign.sa_flags = 0;
242 ::sigaction(SIGINT, &ign, &intact);
243 ::sigaction(SIGQUIT, &ign, &quitact);
/freebsd-current/sys/i386/i386/
H A Dmachdep.c752 uint64_t lim, ign; local
771 ign = base + length - lim;
772 length -= ign;
775 (u_int)(ign / 1024), (u_int)(lim >> 30), pae_mode,

Completed in 84 milliseconds