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

/freebsd-11-stable/lib/libc/stdlib/
H A Dsystem.c63 struct sigaction ign, intact, quitact; local
96 memset(&ign, 0, sizeof(ign));
97 ign.sa_handler = SIG_IGN;
98 (void)sigemptyset(&ign.sa_mask);
99 (void)__libc_sigaction(SIGINT, &ign, &intact);
100 (void)__libc_sigaction(SIGQUIT, &ign, &quitact);
/freebsd-11-stable/sys/sparc64/include/
H A Dbus_common.h67 #define INTMAP_VEC(ign, ino) \
68 ((((ign) << INTMAP_IGN_SHIFT) & INTMAP_IGN_MASK) | \
/freebsd-11-stable/usr.bin/du/
H A Ddu.c519 struct ignentry *ign; local
521 ign = calloc(1, sizeof(*ign));
522 if (ign == NULL)
524 ign->mask = strdup(mask);
525 if (ign->mask == NULL)
527 SLIST_INSERT_HEAD(&ignores, ign, next);
533 struct ignentry *ign; local
536 ign = SLIST_FIRST(&ignores);
538 free(ign
546 struct ignentry *ign; local
[all...]
/freebsd-11-stable/sys/sparc64/sbus/
H A Dsbusvar.h118 SBUS_ACCESSOR(ign, IGN, int)
/freebsd-11-stable/contrib/groff/src/include/
H A Dsearch.h52 const char *ign, int trunc);
/freebsd-11-stable/bin/pax/
H A Dfile_subs.c256 * try to make a hard link between two files. if ign set, we do not
261 * 1 when ign was set to indicates we could not make the link but we
268 int ign)
298 if (!ign) {
317 if (!ign) {
343 int ign = 0; local
361 if (ign)
411 if ((ign = unlnk_exist(arcn->name, arcn->type)) < 0)
624 * When ign is zero, only those times the user has asked for are set, the
267 mk_link(char *to, struct stat *to_sb, char *from, int ign) argument
/freebsd-11-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-11-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-11-stable/contrib/groff/src/libs/libbib/
H A Dlinear.cpp361 const char *ign, int trunc)
362 : ignore_fields(ign), truncate_len(trunc), keys(0), nkeys(0)
360 linear_searcher(const char *query, int query_len, const char *ign, int trunc) argument
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc230 struct sigaction ign, intact, quitact; local
240 ign.sa_handler = SIG_IGN;
241 ::sigemptyset(&ign.sa_mask);
242 ign.sa_flags = 0;
243 ::sigaction(SIGINT, &ign, &intact);
244 ::sigaction(SIGQUIT, &ign, &quitact);
/freebsd-11-stable/crypto/openssl/util/pl/
H A DVC-32.pl298 my($objs,$target,$name,$shlib,$ign,$base_addr) = @_;

Completed in 190 milliseconds