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

1 2 3 45

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
vfs.h 162 extern int statfs(const char*, struct statfs*) __nonnull((1, 2));
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
164 extern int fstatfs(int, struct statfs*) __nonnull((2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
cdefs.h 232 #define __nonnull(args) __attribute__((__nonnull__ args)) macro
234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
vfs.h 162 extern int statfs(const char*, struct statfs*) __nonnull((1, 2));
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
164 extern int fstatfs(int, struct statfs*) __nonnull((2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
cdefs.h 232 #define __nonnull(args) __attribute__((__nonnull__ args)) macro
234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
vfs.h 162 extern int statfs(const char*, struct statfs*) __nonnull((1, 2));
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
164 extern int fstatfs(int, struct statfs*) __nonnull((2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
cdefs.h 232 #define __nonnull(args) __attribute__((__nonnull__ args)) macro
234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
vfs.h 162 extern int statfs(const char*, struct statfs*) __nonnull((1, 2));
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
164 extern int fstatfs(int, struct statfs*) __nonnull((2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
cdefs.h 232 #define __nonnull(args) __attribute__((__nonnull__ args)) macro
234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
vfs.h 162 extern int statfs(const char*, struct statfs*) __nonnull((1, 2));
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
164 extern int fstatfs(int, struct statfs*) __nonnull((2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
cdefs.h 232 #define __nonnull(args) __attribute__((__nonnull__ args)) macro
234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 329 __THROW __nonnull ((1)) __wur;
342 __THROW __nonnull ((1)) __wur;
354 __THROW __nonnull ((1)) __wur;
368 __THROW __nonnull ((1)) __wur;
383 __THROW __nonnull ((1)) __wur;
399 __THROW __nonnull ((1)) __wur;
413 __THROW __nonnull ((1)) __wur;
430 __THROW __nonnull ((1)) __wur;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 329 __THROW __nonnull ((1)) __wur;
342 __THROW __nonnull ((1)) __wur;
354 __THROW __nonnull ((1)) __wur;
368 __THROW __nonnull ((1)) __wur;
383 __THROW __nonnull ((1)) __wur;
399 __THROW __nonnull ((1)) __wur;
413 __THROW __nonnull ((1)) __wur;
430 __THROW __nonnull ((1)) __wur;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdlib.h 54 size_t __nreal) __THROW __nonnull ((2));
57 __nonnull ((2));
61 __nonnull ((2)) __warnattr ("ptsname_r called with buflen bigger than "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib.h 54 size_t __nreal) __THROW __nonnull ((2));
57 __nonnull ((2));
61 __nonnull ((2)) __warnattr ("ptsname_r called with buflen bigger than "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib.h 54 size_t __nreal) __THROW __nonnull ((2));
57 __nonnull ((2));
61 __nonnull ((2)) __warnattr ("ptsname_r called with buflen bigger than "
  /bionic/libc/include/sys/
cdefs.h 237 #define __nonnull(args) __attribute__((__nonnull__ args)) macro
239 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
240 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 232 #define __nonnull(args) __attribute__((__nonnull__ args)) macro
234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
cdefs.h 232 #define __nonnull(args) __attribute__((__nonnull__ args)) macro
234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
  /bionic/libc/include/
string.h 116 extern "C++" char* basename(char*) __RENAME(__gnu_basename) __nonnull((1));
117 extern "C++" const char* basename(const char*) __RENAME(__gnu_basename) __nonnull((1));
119 extern char* basename(const char*) __RENAME(__gnu_basename) __nonnull((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 265 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro
267 # define __nonnull(params) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 290 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro
292 # define __nonnull(params) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 290 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro
292 # define __nonnull(params) macro
  /external/elfutils/src/tests/
run-dwarf-getmacros.sh 615 __nonnull(params) __attribute__ ((__nonnull__ params))
  /bootable/recovery/updater/
install.c 66 __attribute__((__format__(printf, 2, 3))) __nonnull((2))
    [all...]

Completed in 1722 milliseconds

1 2 3 45