Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dprogressmeter.c107 format_size(off_t bytes) in format_size() function
190 xextendf(&buf, NULL, " %3d%% %s %s/s ", percent, format_size(cur_pos), in refresh_progress_meter()
/openbsd/src/gnu/usr.bin/perl/
Dregcomp_internal.h1039 Size_t format_size = strlen(m) + strlen(REPORT_LOCATION)+ 1;\
1040 Newx(format, format_size, char); \
1041 my_strlcpy(format, m, format_size); \
1042 my_strlcat(format, REPORT_LOCATION, format_size); \