Home
last modified time | relevance | path

Searched refs:sanitized (Results 1 – 20 of 20) sorted by relevance

/external/curl/src/
Dtool_doswin.c92 static SANITIZEcode msdosify(char **const sanitized, const char *file_name,
95 static SANITIZEcode rename_if_reserved_dos_device_name(char **const sanitized,
135 SANITIZEcode sanitize_file_name(char **const sanitized, const char *file_name, in sanitize_file_name() argument
143 if(!sanitized) in sanitize_file_name()
146 *sanitized = NULL; in sanitize_file_name()
255 *sanitized = target; in sanitize_file_name()
335 SANITIZEcode msdosify(char **const sanitized, const char *file_name, in msdosify() argument
349 if(!sanitized) in msdosify()
352 *sanitized = NULL; in msdosify()
464 *sanitized = strdup(dos_name); in msdosify()
[all …]
Dtool_doswin.h41 SANITIZEcode sanitize_file_name(char **const sanitized, const char *file_name,
45 SANITIZEcode msdosify(char **const sanitized, const char *file_name,
47 SANITIZEcode rename_if_reserved_dos_device_name(char **const sanitized,
Dtool_operhlp.c161 char *sanitized; in get_url_file_name() local
162 SANITIZEcode sc = sanitize_file_name(&sanitized, *filename, 0); in get_url_file_name()
166 *filename = sanitized; in get_url_file_name()
Dtool_cb_hdr.c209 char *sanitized; in parse_filename() local
210 SANITIZEcode sc = sanitize_file_name(&sanitized, copy, 0); in parse_filename()
214 copy = sanitized; in parse_filename()
Dtool_urlglob.c673 char *sanitized; in glob_match_url() local
674 SANITIZEcode sc = sanitize_file_name(&sanitized, target, in glob_match_url()
680 target = sanitized; in glob_match_url()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java82 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testSanitizeRemovesScripts() local
83 assertEquals("<p>Hello World</p>", sanitized); in testSanitizeRemovesScripts()
89 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testSanitizeRemovesOnclick() local
90 assertEquals("<p>Hello World</p>", sanitized); in testSanitizeRemovesOnclick()
96 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testTextAllowedInLinks() local
98 sanitized); in testTextAllowedInLinks()
DHtmlSanitizerTest.java254 String sanitized = sanitize(stringRepeatedTimes("<div>", 20000)); in testDeeplyNestedTagsDoS() local
255 int n = sanitized.length() / "<div></div>".length(); in testDeeplyNestedTagsDoS()
258 assertEquals(sanitized.substring(0, middle), in testDeeplyNestedTagsDoS()
260 assertEquals(sanitized.substring(middle), in testDeeplyNestedTagsDoS()
DAntiSamyTest.java775 String sanitized = sanitize(html);
776 int index = Strings.toLowerCase(sanitized).indexOf(
779 "`" + sanitized + "` from `" + html + "` contains `" +
786 String sanitized = sanitize(html);
787 int index = Strings.toLowerCase(sanitized).indexOf(
790 "`" + sanitized + "` from `" + html + "` does not contain `" +
795 private static void assertSanitized(String html, String sanitized) {
796 assertEquals(sanitized, sanitize(html));
DSanitizersTest.java244 String sanitized = "" in testIssue9StylesInTables() local
261 assertEquals(sanitized, s.sanitize(input)); in testIssue9StylesInTables()
/external/libbrillo/brillo/
Dcryptohome.cc112 bool IsSanitizedUserName(const std::string& sanitized) { in IsSanitizedUserName() argument
114 return (sanitized.length() == 2 * SHA_DIGEST_LENGTH) && in IsSanitizedUserName()
115 base::HexStringToBytes(sanitized, &bytes); in IsSanitizedUserName()
Dcryptohome.h46 BRILLO_EXPORT bool IsSanitizedUserName(const std::string& sanitized);
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/
Dcontrol17 to be sanitized before sending to DBus.
/external/iproute2/
DREADME34 4. This package includes matching sanitized kernel headers because
/external/libusb-compat/
DChangeLog66 libusb-0.1 on BSD, where endpoint addresses are sanitized for all control
/external/cros/system_api/dbus/cryptohome/
Drpc.proto112 // Returns the filesystem-sanitized username.
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc149 "by default kernel area on 32-bit platforms will not be sanitized")
Dsanitizer_common_interceptors.inc5139 // buggy code path while the non-sanitized build of the same code works fine.
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake269 # Can be used to build sanitized versions of libc++ for running unit tests.
/external/tcpdump/
DCHANGES459 sanitized all files to modified BSD license
/external/libusb/
DChangeLog1211 sanitized error returns from synchronous I/O functions