HomeSort by relevance Sort by last modified time
    Searched defs:__scanflike (Results 1 - 8 of 8) sorted by null

  /bionic/libc/include/sys/
cdefs.h 238 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) macro
  /development/ndk/platforms/android-L/include/sys/
cdefs.h 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
cdefs.h 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
cdefs.h 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
cdefs.h 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
cdefs.h 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
cdefs.h 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
cdefs.h 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) macro

Completed in 713 milliseconds