Searched refs:O_RDONLY (Results 1 – 11 of 11) sorted by relevance
/curl/lib/ |
H A D | config-amigaos.h | 101 #ifndef O_RDONLY 102 # define O_RDONLY 0x0000 macro
|
H A D | file.c | 212 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()
|
/curl/src/ |
H A D | tool_findfile.c | 79 int fd = open(c, O_RDONLY); in checkhome()
|
H A D | tool_getpass.c | 181 int fd = open("/dev/tty", O_RDONLY); in getpass_r()
|
H A D | tool_operate.c | 383 per->infd = open(per->uploadfile, O_RDONLY | O_BINARY); in pre_transfer() 386 per->infd = open(per->uploadfile, O_RDONLY | O_BINARY, in pre_transfer() 392 per->infd = open(per->uploadfile, O_RDONLY | O_BINARY); in pre_transfer()
|
/curl/tests/libtest/ |
H A D | lib568.c | 81 sdp = open(libtest_arg2, O_RDONLY); in test()
|
H A D | lib572.c | 100 params = open(libtest_arg2, O_RDONLY); in test()
|
H A D | lib518.c | 316 testfd[0] = open(DEV_NULL, O_RDONLY); in test_rlimit()
|
H A D | lib537.c | 317 testfd[0] = open(DEV_NULL, O_RDONLY);
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_UNIX_SOCKET_PATH.md | 77 int dirfd = open(long_directory_path_to_socket, O_DIRECTORY | O_RDONLY);
|
/curl/lib/vssh/ |
H A D | libssh.c | 1591 O_RDONLY, (mode_t)data->set.new_file_perms); in myssh_statemach_act()
|
Completed in 37 milliseconds