Lines Matching full:open
9 * 2018-02-07 Bernard Change the 3rd parameter of open/fcntl/ioctl to '...'
23 * this function is a POSIX compliant version, which will open a file and
27 * @param flags the file open flags.
29 * @return the non-negative integer on successful open, others for failed.
31 int open(const char *file, int flags, ...) in open() function
63 RTM_EXPORT(open);
66 * this function is a POSIX compliant version, which will close the open
104 * buffer length for an open file descriptor.
149 * buffer length for an open file descriptor.
193 * an open file descriptor.
377 * for the open file descriptor named by fildes is to be transferred to the storage
571 * this function is a POSIX compliant version, which will open a directory.
573 * @param name the path name to be open.
575 * @return the DIR pointer of directory, NULL on open directory failed.
598 /* open successfully */ in opendir()
616 /* open failed */ in opendir()