HomeSort by relevance Sort by last modified time
    Searched full:__nonnull (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
statvfs.h 62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 146 __THROW __attribute_pure__ __nonnull ((1)) __wur;
149 __THROW __attribute_pure__ __nonnull ((1)) __wur;
152 __THROW __attribute_pure__ __nonnull ((1)) __wur;
159 __THROW __attribute_pure__ __nonnull ((1)) __wur;
167 __THROW __nonnull ((1)) __wur;
174 char **__restrict __endptr) __THROW __nonnull ((1)) __wur;
178 __THROW __nonnull ((1)) __wur;
186 __THROW __nonnull ((1)) __wur;
190 __THROW __nonnull ((1)) __wur;
198 __THROW __nonnull ((1)) __wur
    [all...]
crypt.h 34 __THROW __nonnull ((1, 2));
37 extern void setkey (__const char *__key) __THROW __nonnull ((1));
41 extern void encrypt (char *__block, int __edflag) __THROW __nonnull ((1));
62 __THROW __nonnull ((1, 2, 3));
66 __THROW __nonnull ((1, 2));
70 __THROW __nonnull ((1, 3));
dirent.h 135 extern DIR *opendir (__const char *__name) __nonnull ((1));
150 extern int closedir (DIR *__dirp) __nonnull ((1));
163 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
167 __nonnull ((1));
174 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1));
187 __nonnull ((1, 2, 3));
194 readdir64_r) __nonnull ((1, 2, 3));
204 __nonnull ((1, 2, 3));
209 extern void rewinddir (DIR *__dirp) __THROW __nonnull ((1));
215 extern void seekdir (DIR *__dirp, long int __pos) __THROW __nonnull ((1))
    [all...]
mqueue.h 42 __THROW __nonnull ((1));
50 __THROW __nonnull ((2));
57 __THROW __nonnull ((2));
60 extern int mq_unlink (__const char *__name) __THROW __nonnull ((1));
70 unsigned int *__msg_prio) __nonnull ((2));
74 unsigned int __msg_prio) __nonnull ((2));
83 __nonnull ((2, 5));
90 __nonnull ((2, 5));
execinfo.h 28 extern int backtrace (void **__array, int __size) __nonnull ((1));
34 __THROW __nonnull ((1));
40 __THROW __nonnull ((1));
nl_types.h 43 extern nl_catd catopen (__const char *__cat_name, int __flag) __nonnull ((1));
48 __const char *__string) __THROW __nonnull ((1));
51 extern int catclose (nl_catd __catalog) __THROW __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 136 extern DIR *opendir (__const char *__name) __nonnull ((1));
151 extern int closedir (DIR *__dirp) __nonnull ((1));
164 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
168 __nonnull ((1));
175 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1));
188 __nonnull ((1, 2, 3));
195 readdir64_r) __nonnull ((1, 2, 3));
205 __nonnull ((1, 2, 3));
210 extern void rewinddir (DIR *__dirp) __THROW __nonnull ((1));
216 extern void seekdir (DIR *__dirp, long int __pos) __THROW __nonnull ((1))
    [all...]
crypt.h 34 __THROW __nonnull ((1, 2));
37 extern void setkey (__const char *__key) __THROW __nonnull ((1));
41 extern void encrypt (char *__libc_block, int __edflag) __THROW __nonnull ((1));
62 __THROW __nonnull ((1, 2, 3));
66 __THROW __nonnull ((1, 2));
70 __THROW __nonnull ((1, 3));
mqueue.h 42 __THROW __nonnull ((1));
50 __THROW __nonnull ((2));
57 __THROW __nonnull ((2));
60 extern int mq_unlink (__const char *__name) __THROW __nonnull ((1));
70 unsigned int *__msg_prio) __nonnull ((2));
74 unsigned int __msg_prio) __nonnull ((2));
83 __nonnull ((2, 5));
90 __nonnull ((2, 5));
execinfo.h 28 extern int backtrace (void **__array, int __size) __nonnull ((1));
34 __THROW __nonnull ((1));
40 __THROW __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
219 __nonnull ((1, 2));
221 __nonnull ((2));
229 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
230 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
240 __THROW __nonnull ((2, 3));
246 fstatat64) __nonnull ((2, 3));
255 __THROW __nonnull ((2, 3));
264 struct stat *__restrict __buf) __THROW __nonnull ((1, 2))
    [all...]
statvfs.h 54 __THROW __nonnull ((1, 2));
60 __nonnull ((1, 2));
68 __THROW __nonnull ((1, 2));
75 __THROW __nonnull ((2));
79 fstatvfs64) __nonnull ((2));
86 __THROW __nonnull ((2));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 212 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
216 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
221 __nonnull ((1, 2));
223 __nonnull ((2));
231 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
242 __THROW __nonnull ((2, 3));
248 fstatat64) __nonnull ((2, 3));
257 __THROW __nonnull ((2, 3));
266 struct stat *__restrict __buf) __THROW __nonnull ((1, 2))
    [all...]
