Lines Matching defs:file
97 XX(EBADF, "bad file descriptor") \
105 XX(EEXIST, "file already exists") \
107 XX(EFBIG, "file too large") \
120 XX(ENFILE, "file table overflow") \
123 XX(ENOENT, "no such file or directory") \
141 XX(EROFS, "read-only file system") \
146 XX(ETXTBSY, "text file is busy") \
149 XX(EOF, "end of file") \
155 XX(EFTYPE, "inappropriate file type or format") \
824 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file);
844 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file);
1035 const char* file; /* Path to program to execute. */
1060 * describe the file descriptors that will be made available to the child
1064 * Note that on windows file descriptors greater than 2 are available to the
1127 * uv_process_options_t's file field, has a directory component,
1128 * search for the exact file name before trying variants with
1465 uv_file file,
1475 uv_file file,
1486 uv_file file,
1557 uv_file file,
1566 uv_file file,
1570 uv_file file,
1574 uv_file file,
1602 uv_file file,
1650 uv_file file,
1661 uv_file file,
1692 * uv_fs_stat() based polling file watcher.