]> git.saurik.com Git - apt.git/blob - test/thread-safety/thread-check.txt
tests: avoid time-dependent rebuild of caches
[apt.git] / test / thread-safety / thread-check.txt
1 asctime()
2 basename()
3 catgets()
4 crypt()
5 ctermid() if passed a non-NULL argument
6 ctime()
7 dbm_clearerr()
8 dbm_close()
9 dbm_delete()
10 dbm_error()
11 dbm_fetch()
12 dbm_firstkey()
13 dbm_nextkey()
14 dbm_open()
15 dbm_store()
16 dirname()
17 dlerror()
18 drand48()
19 ecvt() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
20 encrypt()
21 endgrent()
22 endpwent()
23 endutxent()
24 fcvt() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
25 ftw()
26 gcvt() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
27 getc_unlocked()
28 getchar_unlocked()
29 getdate()
30 #getenv()
31 getgrent()
32 getgrgid()
33 getgrnam()
34 gethostbyaddr() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
35 gethostbyname() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
36 gethostent()
37 getlogin()
38 getnetbyaddr()
39 getnetbyname()
40 getnetent()
41 getopt()
42 getprotobyname()
43 getprotobynumber()
44 getprotoent()
45 getpwent()
46 getpwnam()
47 getpwuid()
48 getservbyname()
49 getservbyport()
50 getservent()
51 getutxent()
52 getutxid()
53 getutxline()
54 gmtime()
55 hcreate()
56 hdestroy()
57 hsearch()
58 inet_ntoa()
59 l64a()
60 lgamma()
61 lgammaf()
62 lgammal()
63 localeconv()
64 localtime()
65 lrand48()
66 mrand48()
67 nftw()
68 #nl_langinfo()
69 ptsname()
70 putc_unlocked()
71 putchar_unlocked()
72 putenv()
73 pututxline()
74 rand()
75 #readdir()
76 setenv()
77 setgrent()
78 setkey()
79 setpwent()
80 setutxent()
81 #strerror()
82 strsignal() [Added in POSIX.1-2008]
83 strtok()
84 #system() [Added in POSIX.1-2008]
85 tmpnam() if passed a non-NULL argument
86 ttyname()
87 unsetenv()
88 wcrtomb() if its final argument is NULL
89 wcsrtombs() if its final argument is NULL
90 wcstombs()
91 wctomb()