HomeSort by relevance Sort by last modified time
    Searched refs:_MKNOD_VER (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 36 #define _MKNOD_VER _MKNOD_VER_LINUX /* The bits defined below. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 386 that file; and _MKNOD_VER with the version number corresponding to
397 #ifndef _MKNOD_VER
398 # define _MKNOD_VER 0
489 return __xmknod (_MKNOD_VER, __path, __mode, &__dev);
498 return __xmknodat (_MKNOD_VER, __fd, __path, __mode, &__dev);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stat.h 36 # define _MKNOD_VER _MKNOD_VER_LINUX /* The bits defined below. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 386 that file; and _MKNOD_VER with the version number corresponding to
397 #ifndef _MKNOD_VER
398 # define _MKNOD_VER 0
489 return __xmknod (_MKNOD_VER, __path, __mode, &__dev);
498 return __xmknodat (_MKNOD_VER, __fd, __path, __mode, &__dev);

Completed in 1018 milliseconds