Searched refs:STRING_SIZE (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.bin/ssh/ |
| H A D | progressmeter.c | 83 #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 D | gcov.c | 87 #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 D | gcov.c | 68 #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()
|