Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 12 of 12) sorted by relevance

/curl/lib/
H A Dconfig-amigaos.h101 #ifndef O_RDONLY
102 # define O_RDONLY 0x0000 macro
H A Dfile.c212 fd = open_readonly(actual_path, O_RDONLY|O_BINARY); in file_connect()
236 fd = open_readonly(real_path + 1, O_RDONLY); in file_connect()
241 fd = open_readonly(real_path, O_RDONLY); in file_connect()
245 fd = open_readonly(real_path, O_RDONLY); in file_connect()
H A Drand.c155 int fd = open(RANDOM_FILE, O_RDONLY); in randit()
/curl/src/
H A Dtool_findfile.c79 int fd = open(c, O_RDONLY); in checkhome()
H A Dtool_getpass.c181 int fd = open("/dev/tty", O_RDONLY); in getpass_r()
H A Dtool_operate.c351 per->infd = open(per->uploadfile, O_RDONLY | O_BINARY); in pre_transfer()
354 per->infd = open(per->uploadfile, O_RDONLY | O_BINARY, in pre_transfer()
360 per->infd = open(per->uploadfile, O_RDONLY | O_BINARY); in pre_transfer()
/curl/tests/libtest/
H A Dlib568.c81 sdp = open(libtest_arg2, O_RDONLY); in test()
H A Dlib572.c100 params = open(libtest_arg2, O_RDONLY); in test()
H A Dlib518.c316 fd[0] = open(DEV_NULL, O_RDONLY); in rlimit()
H A Dlib537.c310 fd[0] = open(DEV_NULL, O_RDONLY);
/curl/docs/libcurl/opts/
H A DCURLOPT_UNIX_SOCKET_PATH.md71 int dirfd = open(long_directory_path_to_socket, O_DIRECTORY | O_RDONLY);
/curl/lib/vssh/
H A Dlibssh.c1591 O_RDONLY, (mode_t)data->set.new_file_perms); in myssh_statemach_act()

Completed in 103 milliseconds