| /src/lib/libc/compat/gen/ | 
| compat_alphasort.c | 10 __weak_alias(alphasort,_alphasort) 14 __warn_references(alphasort,
 15     "warning: reference to compatibility alphasort(); include <dirent.h> for correct reference")
 21 #include "gen/alphasort.c"
 
 | 
| /src/lib/libc/gen/ | 
| alphasort.c | 1 /*	$NetBSD: alphasort.c,v 1.3 2016/12/16 04:45:04 mrg Exp $	*/ 37 __RCSID("$NetBSD: alphasort.c,v 1.3 2016/12/16 04:45:04 mrg Exp $");
 55 alphasort(const ALPHASORTARG d1, const ALPHASORTARG d2)  function in typeref:typename:int
 
 | 
| initdir.c | 205 						     const void *))alphasort); 
 | 
| /src/lib/libc/compat/include/ | 
| dirent.h | 70 int alphasort(const void *, const void *); 
 | 
| /src/include/ | 
| dirent.h | 115 int alphasort(const struct dirent **, const struct dirent **) 
 | 
| /src/usr.bin/w/ | 
| w.c | 99 int		alphasort;	/* sort by tty alphabeta, not numeric */  variable in typeref:typename:int 169 			alphasort = 1;
 390 	else if (ehead != NULL && alphasort) {
 
 | 
| /src/libexec/httpd/ | 
| dir-index-bozo.c | 144 	for (j = k = scandir(dirpath, &de, NULL, alphasort), deo = de; 
 | 
| /src/lib/libc/include/ | 
| namespace.h | 206 #define alphasort		_alphasort  macro 
 |