Home | Sort by: relevance | last modified time | path |
/src/lib/libc/stdlib/ | |
twalk.c | 24 typedef void (*cmp_fn_t)(const void *, VISIT, int); typedef in typeref:typename:void (*)(const void *,VISIT,int) 29 cmp_fn_t action, int level) 49 twalk(const void *vroot, cmp_fn_t action) /* Root of the tree to be walked */ |
lsearch.c | 49 typedef int (*cmp_fn_t)(const void *, const void *); typedef in typeref:typename:int (*)(const void *,const void *) 51 cmp_fn_t, int); 55 cmp_fn_t compar) 67 cmp_fn_t compar) 79 cmp_fn_t compar, int add_flag) |