Lines Matching defs:file
94 XX(EBADF, "bad file descriptor") \
102 XX(EEXIST, "file already exists") \
104 XX(EFBIG, "file too large") \
117 XX(ENFILE, "file table overflow") \
120 XX(ENOENT, "no such file or directory") \
138 XX(EROFS, "read-only file system") \
143 XX(ETXTBSY, "text file is busy") \
146 XX(EOF, "end of file") \
152 XX(EFTYPE, "inappropriate file type or format") \
767 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file);
783 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file);
963 const char* file; /* Path to program to execute. */
988 * describe the file descriptors that will be made available to the child
992 * Note that on windows file descriptors greater than 2 are available to the
1336 uv_file file,
1346 uv_file file,
1357 uv_file file,
1428 uv_file file,
1437 uv_file file,
1441 uv_file file,
1445 uv_file file,
1473 uv_file file,
1515 uv_file file,
1526 uv_file file,
1557 * uv_fs_stat() based polling file watcher.