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

/freebsd-10.1-release/lib/libc/stdlib/
H A Dsystem.c54 struct sigaction ign, intact, quitact; local
83 memset(&ign, 0, sizeof(ign));
84 ign.sa_handler = SIG_IGN;
85 (void)sigemptyset(&ign.sa_mask);
86 (void)_sigaction(SIGINT, &ign, &intact);
87 (void)_sigaction(SIGQUIT, &ign, &quitact);
/freebsd-10.1-release/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.1-release/sys/sparc64/include/
H A Dbus_common.h67 #define INTMAP_VEC(ign, ino) \
68 ((((ign) << INTMAP_IGN_SHIFT) & INTMAP_IGN_MASK) | \
/freebsd-10.1-release/usr.bin/du/
H A Ddu.c505 struct ignentry *ign; local
507 ign = calloc(1, sizeof(*ign));
508 if (ign == NULL)
510 ign->mask = strdup(mask);
511 if (ign->mask == NULL)
513 SLIST_INSERT_HEAD(&ignores, ign, next);
519 struct ignentry *ign; local
522 ign = SLIST_FIRST(&ignores);
524 free(ign
532 struct ignentry *ign; local
[all...]
/freebsd-10.1-release/sys/sparc64/sbus/
H A Dsbusvar.h118 SBUS_ACCESSOR(ign, IGN, int)
/freebsd-10.1-release/contrib/groff/src/include/
H A Dsearch.h52 const char *ign, int trunc);
/freebsd-10.1-release/bin/pax/
H A Dfile_subs.c257 * try to make a hard link between two files. if ign set, we do not
262 * 1 when ign was set to indicates we could not make the link but we
269 int ign)
299 if (!ign) {
318 if (!ign) {
344 int ign = 0; local
362 if (ign)
412 if ((ign = unlnk_exist(arcn->name, arcn->type)) < 0)
625 * When ign is zero, only those times the user has asked for are set, the
268 mk_link(char *to, struct stat *to_sb, char *from, int ign) argument
/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/sbin/devd/
H A Ddevd.cc218 struct sigaction ign, intact, quitact; local
228 ign.sa_handler = SIG_IGN;
229 ::sigemptyset(&ign.sa_mask);
230 ign.sa_flags = 0;
231 ::sigaction(SIGINT, &ign, &intact);
232 ::sigaction(SIGQUIT, &ign, &quitact);
/freebsd-10.1-release/crypto/openssl/util/pl/
H A DVC-32.pl282 my($objs,$target,$name,$shlib,$ign,$base_addr) = @_;

Completed in 254 milliseconds