statvfs.h 54 __THROW __nonnull ((1, 2));
60 __nonnull ((1, 2));
68 __THROW __nonnull ((1, 2));
75 __THROW __nonnull ((2));
79 fstatvfs64) __nonnull ((2));
86 __THROW __nonnull ((2));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 212 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
216 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
221 __nonnull ((1, 2));
223 __nonnull ((2));
231 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
242 __THROW __nonnull ((2, 3));
248 fstatat64) __nonnull ((2, 3));
257 __THROW __nonnull ((2, 3));
266 struct stat *__restrict __buf) __THROW __nonnull ((1, 2))
    [all...]
statvfs.h 54 __THROW __nonnull ((1, 2));
60 __nonnull ((1, 2));
68 __THROW __nonnull ((1, 2));
75 __THROW __nonnull ((2));
79 fstatvfs64) __nonnull ((2));
86 __THROW __nonnull ((2));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h 127 __THROW __nonnull ((1, 2)) __wur;
131 __nonnull ((1, 2)) __wur;
136 __nonnull ((1, 2)) __wur __warnattr ("readlink called with bigger length "
139 __extern_always_inline __nonnull ((1, 2)) __wur ssize_t
159 __THROW __nonnull ((2, 3)) __wur;
164 __nonnull ((2, 3)) __wur;
169 __nonnull ((2, 3)) __wur __warnattr ("readlinkat called with bigger "
173 __extern_always_inline __nonnull ((2, 3)) __wur ssize_t
216 __THROW __nonnull ((1)) __wur;
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd
    [all...]
fcntl2.h 27 extern int __open_2 (__const char *__path, int __oflag) __nonnull ((1));
29 open) __nonnull ((1));
32 __open64_2) __nonnull ((1));
34 open64) __nonnull ((1));
65 extern int __open64_2 (__const char *__path, int __oflag) __nonnull ((1));
67 ...), open64) __nonnull ((1));
100 __nonnull ((2));
103 __nonnull ((2));
107 __nonnull ((2));
110 __nonnull ((2))
    [all...]
mqueue2.h 27 __THROW __nonnull ((1));
28 extern mqd_t __mq_open_2 (__const char *__name, int __oflag) __nonnull ((1));
30 mq_open) __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
unistd.h 127 __THROW __nonnull ((1, 2)) __wur;
131 __nonnull ((1, 2)) __wur;
136 __nonnull ((1, 2)) __wur __warnattr ("readlink called with bigger length "
139 __extern_always_inline __nonnull ((1, 2)) __wur ssize_t
159 __THROW __nonnull ((2, 3)) __wur;
164 __nonnull ((2, 3)) __wur;
169 __nonnull ((2, 3)) __wur __warnattr ("readlinkat called with bigger "
173 __extern_always_inline __nonnull ((2, 3)) __wur ssize_t
216 __THROW __nonnull ((1)) __wur;
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd
    [all...]
fcntl2.h 27 extern int __open_2 (__const char *__path, int __oflag) __nonnull ((1));
29 open) __nonnull ((1));
32 __open64_2) __nonnull ((1));
34 open64) __nonnull ((1));
65 extern int __open64_2 (__const char *__path, int __oflag) __nonnull ((1));
67 ...), open64) __nonnull ((1));
100 __nonnull ((2));
103 __nonnull ((2));
107 __nonnull ((2));
110 __nonnull ((2))
    [all...]
mqueue2.h 27 __THROW __nonnull ((1));
29 __THROW __nonnull ((1));
32 __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
unistd.h 127 __THROW __nonnull ((1, 2)) __wur;
131 __nonnull ((1, 2)) __wur;
136 __nonnull ((1, 2)) __wur __warnattr ("readlink called with bigger length "
139 __extern_always_inline __nonnull ((1, 2)) __wur ssize_t
159 __THROW __nonnull ((2, 3)) __wur;
164 __nonnull ((2, 3)) __wur;
169 __nonnull ((2, 3)) __wur __warnattr ("readlinkat called with bigger "
173 __extern_always_inline __nonnull ((2, 3)) __wur ssize_t
216 __THROW __nonnull ((1)) __wur;
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd
    [all...]
fcntl2.h 27 extern int __open_2 (__const char *__path, int __oflag) __nonnull ((1));
29 open) __nonnull ((1));
32 __open64_2) __nonnull ((1));
34 open64) __nonnull ((1));
65 extern int __open64_2 (__const char *__path, int __oflag) __nonnull ((1));
67 ...), open64) __nonnull ((1));
100 __nonnull ((2));
103 __nonnull ((2));
107 __nonnull ((2));
110 __nonnull ((2))
    [all...]

Completed in 842 milliseconds

12 3 4 5