Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ssh/
H A Dprogressmeter.c83 #define STRING_SIZE(v) (((sizeof(v) * 8 * 4) / 10) + 1)
89 static char buf[STRING_SIZE(bytes) * 2 + 16]; in format_rate()
110 static char buf[STRING_SIZE(bytes) + 16]; in format_size()
84 #define STRING_SIZE( global() macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov.c87 #define STRING_SIZE 200 macro
1461 char string[STRING_SIZE]; /* line buffer. */
1506 retval = fgets (string, STRING_SIZE, source_file);
1558 for (; (retval = fgets (string, STRING_SIZE, source_file)); line_num++)
1564 retval = fgets (string, STRING_SIZE, source_file);
/openbsd-src/gnu/gcc/gcc/
H A Dgcov.c68 #define STRING_SIZE 200 macro
1785 char string[STRING_SIZE]; /* line buffer. */ in output_lines()
1857 retval = fgets (string, STRING_SIZE, source_file); in output_lines()
1900 for (; (retval = fgets (string, STRING_SIZE, source_file)); line_num++) in output_lines()
1906 retval = fgets (string, STRING_SIZE, source_file); in output_lines()