HomeSort by: relevance | last modified time | path
    Searched defs:ignored (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/make/unit-tests/
depsrc-notmain.mk 7 ignored: .NOTMAIN target
deptgt-ignore.mk 13 all: depends-on-failed depends-on-ignored
14 .PHONY: all depends-on-failed depends-on-ignored error-failed error-ignored
16 error-failed error-ignored:
23 depends-on-ignored: error-ignored
28 # on the target with the ignored commands are made.
29 .IGNORE: error-ignored
posix-execution.mk 52 # expect: do-error-not-ignored: successful
53 # expect-not: do-error-not-ignored: after an error
54 all: error-not-ignored
55 error-not-ignored:
56 @${MAKE} -f ${MAKEFILE} do-error-not-ignored || :
57 do-error-not-ignored:
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
elf_x86_64_efi.lds 71 .ignored.reloc :
elf_x86_64_fbsd_efi.lds 68 .ignored.reloc :
  /src/usr.bin/xlint/lint2/
chk.c 265 * union, even if the return value is ignored.
489 * signedness is ignored (e.g. 0 matches both signed and unsigned int).
1067 * or return values which are always or sometimes ignored.
1073 bool used, ignored; local in function:check_return_values
1098 used = ignored = false;
1101 ignored |= !call->f_rused && !call->f_rdisc;
1103 if (!used && ignored) {
1104 /* %s returns a value that is always ignored */
1106 } else if (used && ignored) {
1107 /* %s returns a value that is sometimes ignored */
    [all...]
  /src/bin/csh/
file.c 102 static int ignored(Char *);
530 if (ignoring && ignored(entry))
713 ignored(Char *entry) function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_gtt.c 331 int ignored; local in function:close_object_list
338 ignored = i915_vma_unbind(vma);
  /src/sys/kern/
kern_sig.c 323 * are ignored by default and disable the signal stack. Locking not
393 * l->l_sigmask (unless they were caught, and are now ignored
965 * If the signal is masked or ignored, then unmask it and
969 const bool ignored = action == SIG_IGN; local in function:trapsignal
970 if (masked || ignored) {
1072 * Returns true if signal is ignored or masked for the specified LWP.
1273 * regardless of the signal action (eg, blocked or ignored).
1275 * Other ignored signals are discarded immediately.
1337 * If the signal is being ignored, then drop it. Note: we
1420 * If SIGCONT is default (or ignored) and process i
    [all...]

Completed in 27 milliseconds