Home
last modified time | relevance | path

Searched refs:PathCMP (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/tools/utils_ide/qtcreator/externaltools/
H A Dqtc_sort_paths.py8 class PathCMP: class
36 data.sort(key=lambda a: PathCMP(a))
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwtest.c1054 return PathCMP(*(ccp*)path1,*(ccp*)path2); in path_cmp_qsort()
1086 int stat3 = PathCMP(argv[i],argv[j]); in develop()
1123 printf("TEST %d\n",PathCMP("aaa/aaa/xxy","aaa/aaa/xXy")); in develop()
H A Dlib-std.h996 int PathCMP ( ccp path1, ccp path2 );
H A Dlib-std.c1186 int PathCMP ( ccp path1, ccp path2 ) in PathCMP() function
H A Dwbfs-interface.c3650 const int stat = PathCMP(a->name64,b->name64); in sort_by_path()
H A Diso-interface.c3195 const int stat = PathCMP(a->path,b->path); in sort_fst_by_path()