Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/tools/THPConv/src/
DTHPConv.c168 static int compare ( const void *arg1, const void *arg2 );
349 static int compare(const void *arg1, const void *arg2) in compare() argument
352 return strcmp(((THPFileName *)arg1)->name, ((THPFileName *)arg2)->name); in compare()