Searched refs:fstat (Results 1 – 13 of 13) sorted by relevance
/curl/docs/examples/ |
H A D | fileupload.c | 46 if(fstat(fileno(fd), &file_info) != 0) in main()
|
H A D | anyauthput.c | 101 fstat(FILENO(fp), &file_info); in main()
|
/curl/tests/libtest/ |
H A D | lib541.c | 58 hd = fstat(fileno(hd_src), &file_info); in test()
|
H A D | lib505.c | 66 hd = fstat(fileno(hd_src), &file_info); in test()
|
H A D | lib525.c | 66 hd = fstat(fileno(hd_src), &file_info); in test()
|
H A D | lib568.c | 82 fstat(sdp, &file_info); in test()
|
H A D | lib572.c | 101 fstat(params, &file_info); in test()
|
H A D | lib582.c | 251 hd = fstat(fileno(hd_src), &file_info); in test()
|
/curl/lib/ |
H A D | fopen.c | 108 if(fstat(fileno(*fh), &sb) == -1 || !S_ISREG(sb.st_mode)) { in Curl_fopen()
|
H A D | curl_setup.h | 470 # undef fstat 471 # define fstat(fdes,stp) _fstati64(fdes, stp) macro 494 # define fstat(fdes,stp) _fstat(fdes, stp) macro
|
H A D | file.c | 344 if(fstat(fd, &file_stat)) { in file_upload() 450 if(-1 != fstat(fd, &statbuf)) { in file_do()
|
/curl/src/ |
H A D | tool_formparse.c | 113 if(fd >= 0 && origin >= 0 && !fstat(fd, &sbuf) && in tool_mime_new_filedata()
|
H A D | tool_operate.c | 392 if((per->infd == -1) || fstat(per->infd, &fileinfo)) in pre_transfer()
|
Completed in 20 milliseconds