Searched refs:key_t (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dftok.c32 key_t ftok(const char* path, int id)
39 return (key_t)( (st.st_ino & 0xffff) | ((st.st_dev & 0xff) << 16) | ((id & 255) << 24) );
/bionic/libc/include/sys/
H A Dipc.h37 extern key_t ftok(const char* path, int id);
H A Dtypes.h60 typedef __kernel_key_t key_t; typedef

Completed in 59 milliseconds