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:taint
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/lib/
H
A
D
tst_taint.c
103
unsigned int
taint
= -1;
in tst_taint_init()
local
113
taint
= tst_taint_read();
in tst_taint_init()
115
if (
taint
& TST_TAINT_W) {
in tst_taint_init()
116
tst_res(TCONF, "Ignoring already set kernel warning
taint
");
in tst_taint_init()
120
if ((
taint
& taint_mask) != 0) {
in tst_taint_init()
122
if (
taint
& (1 << i))
in tst_taint_init()
133
unsigned int
taint
= -1;
in tst_taint_check()
local
138
taint
= tst_taint_read();
in tst_taint_check()
140
return (
taint
& taint_mask);
in tst_taint_check()
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
expand.c
66
expr->
taint
= 0;
in expand_symbol_expression()
110
expr->
taint
= old->
taint
;
in cast_value()
155
expr->
taint
= 0;
in cast_value()
295
expr->
taint
= left->
taint
| right->
taint
;
in simplify_int_binop()
335
expr->
taint
= left->
taint
| right->
taint
;
in simplify_cmp_binop()
484
unsigned
taint
;
expand_comma()
local
[all...]
H
A
D
builtin.c
172
expr->
taint
= 0;
in expand_warning()
181
expr->
taint
= 0;
in expand_constant_p()
190
expr->
taint
= 0;
in expand_safe_p()
239
expr->
taint
= 0;
in expand_bswap()
271
expr->
taint
= 0; \
318
expr->
taint
= 0;
in expand_isdigit()
583
expr->
taint
= 0;
in expand_object_size()
H
A
D
expression.h
137
}; /* for expr->
taint
*/
170
unsigned
taint
;
member
H
A
D
evaluate.c
2273
expr->
taint
= 0;
in evaluate_sizeof()
2307
expr->
taint
= 0;
in evaluate_ptrsizeof()
2322
expr->
taint
= 0;
in evaluate_alignof()
3246
expr->
taint
= 0;
in evaluate_offsetof()
3264
expr->
taint
= 0;
in evaluate_offsetof()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H
A
D
taint.t
2
# Tests for
taint
-mode features
13
# File::Temp (for all versions up to at least 0.2308) is currently bugged under MSWin32/
taint
mode [as of 2018-09]
24
sub
taint
{
subroutine
73
taint
($tfile);
92
taint
($ttemplate);
/third_party/openssl/external/perl/Text-Template-1.56/t/
H
A
D
taint.t
2
# Tests for
taint
-mode features
13
# File::Temp (for all versions up to at least 0.2308) is currently bugged under MSWin32/
taint
mode [as of 2018-09]
24
sub
taint
{
subroutine
73
taint
($tfile);
92
taint
($ttemplate);
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H
A
D
Template.pm
92
# to prevent it from acquiring a spurious
taint
.
968
If your program is running in
taint
mode, you may have problems if
970
considered 'untrustworthy', and
taint
mode will not allow you to
977
C<Text::Template> to disable
taint
checks on template code that has
979
trustworthy. It will also disable
taint
checks on template code that
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H
A
D
Template.pm
92
# to prevent it from acquiring a spurious
taint
.
968
If your program is running in
taint
mode, you may have problems if
970
considered 'untrustworthy', and
taint
mode will not allow you to
977
C<Text::Template> to disable
taint
checks on template code that has
979
trustworthy. It will also disable
taint
checks on template code that
Completed in 12 milliseconds