OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ignored
(Results
1 - 4
of
4
) sorted by relevancy
/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
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
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_gtt.c
331
int
ignored
;
local
338
ignored
= i915_vma_unbind(vma);
/src/sys/kern/
kern_sig.c
326
* are
ignored
by default and disable the signal stack. Locking not
396
* l->l_sigmask (unless they were caught, and are now
ignored
968
* If the signal is masked or
ignored
, then unmask it and
972
const bool
ignored
= action == SIG_IGN;
local
973
if (masked ||
ignored
) {
1075
* Returns true if signal is
ignored
or masked for the specified LWP.
1276
* regardless of the signal action (eg, blocked or
ignored
).
1278
* Other
ignored
signals are discarded immediately.
1340
* If the signal is being
ignored
, then drop it. Note: we
1423
* If SIGCONT is default (or
ignored
) and process i
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026