Searched defs:openat32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c329 openat32(int fd, char *path, int fmode, int cmode) function
337 return (openat32(AT_FDCWD, path, fmode, cmode));

Completed in 44 milliseconds