Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_not
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
condition.c
41
if (argv->
is_not
)
in tomoyo_argv()
81
if (envp->
is_not
)
in tomoyo_envp()
85
if (!envp->
is_not
)
in tomoyo_envp()
201
if (argv[i].
is_not
)
in tomoyo_scan_bprm()
213
if ((!envp->value && !envp->
is_not
) ||
in tomoyo_scan_bprm()
214
(envp->value && envp->
is_not
))
in tomoyo_scan_bprm()
517
bool
is_not
;
in tomoyo_get_condition()
local
541
is_not
= *(right_word - 1) == '!';
in tomoyo_get_condition()
542
if (
is_not
)
in tomoyo_get_condition()
549
is_not
in tomoyo_get_condition()
[all...]
H
A
D
common.h
610
bool
is_not
;
member
617
bool
is_not
;
member
H
A
D
common.c
1299
argv->index, argv->
is_not
? "!" : "");
in tomoyo_print_condition()
1310
tomoyo_io_printf(head, "\"]%s=", envp->
is_not
? "!" : "");
in tomoyo_print_condition()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
condition.c
41
if (argv->
is_not
)
in tomoyo_argv()
81
if (envp->
is_not
)
in tomoyo_envp()
85
if (!envp->
is_not
)
in tomoyo_envp()
201
if (argv[i].
is_not
)
in tomoyo_scan_bprm()
213
if ((!envp->value && !envp->
is_not
) ||
in tomoyo_scan_bprm()
214
(envp->value && envp->
is_not
))
in tomoyo_scan_bprm()
517
bool
is_not
;
in tomoyo_get_condition()
local
541
is_not
= *(right_word - 1) == '!';
in tomoyo_get_condition()
542
if (
is_not
)
in tomoyo_get_condition()
549
is_not
in tomoyo_get_condition()
[all...]
H
A
D
common.h
610
bool
is_not
;
member
617
bool
is_not
;
member
H
A
D
common.c
1291
argv->index, argv->
is_not
? "!" : "");
in tomoyo_print_condition()
1302
tomoyo_io_printf(head, "\"]%s=", envp->
is_not
? "!" : "");
in tomoyo_print_condition()
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_events_filter.c
84
static bool
is_not
(const char *str)
in is_not()
function
463
if (!
is_not
(next))
in predicate_parse()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_events_filter.c
134
static bool
is_not
(const char *str)
in is_not()
function
522
if (!
is_not
(next))
in predicate_parse()
Completed in 22 milliseconds