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

/ast/src/lib/libvcodex/
H A Dvcsfxsort.c425 Vcsfx_t* vcsfxsort(const Void_t* astr, ssize_t nstr) argument
427 Vcsfx_t* vcsfxsort(astr, nstr)
428 Void_t* astr; /* string to be sorted */
434 Vcchar_t *str; /* the addressable astr */
439 if(!(str = (Vcchar_t*)astr) || nstr <= 0)

Completed in 258 milliseconds