Searched refs:statvfs (Results 1 – 4 of 4) sorted by relevance
/curl/lib/vssh/ |
H A D | libssh.c | 1141 sftp_statvfs_t statvfs; in myssh_statemach_act() local 1143 statvfs = sftp_statvfs(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act() 1144 if(!statvfs && !sshc->acceptfail) { in myssh_statemach_act() 1153 else if(statvfs) { in myssh_statemach_act() 1171 statvfs->f_bsize, statvfs->f_frsize, in myssh_statemach_act() 1172 statvfs->f_blocks, statvfs->f_bfree, in myssh_statemach_act() 1173 statvfs->f_bavail, statvfs->f_files, in myssh_statemach_act() 1174 statvfs->f_ffree, statvfs->f_favail, in myssh_statemach_act() 1175 statvfs->f_fsid, statvfs->f_flag, in myssh_statemach_act() 1176 statvfs->f_namemax); in myssh_statemach_act() [all …]
|
H A D | libssh2.c | 2292 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemachine() local 2295 &statvfs); in ssh_statemachine() 2328 statvfs.f_bsize, statvfs.f_frsize, in ssh_statemachine() 2329 statvfs.f_blocks, statvfs.f_bfree, in ssh_statemachine() 2330 statvfs.f_bavail, statvfs.f_files, in ssh_statemachine() 2331 statvfs.f_ffree, statvfs.f_favail, in ssh_statemachine() 2332 statvfs.f_fsid, statvfs.f_flag, in ssh_statemachine() 2333 statvfs.f_namemax); in ssh_statemachine()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_QUOTE.md | 120 ## statvfs file 122 The statvfs command returns statistics on the file system in which specified
|
/curl/.github/scripts/ |
H A D | spellcheck.words | 793 statvfs
|
Completed in 17 milliseconds