Home
last modified time | relevance | path

Searched refs:fd (Results 1 – 8 of 8) sorted by relevance

/include/
A Dfcntl.h11 extern int __libc_fcntl (int fd, int cmd, ...);
13 extern int __fcntl64_nocancel_adjusted (int fd, int cmd, void *arg)
15 extern int __libc_fcntl64 (int fd, int cmd, ...);
A Dtime.h190 extern int __utimensat64 (int fd, const char *file,
195 extern int __utimensat64_helper (int fd, const char *file,
205 extern int __futimes64 (int fd, const struct __timeval64 tvp64[2]);
207 extern int __futimesat64 (int fd, const char *file,
212 extern int __futimens64 (int fd, const struct __timespec64 tsp[2]);
221 extern int __timerfd_gettime64 (int fd, struct __itimerspec64 *value);
237 extern int __timerfd_settime64 (int fd, int flags,
A Ddirent.h51 extern DIR *__alloc_dir (int fd, bool close_fd, int flags,
A Dstdio.h192 # define fdopen(fd, mode) _IO_new_fdopen (fd, mode) argument
A Dstdlib.h101 extern int __ptsname_internal (int fd, char *buf, size_t buflen,
/include/rpc/
A Dsvc.h15 extern SVCXPRT *svcfd_create (int fd, u_int sendsize, u_int recvsize);
18 extern SVCXPRT *svcunixfd_create (int fd, u_int sendsize, u_int recvsize);
/include/sys/
A Dtime.h46 extern int __futimes (int fd, const struct timeval tvp[2]) attribute_hidden;
A Dstat.h59 extern int __fstat64_time64 (int fd, struct __stat64_t64 *buf);
74 extern int __mknodat (int fd, const char *path, mode_t mode, dev_t dev);

Completed in 13 milliseconds