HomeSort by relevance Sort by last modified time
    Searched refs:__nonnull (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/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/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
signalfd.h 38 extern int signalfd(int fd, const sigset_t* mask, int flags) __nonnull((2));
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/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
signalfd.h 38 extern int signalfd(int fd, const sigset_t* mask, int flags) __nonnull((2));
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/
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...]
dlfcn.h 61 extern int dlclose (void *__handle) __THROW __nonnull ((1));
66 __const char *__restrict __name) __THROW __nonnull ((2));
77 __THROW __nonnull ((2, 3));
100 __THROW __nonnull ((2));
104 void **__extra_info, int __flags) __THROW __nonnull ((2));
126 __THROW __nonnull ((1, 3));
fcntl.h 73 extern int open (__const char *__file, int __oflag, ...) __nonnull ((1));
77 __nonnull ((1));
83 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
98 __nonnull ((2));
102 ...), openat64) __nonnull ((2));
109 __nonnull ((2));
118 extern int creat (__const char *__file, __mode_t __mode) __nonnull ((1));
122 creat64) __nonnull ((1));
128 extern int creat64 (__const char *__file, __mode_t __mode) __nonnull ((1));
ftw.h 138 __nonnull ((1, 2));
142 int __descriptors), ftw64) __nonnull ((1, 2));
149 int __descriptors) __nonnull ((1, 2));
160 int __flag) __nonnull ((1, 2));
165 __nonnull ((1, 2));
172 int __descriptors, int __flag) __nonnull ((1, 2));
strings.h 57 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
59 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
77 __THROW __attribute_pure__ __nonnull ((1));
85 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
87 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
105 __THROW __attribute_pure__ __nonnull ((1));
126 __THROW __attribute_pure__ __nonnull ((1, 2, 3));
130 __THROW __attribute_pure__ __nonnull ((1, 2, 4));
unistd.h 288 extern int access (__const char *__name, int __type) __THROW __nonnull ((1));
294 __THROW __nonnull ((1));
298 __THROW __nonnull ((1));
306 __THROW __nonnull ((2)) __wur;
470 __THROW __nonnull ((1)) __wur;
480 __THROW __nonnull ((1)) __wur;
489 __THROW __nonnull ((2)) __wur;
493 extern int chdir (__const char *__path) __THROW __nonnull ((1)) __wur;
521 __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
547 char *__const __envp[]) __THROW __nonnull ((1))
    [all...]
utime.h 48 __THROW __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
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));
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h 61 extern int dlclose (void *__handle) __THROW __nonnull ((1));
66 __const char *__restrict __name) __THROW __nonnull ((2));
77 __THROW __nonnull ((2, 3));
100 __THROW __nonnull ((2));
104 void **__extra_info, int __flags) __THROW __nonnull ((2));
126 __THROW __nonnull ((1, 3));
ftw.h 138 __nonnull ((1, 2));
142 int __descriptors), ftw64) __nonnull ((1, 2));
149 int __descriptors) __nonnull ((1, 2));
160 int __flag) __nonnull ((1, 2));
165 __nonnull ((1, 2));
172 int __descriptors, int __flag) __nonnull ((1, 2));
strings.h 55 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
57 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
75 __THROW __attribute_pure__ __nonnull ((1));
83 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
85 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
103 __THROW __attribute_pure__ __nonnull ((1));
131 __THROW __attribute_pure__ __nonnull ((1, 2, 3));
135 __THROW __attribute_pure__ __nonnull ((1, 2, 4));
unistd.h 288 extern int access (__const char *__name, int __type) __THROW __nonnull ((1));
294 __THROW __nonnull ((1));
298 __THROW __nonnull ((1));
306 __THROW __nonnull ((2)) __wur;
475 __THROW __nonnull ((1)) __wur;
485 __THROW __nonnull ((1)) __wur;
494 __THROW __nonnull ((2)) __wur;
498 extern int chdir (__const char *__path) __THROW __nonnull ((1)) __wur;
527 __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
553 char *__const __envp[]) __THROW __nonnull ((1, 2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
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));
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
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));
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
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/
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/
mqueue2.h 27 __THROW __nonnull ((1));
29 __THROW __nonnull ((1));
32 __nonnull ((1));

Completed in 1034 milliseconds

1 23 4 5