Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dlibssh.c1141 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 Dlibssh2.c1947 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemach_act() local
1950 &statvfs); in ssh_statemach_act()
1983 statvfs.f_bsize, statvfs.f_frsize, in ssh_statemach_act()
1984 statvfs.f_blocks, statvfs.f_bfree, in ssh_statemach_act()
1985 statvfs.f_bavail, statvfs.f_files, in ssh_statemach_act()
1986 statvfs.f_ffree, statvfs.f_favail, in ssh_statemach_act()
1987 statvfs.f_fsid, statvfs.f_flag, in ssh_statemach_act()
1988 statvfs.f_namemax); in ssh_statemach_act()
/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.words792 statvfs

Completed in 38 milliseconds