Home
last modified time | relevance | path

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

/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dwlist.c17 static int wlcomp(char**,char**);
19 static int wlcomp();
283 (int(*)(const void*,const void*))wlcomp);
285 wlcomp);
295 wlcomp(s, t) in wlcomp() function
/dports/cad/ngspice_rework/ngspice-35/src/misc/
H A Dwlist.c250 wlcomp(const char * const *s, const char * const *t) in wlcomp() function
284 (int (*)(const void *, const void *)) &wlcomp); in wl_sort()