Lines Matching defs:openat
1 /* provide a replacement openat function
34 return openat (fd, filename, flags, mode);
42 #include "openat.h"
56 /* Like openat, but support O_CLOEXEC and work around Solaris 9 bugs
96 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/openat.html>
171 # include "openat-priv.h"
174 /* Replacement for Solaris' openat function.
175 <https://www.google.com/search?q=openat+site:docs.oracle.com>
180 Otherwise, upon failure, set errno and return -1, as openat does.
183 openat (int fd, char const *file, int flags, ...)
202 /* Like openat (FD, FILE, FLAGS, MODE), but if CWD_ERRNO is
288 /* Return true if our openat implementation must resort to