HomeSort by: relevance | last modified time | path
    Searched defs:s_total (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp.c 1105 char s_root[FMT_SCALED_STRSIZE], s_total[FMT_SCALED_STRSIZE]; local
1136 strlcpy(s_total, "error", sizeof(s_total));
1140 fmt_scaled(st.f_blocks * st.f_frsize, s_total);
1143 s_total, s_used, s_avail, s_root, s_dcapacity);
sftp.c 1105 char s_root[FMT_SCALED_STRSIZE], s_total[FMT_SCALED_STRSIZE]; local
1136 strlcpy(s_total, "error", sizeof(s_total));
1140 fmt_scaled(st.f_blocks * st.f_frsize, s_total);
1143 s_total, s_used, s_avail, s_root, s_dcapacity);

Completed in 91 milliseconds