Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dparams.c175 int pointed_strcmp(const char ** a, const char **b) in pointed_strcmp() function
212 qsort(all_switches, nswitches_kept, sizeof(const char*), (sortfunc_t) pointed_strcmp); in param_list_print_usage()
251 …rch(&key, all_switches, nswitches_kept, sizeof(const char *), (sortfunc_t) pointed_strcmp) != NULL; in param_list_print_usage()