__os_open
int __os_open __P((const char *, int, int, int *));
if ((ret = __os_open(name, flags, mode, fdp)) != 0)