Home
last modified time | relevance | path

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

/dports/ftp/lftp/lftp-4.9.2/src/
H A DStringSet.h61 static int default_cmp(const char **a,const char **b) { return strcmp(*a,*b); } in default_cmp() function
62 void qsort() { qsort(default_cmp); } in qsort()
/dports/mail/qmail-notify/qmail-notify-0.93/str/
H A Dsort.c22 static int default_cmp(const str_sortentry* a, in default_cmp() function
57 if (fn == 0) fn = default_cmp; in str_sort()
/dports/devel/bglibs/bglibs-2.04/str/
H A Dsort.c22 static int default_cmp(const str_sortentry* a, in default_cmp() function
68 if (fn == 0) fn = default_cmp; in str_sort()
/dports/news/trn/trn-3.6/
H A Dhash.c22 static int default_cmp _((char*,int,HASHDATUM));
47 tbl->ht_cmp = (cmpfunc == NULL? default_cmp: cmpfunc);
225 default_cmp(key, keylen, data) in default_cmp() function
/dports/news/trn4/trn-4.0-test77/
H A Dhash.c57 tbl->ht_cmp = (cmpfunc == NULL? default_cmp: cmpfunc);
247 default_cmp(key, keylen, data) in default_cmp() function
H A Dhash.ih25 static int default_cmp _((char*,int,HASHDATUM));
/dports/www/c-icap/c_icap-0.5.10/
H A Darray.c679 static int default_cmp(const void *obj1, const void *obj2, size_t size) in default_cmp() function
697 cmp_func = default_cmp; in ci_list_remove()
730 cmp_func = default_cmp; in ci_list_search()
758 cmp_func = default_cmp; in ci_list_sort()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dskiplist.c115 static int default_cmp(const void *key1, const void *key2) in default_cmp() function
147 new->cmp = default_cmp; in skiplist_new()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dskiplist.c115 static int default_cmp(const void *key1, const void *key2) in default_cmp() function
147 new->cmp = default_cmp; in skiplist_new()