Home
last modified time | relevance | path

Searched refs:taint (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/lib/
H A Dtst_taint.c103 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 Dexpand.c66 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 Dbuiltin.c172 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 Dexpression.h137 }; /* for expr->taint */
170 unsigned taint; member
H A Devaluate.c2273 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 Dtaint.t2 # 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 Dtaint.t2 # 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 DTemplate.pm92 # 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 DTemplate.pm92 # 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