Go to the source code of this file.
Functions |
| int | wii_getsockname (int socket, struct sockaddr *address, socklen_t *address_len) |
| int | wii_gethostname (char *name, size_t namelen) |
| int | wii_scandir (const char *dir, struct dirent ***namelist, int(*select)(const struct dirent *), int(*compar)(const struct dirent **, const struct dirent **)) |
| int | wii_alphasort (const struct dirent **a, const struct dirent **b) |
Function Documentation
| int wii_alphasort |
( |
const struct dirent ** |
a, |
|
|
const struct dirent ** |
b |
|
) |
| |
| int wii_gethostname |
( |
char * |
name, |
|
|
size_t |
namelen |
|
) |
| |
| int wii_getsockname |
( |
int |
socket, |
|
|
struct sockaddr * |
address, |
|
|
socklen_t * |
address_len |
|
) |
| |
| int wii_scandir |
( |
const char * |
dir, |
|
|
struct dirent *** |
namelist, |
|
|
int(*)(const struct dirent *) |
select, |
|
|
int(*)(const struct dirent **, const struct dirent **) |
compar |
|
) |
| |