Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_io.h23 int creat (const char *filename, int prot);
26 int hostio_creat (const char *filename, int prot);
40 int __ghs_hostio_creat (const char *filename, int prot);
Dind_io.c189 int __ghs_hostio_creat (const char *filename, int prot) in __ghs_hostio_creat() argument
192 return __ghs_syscall(SYSCALL_CREAT, filename, prot); in __ghs_hostio_creat()