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

1 23 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
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));
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));
fcntl.h 119 extern int open (__const char *__file, int __oflag, ...) __nonnull ((1));
123 __nonnull ((1));
129 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
144 __nonnull ((2));
148 ...), openat64) __nonnull ((2));
155 __nonnull ((2));
165 extern int creat (__const char *__file, __mode_t __mode) __nonnull ((1));
169 creat64) __nonnull ((1));
175 extern int creat64 (__const char *__file, __mode_t __mode) __nonnull ((1));
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...]
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));
signal.h 222 extern int sigemptyset (sigset_t *__set) __THROW __nonnull ((1));
225 extern int sigfillset (sigset_t *__set) __THROW __nonnull ((1));
228 extern int sigaddset (sigset_t *__set, int __signo) __THROW __nonnull ((1));
231 extern int sigdelset (sigset_t *__set, int __signo) __THROW __nonnull ((1));
235 __THROW __nonnull ((1));
239 extern int sigisemptyset (__const sigset_t *__set) __THROW __nonnull ((1));
243 __const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
247 __const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
263 extern int sigsuspend (__const sigset_t *__set) __nonnull ((1));
270 extern int sigpending (sigset_t *__set) __THROW __nonnull ((1))
    [all...]
  /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));
  /bionic/libc/include/sys/
swap.h 41 extern int swapon(const char*, int) __nonnull((1));
42 extern int swapoff(const char*) __nonnull((1));
vfs.h 140 extern int statfs(const char*, struct statfs*) __nonnull((1, 2));
141 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
142 extern int fstatfs(int, struct statfs*) __nonnull((2));
143 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /development/ndk/platforms/android-21/include/sys/
swap.h 41 extern int swapon(const char*, int) __nonnull((1));
42 extern int swapoff(const char*) __nonnull((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
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));
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));
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...]
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));
signal.h 222 extern int sigemptyset (sigset_t *__set) __THROW __nonnull ((1));
225 extern int sigfillset (sigset_t *__set) __THROW __nonnull ((1));
228 extern int sigaddset (sigset_t *__set, int __signo) __THROW __nonnull ((1));
231 extern int sigdelset (sigset_t *__set, int __signo) __THROW __nonnull ((1));
235 __THROW __nonnull ((1));
239 extern int sigisemptyset (__const sigset_t *__set) __THROW __nonnull ((1));
243 __const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
247 __const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
263 extern int sigsuspend (__const sigset_t *__set) __nonnull ((1));
270 extern int sigpending (sigset_t *__set) __THROW __nonnull ((1))
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
swap.h 41 extern int swapon(const char*, int) __nonnull((1));
42 extern int swapoff(const char*) __nonnull((1));
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
swap.h 41 extern int swapon(const char*, int) __nonnull((1));
42 extern int swapoff(const char*) __nonnull((1));
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
swap.h 41 extern int swapon(const char*, int) __nonnull((1));
42 extern int swapoff(const char*) __nonnull((1));
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
swap.h 41 extern int swapon(const char*, int) __nonnull((1));
42 extern int swapoff(const char*) __nonnull((1));
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
swap.h 41 extern int swapon(const char*, int) __nonnull((1));
42 extern int swapoff(const char*) __nonnull((1));
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
swap.h 41 extern int swapon(const char*, int) __nonnull((1));
42 extern int swapoff(const char*) __nonnull((1));
  /development/ndk/platforms/android-21/arch-p/include/sys/
vfs.h 111 extern int statfs(const char*, struct statfs*) __nonnull((1, 2));
112 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
113 extern int fstatfs(int, struct statfs*) __nonnull((2));
114 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /bionic/libc/include/
signal.h 118 extern int sigpending(sigset_t*) __nonnull((1));
120 extern int sigsuspend(const sigset_t*) __nonnull((1));
121 extern int sigwait(const sigset_t*, int*) __nonnull((1, 2));
  /development/ndk/platforms/android-21/include/
signal.h 118 extern int sigpending(sigset_t*) __nonnull((1));
120 extern int sigsuspend(const sigset_t*) __nonnull((1));
121 extern int sigwait(const sigset_t*, int*) __nonnull((1, 2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
signal.h 118 extern int sigpending(sigset_t*) __nonnull((1));
120 extern int sigsuspend(const sigset_t*) __nonnull((1));
121 extern int sigwait(const sigset_t*, int*) __nonnull((1, 2));

Completed in 1989 milliseconds

1 23 4 5