Searched refs:ign (Results 1 – 10 of 10) sorted by relevance
| /freebsd/lib/libc/stdlib/ |
| H A D | system.c | 59 struct sigaction ign, intact, quitact; in __libc_system() local 92 memset(&ign, 0, sizeof(ign)); in __libc_system() 93 ign.sa_handler = SIG_IGN; in __libc_system() 94 (void)sigemptyset(&ign.sa_mask); in __libc_system() 95 (void)__libc_sigaction(SIGINT, &ign, &intact); in __libc_system() 96 (void)__libc_sigaction(SIGQUIT, &ign, &quitact); in __libc_system()
|
| /freebsd/usr.bin/du/ |
| H A D | du.c | 499 struct ignentry *ign; in ignoreadd() local 501 ign = calloc(1, sizeof(*ign)); in ignoreadd() 502 if (ign == NULL) in ignoreadd() 504 ign->mask = strdup(mask); in ignoreadd() 505 if (ign->mask == NULL) in ignoreadd() 507 SLIST_INSERT_HEAD(&ignores, ign, next); in ignoreadd() 513 struct ignentry *ign; in ignoreclean() local 516 ign = SLIST_FIRST(&ignores); in ignoreclean() 518 free(ign->mask); in ignoreclean() 519 free(ign); in ignoreclean() [all …]
|
| /freebsd/bin/pax/ |
| H A D | file_subs.c | 262 int ign) in mk_link() argument 292 if (!ign) { in mk_link() 311 if (!ign) { in mk_link() 337 int ign = 0; in node_creat() local 355 if (ign) in node_creat() 405 if ((ign = unlnk_exist(arcn->name, arcn->type)) < 0) in node_creat()
|
| /freebsd/sbin/devd/ |
| H A D | devd.cc | 231 struct sigaction ign, intact, quitact; in my_system() local 241 ign.sa_handler = SIG_IGN; in my_system() 242 ::sigemptyset(&ign.sa_mask); in my_system() 243 ign.sa_flags = 0; in my_system() 244 ::sigaction(SIGINT, &ign, &intact); in my_system() 245 ::sigaction(SIGQUIT, &ign, &quitact); in my_system()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | t_pkey.c | 47 unsigned char *ign, int indent) in ASN1_bn_print() 46 ASN1_bn_print(BIO * bp,const char * number,const BIGNUM * num,unsigned char * ign,int indent) ASN1_bn_print() argument
|
| /freebsd/sys/i386/i386/ |
| H A D | machdep.c | 752 uint64_t lim, ign; in add_physmap_entry() local 771 ign = base + length - lim; in add_physmap_entry() 772 length -= ign; in add_physmap_entry() 775 (u_int)(ign / 1024), (u_int)(lim >> 30), pae_mode, in add_physmap_entry()
|
| /freebsd/contrib/bearssl/src/x509/ |
| H A D | x509_minimal.t0 | 1042 read8 { ign } 1043 ign 7 > if ERR_X509_UNEXPECTED fail then 1047 1 of read8 ign >> ign << endof
|
| /freebsd/contrib/mandoc/ |
| H A D | NEWS | 1265 * Backed out -fno-ign-chars (pointless complexity).
|
| /freebsd/contrib/tzdata/ |
| H A D | europe | 3531 # http://astronomia.ign.es/rknowsys-theme/images/webAstro/paginas/documentos/Anuario/lahoraoficiale…
|
| /freebsd/contrib/bmake/ |
| H A D | ChangeLog | 3462 o reduced realloc'ign in brk_string.
|