• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/

Lines Matching refs:buf_len

120 static void print_statfs(char *pformat, const size_t buf_len, const char m,
126 strncat(pformat, "s", buf_len);
129 strncat(pformat, "Lx", buf_len);
132 strncat(pformat, "lu", buf_len);
135 strncat(pformat, "lx", buf_len);
138 strncat(pformat, "s", buf_len);
141 strncat(pformat, "jd", buf_len);
144 strncat(pformat, "jd", buf_len);
147 strncat(pformat, "jd", buf_len);
150 strncat(pformat, "lu", buf_len);
153 strncat(pformat, "jd", buf_len);
156 strncat(pformat, "jd", buf_len);
160 strncat(pformat, "s", buf_len);
164 strncat(pformat, "c", buf_len);
170 static void print_stat(char *pformat, const size_t buf_len, const char m,
180 strncat(pformat, "s", buf_len);
183 strncat(pformat, "s", buf_len);
198 strncat(pformat, "ju", buf_len);
201 strncat(pformat, "jx", buf_len);
204 strncat(pformat, "ju", buf_len);
207 strncat(pformat, "lo", buf_len);
210 strncat(pformat, "s", buf_len);
213 strncat(pformat, "lx", buf_len);
216 strncat(pformat, "s", buf_len);
219 strncat(pformat, "lu", buf_len);
222 strncat(pformat, "lu", buf_len);
225 strncat(pformat, "s", buf_len);
230 strncat(pformat, "lu", buf_len);
233 strncat(pformat, "s", buf_len);
238 strncat(pformat, "lx", buf_len);
241 strncat(pformat, "lx", buf_len);
244 strncat(pformat, "ju", buf_len);
247 strncat(pformat, "lu", buf_len);
250 strncat(pformat, "ju", buf_len);
253 strncat(pformat, "lu", buf_len);
256 strncat(pformat, "s", buf_len);
259 strncat(pformat, TYPE_SIGNED(time_t) ? "ld" : "lu", buf_len);
262 strncat(pformat, "s", buf_len);
265 strncat(pformat, TYPE_SIGNED(time_t) ? "ld" : "lu", buf_len);
268 strncat(pformat, "s", buf_len);
271 strncat(pformat, TYPE_SIGNED(time_t) ? "ld" : "lu", buf_len);
275 strncat(pformat, "s", buf_len);
279 strncat(pformat, "c", buf_len);