Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 4 of 4) sorted by relevance

/curl/lib/vssh/
H A Dlibssh.c1111 sftp_statvfs_t statvfs; in myssh_statemach_act() local
1113 statvfs = sftp_statvfs(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
1114 if(!statvfs && !sshc->acceptfail) { in myssh_statemach_act()
1123 else if(statvfs) { in myssh_statemach_act()
1141 statvfs->f_bsize, statvfs->f_frsize, in myssh_statemach_act()
1142 statvfs->f_blocks, statvfs->f_bfree, in myssh_statemach_act()
1143 statvfs->f_bavail, statvfs->f_files, in myssh_statemach_act()
1144 statvfs->f_ffree, statvfs->f_favail, in myssh_statemach_act()
1145 statvfs->f_fsid, statvfs->f_flag, in myssh_statemach_act()
1146 statvfs->f_namemax); in myssh_statemach_act()
[all …]
H A Dlibssh2.c2237 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemachine() local
2240 &statvfs); in ssh_statemachine()
2273 statvfs.f_bsize, statvfs.f_frsize, in ssh_statemachine()
2274 statvfs.f_blocks, statvfs.f_bfree, in ssh_statemachine()
2275 statvfs.f_bavail, statvfs.f_files, in ssh_statemachine()
2276 statvfs.f_ffree, statvfs.f_favail, in ssh_statemachine()
2277 statvfs.f_fsid, statvfs.f_flag, in ssh_statemachine()
2278 statvfs.f_namemax); in ssh_statemachine()
/curl/docs/libcurl/opts/
H A DCURLOPT_QUOTE.md120 ## statvfs file
122 The statvfs command returns statistics on the file system in which specified
/curl/.github/scripts/
H A Dspellcheck.words796 statvfs

Completed in 28 milliseconds