#include "thread.h"Data Structures | |
| struct | Tls |
Functions | |
| void | NsInitReentrant (void) |
| char * | ns_inet_ntoa (struct in_addr addr) |
| dirent * | ns_readdir (DIR *dir) |
| tm * | ns_localtime (const time_t *clock) |
| tm * | ns_gmtime (const time_t *clock) |
| char * | ns_ctime (const time_t *clock) |
| char * | ns_asctime (const struct tm *tmPtr) |
| char * | ns_strtok (char *s1, const char *s2) |
| char* ns_asctime | ( | const struct tm * | tmPtr | ) |
| char* ns_ctime | ( | const time_t * | clock | ) |
| struct tm* ns_gmtime | ( | const time_t * | clock | ) |
| char* ns_inet_ntoa | ( | struct in_addr | addr | ) |
| struct tm* ns_localtime | ( | const time_t * | clock | ) |
| struct dirent* ns_readdir | ( | DIR * | dir | ) |
Copy to per-thread buffers from reentrant routines.
| char* ns_strtok | ( | char * | s1, | |
| const char * | s2 | |||
| ) |
| void NsInitReentrant | ( | void | ) |
1.5.1