Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c973 char s_root[FMT_SCALED_STRSIZE], s_total[FMT_SCALED_STRSIZE]; in do_df() local
1004 strlcpy(s_total, "error", sizeof(s_total)); in do_df()
1008 fmt_scaled(st.f_blocks * st.f_frsize, s_total); in do_df()
1011 s_total, s_used, s_avail, s_root, s_dcapacity); in do_df()