Home
last modified time | relevance | path

Searched refs:banned (Results 1 – 15 of 15) sorted by relevance

/third_party/curl/src/
Dtool_doswin.c170 const char *banned; in sanitize_file_name() local
179 for(banned = "|<>\"?*"; *banned; ++banned) { in sanitize_file_name()
180 if(*p == *banned) { in sanitize_file_name()
/third_party/curl/tests/data/
Dtest1185124 ./%LOGDIR/code1185.c:30:5: warning: use of sprintf is banned (BANNEDFUNC)
163 ./%LOGDIR/code1185.c:53:10: warning: use of snprintf is banned (SNPRINTF)
/third_party/curl/docs/
DCHECKSRC.md47 - `BANNEDFUNC`: A banned function was used. The functions sprintf, vsprintf,
138 - `STRERROR`: use of banned function strerror()
140 - `STDERR`: use of banned variable `stderr`
/third_party/libwebsockets/READMEs/
DREADME.content-security-policy.md36 Because inline scripts are banned, the usual methods for XSS are dead;
85 Inline `onclick()` etc are kinds of inline scripting and are banned.
/third_party/skia/third_party/externals/abseil-cpp/
Dabsl.gni48 # banned targets like absl/types:any. A few targets require exceptions.
/third_party/rust/crates/rustc-hash/
DCODE_OF_CONDUCT.md27 5. If the user comes back and continues to make trouble, they will be banned, i.e., indefinitely ex…
/third_party/protobuf/js/
Dtest.proto112 // document.cookie is a banned property in a couple of conformance check
/third_party/rust/crates/clap/
Ddeny.toml127 # is a direct dependency of the otherwise banned crate
/third_party/openssl/test/recipes/30-test_evp_data/
Devpciph_aes_common.txt1001 # Using the same key twice for encryption is always banned.
1010 # Using the same key twice for decryption is banned in FIPS mode.
/third_party/rust/crates/regex/
DUNICODE.md49 banned. Additionally, the `\xNN` syntax represents arbitrary bytes when Unicode
DCHANGELOG.md183 This is a small bug fix release that bans `\P{any}`. We previously banned empty
/third_party/rust/crates/minimal-lexical/
DCODE_OF_CONDUCT.md136 > PepeTheFrog�� has been banned from all organization or user repositories belonging to KeeperOfCom…
/third_party/node/deps/v8/
DDEPS308 # Some abseil features are explicitly banned.
/third_party/mksh/
Dmksh.faq211 (some people would, for example, rather see all shells banned to
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst1170 - ci/softpipe: Re-enable GS tests that had been banned for being flaky.