|
Typedefs |
| typedef char | GETHOSTBYNAME_buf_t [NSLDAPI_NETDB_BUF_SIZE] |
| typedef signed int | nsldapi_int_32 |
| typedef unsigned int | nsldapi_uint_32 |
| typedef in_addr_t | nsldapi_in_addr_t |
Functions |
| int | strcasecmp (const char *, const char *) |
| int | strncasecmp (const char *, const char *, int) |
| int | strncasecmp (const char *, const char *, size_t) |
| char * | strtok_r (char *, const char *, char **) |
| char * | strdup () |
| int | fprintf (FILE *, char *,...) |
| int | fseek (FILE *, long, int) |
| int | fread (char *, int, int, FILE *) |
| int | fclose (FILE *) |
| int | fflush (FILE *) |
| int | rewind (FILE *) |
| void * | memmove (void *, const void *, size_t) |
| int | strcasecmp (char *, char *) |
| int | strncasecmp (char *, char *, int) |
| time_t | time (time_t *) |
| void | perror (char *) |
| int | fputc (char, FILE *) |
| int | fputs (char *, FILE *) |
| int | re_exec (char *) |
| int | socket (int, int, int) |
| void | bzero (char *, int) |
| unsigned long | inet_addr (char *) |
| char * | inet_ntoa (struct in_addr) |
| int | getdtablesize () |
| int | connect (int, struct sockaddr *, int) |
| int | select (int, fd_set *, fd_set *, fd_set *, struct timeval *) |
| size_t | nsldapi_compat_strlcpy (char *dst, const char *src, size_t len) |