Home
last modified time | relevance | path

Searched refs:suffix2 (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Tools/faqwiz/
Dmove-faqwiz.sh30 cut_n_pad $2 2 suffix2
39 file2=faq$prefix2.$suffix2.htp
41 echo "Moving FAQ question $prefix1.$suffix1 to $prefix2.$suffix2"
/external/apache-commons-io/src/main/java/org/apache/commons/io/comparator/
DExtensionFileComparator.java112 final String suffix2 = FilenameUtils.getExtension(file2.getName()); in compare() local
113 return ioCase.checkCompareTo(suffix1, suffix2); in compare()
/external/mesa3d/src/amd/vulkan/
Dradv_meta.c290 const char *suffix2 = "/.cache/radv_builtin_shaders"; in radv_builtin_cache_path() local
301 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
311 pwd.pw_dir, suffix2, sizeof(void *) * 8); in radv_builtin_cache_path()
/external/python/cpython3/Objects/stringlib/
Dstringlib_find_two_way_notes.txt378 suffix2 = ... # the same as above, but invert the alphabet
380 cut2 = len(needle) - len(suffix2)
/external/musl/ldso/
Ddynlink.c2381 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
2390 suffix2 = s+l; in __dlsym_redir_time64()
2398 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()