Home
last modified time | relevance | path

Searched refs:sanitized (Results 1 - 12 of 12) sorted by relevance

/third_party/curl/src/
H A Dtool_doswin.c70 static SANITIZEcode msdosify(char **const sanitized, const char *file_name,
73 static SANITIZEcode rename_if_reserved_dos_device_name(char **const sanitized,
95 Without this flag colons are sanitized.
98 Without this flag path separators and colons are sanitized.
105 Without this flag if the sanitized filename or path will be too long an error
110 Success: (SANITIZE_ERR_OK) *sanitized points to a sanitized copy of file_name.
111 Failure: (!= SANITIZE_ERR_OK) *sanitized is NULL.
113 SANITIZEcode sanitize_file_name(char **const sanitized, const char *file_name, in sanitize_file_name() argument
121 if(!sanitized) in sanitize_file_name()
313 msdosify(char **const sanitized, const char *file_name, int flags) msdosify() argument
460 rename_if_reserved_dos_device_name(char **const sanitized, const char *file_name, int flags) rename_if_reserved_dos_device_name() argument
[all...]
H A Dtool_doswin.h43 SANITIZEcode sanitize_file_name(char **const sanitized, const char *file_name,
47 SANITIZEcode msdosify(char **const sanitized, const char *file_name,
49 SANITIZEcode rename_if_reserved_dos_device_name(char **const sanitized,
H A Dtool_operhlp.c220 char *sanitized; in get_url_file_name() local
221 SANITIZEcode sc = sanitize_file_name(&sanitized, *filename, 0); in get_url_file_name()
228 *filename = sanitized; in get_url_file_name()
H A Dtool_urlglob.c707 char *sanitized; in glob_match_url() local
708 SANITIZEcode sc = sanitize_file_name(&sanitized, curlx_dyn_ptr(&dyn), in glob_match_url()
714 *result = sanitized; in glob_match_url()
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/
H A Doptions.js24 var sanitized = __assign(__assign({}, defaultOptions), options);
25 if (sanitized.numOfAttempts < 1) {
26 sanitized.numOfAttempts = 1;
28 return sanitized;
/third_party/libinput/src/
H A Dutil-strings.h471 char *sanitized = zalloc(2 * slen + 1); in str_sanitize() local
473 char *dst = sanitized; in str_sanitize()
482 return sanitized; in str_sanitize()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-face.cc72 hb_blob_t *sanitized = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (hb_blob_reference (blob)); in hb_face_count()
73 const OT::OpenTypeFontFile& ot = *sanitized->as<OT::OpenTypeFontFile> (); in hb_face_count()
75 hb_blob_destroy (sanitized); in hb_face_count()
H A Dmain.cc351 const OpenTypeFontFile* sanitized = font_blob->as<OpenTypeFontFile> (); in print_layout_info_using_private_api() local
357 const OpenTypeFontFile& ot = *sanitized; in print_layout_info_using_private_api()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc255 string sanitized; in SanitizeNameForObjC() local
263 sanitized = prefix + input; in SanitizeNameForObjC()
265 sanitized = input; in SanitizeNameForObjC()
268 sanitized = prefix + input; in SanitizeNameForObjC()
270 if (IsReservedCIdentifier(sanitized) || in SanitizeNameForObjC()
271 (kReservedWords.count(sanitized) > 0) || in SanitizeNameForObjC()
272 (kNSObjectMethods.count(sanitized) > 0)) { in SanitizeNameForObjC()
274 return sanitized + extension; in SanitizeNameForObjC()
277 return sanitized; in SanitizeNameForObjC()
505 // whole thing then gets sanitized fo in EnumValueShortName()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_instantiate.h91 std::string sanitized; in operator ()() local
96 sanitized += '_'; in operator ()()
100 sanitized += c; in operator ()()
103 return sanitized; in operator ()()
/third_party/libinput/test/
H A Dtest-utils.c1395 char *sanitized = str_sanitize(t->string); in START_TEST() local
1396 ck_assert_str_eq(sanitized, t->expected); in START_TEST()
1397 free(sanitized); in START_TEST()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js3721 var sanitized = sanitize_unpaired_surrogates(test.name);
3723 if (test.name !== sanitized) {
3724 test.name = sanitized;

Completed in 14 milliseconds