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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
ftok.c 33 key_t
39 return (key_t)-1;
41 return (key_t)
  /bionic/libc/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
types.h 64 typedef __key_t key_t; typedef
  /development/ndk/platforms/android-3/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
types.h 62 typedef __kernel_key_t key_t; typedef
  /development/ndk/platforms/android-L/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
types.h 64 typedef __key_t key_t; typedef
  /external/fio/os/windows/posix/include/sys/
shm.h 12 typedef int key_t; typedef
37 int shmget(key_t key, size_t size, int shmflg);
  /external/libnfc-nxp/src/
phDal4Nfc_messageQueueLib.h 44 intptr_t phDal4Nfc_msgget(key_t key, int msgflg);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 70 intptr_t phDal4Nfc_msgget ( key_t key, int msgflg )
  /external/fio/os/
os-android.h 79 static inline int shmget (key_t __key, size_t __size, int __shmflg)
  /external/blktrace/
blkiomon.c 560 key_t key;
  /external/fio/os/windows/
posix.c 545 int shmget(key_t key, size_t size, int shmflg)

Completed in 293 milliseconds