Searched defs:string_cmp (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/ |
H A D | lxccontainer.c | 1708 static inline int string_cmp(char **first, char **second) function 1733 qsort(newnames, pos + 1, sizeof(char *), (int (*)(const void *,const void *))string_cmp); 1758 return (char **)bsearch(&cname, *names, size, sizeof(char *), (int (*)(const void *, const void *))string_cmp);
|
Completed in 202 milliseconds