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

/freebsd-10-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-10-stable/usr.sbin/pkg_install/info/
H A Dshow.c90 Boolean ign = FALSE; local
105 if (ign) {
107 ign = FALSE;
155 ign = TRUE;
161 ign = TRUE;
227 Boolean ign = FALSE; local
237 if (!ign)
239 ign = FALSE;
252 ign = TRUE;
268 Boolean ign local
[all...]
/freebsd-10-stable/sys/sparc64/include/
H A Dbus_common.h67 #define INTMAP_VEC(ign, ino) \
68 ((((ign) << INTMAP_IGN_SHIFT) & INTMAP_IGN_MASK) | \
/freebsd-10-stable/usr.bin/du/
H A Ddu.c504 struct ignentry *ign; local
506 ign = calloc(1, sizeof(*ign));
507 if (ign == NULL)
509 ign->mask = strdup(mask);
510 if (ign->mask == NULL)
512 SLIST_INSERT_HEAD(&ignores, ign, next);
518 struct ignentry *ign; local
521 ign = SLIST_FIRST(&ignores);
523 free(ign
531 struct ignentry *ign; local
[all...]
/freebsd-10-stable/sys/sparc64/sbus/
H A Dsbusvar.h118 SBUS_ACCESSOR(ign, IGN, int)
/freebsd-10-stable/contrib/groff/src/include/
H A Dsearch.h52 const char *ign, int trunc);
/freebsd-10-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-10-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-10-stable/sys/sparc64/sparc64/
H A Dnexus.c521 uint32_t ign; local
559 "upa-portid" : "portid", &ign, sizeof(ign)) <= 0) {
567 ign = (ign << INTMAP_IGN_SHIFT) & INTMAP_IGN_MASK;
569 intr[i] |= ign;
/freebsd-10-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-10-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-10-stable/crypto/openssl/util/pl/
H A DVC-32.pl282 my($objs,$target,$name,$shlib,$ign,$base_addr) = @_;

Completed in 205 milliseconds