Searched refs:MAX_LINE_LENGTH (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fork/ |
D | fork04.c | 111 #define MAX_LINE_LENGTH 256 macro 142 char msg[MAX_LINE_LENGTH]; in child_environment() 148 memset(msg, 0, MAX_LINE_LENGTH); in child_environment() 239 char tmp_line[MAX_LINE_LENGTH]; in parent_environment() 240 char parent_value[MAX_LINE_LENGTH]; in parent_environment() 247 ret = read(fildes, tmp_line, MAX_LINE_LENGTH); in parent_environment()
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
D | v8_suppressions.py | 38 MAX_LINE_LENGTH = 512 variable 125 len(line1) > MAX_LINE_LENGTH or 126 len(line2) > MAX_LINE_LENGTH): 132 if len(line) <= MAX_LINE_LENGTH: 135 return line[0:MAX_LINE_LENGTH] + '...' 139 if len(line1) > MAX_LINE_LENGTH or len(line2) > MAX_LINE_LENGTH:
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 532 #define MAX_LINE_LENGTH 100 macro 539 char line[MAX_LINE_LENGTH]; in load_program() 561 while (fgets(line, MAX_LINE_LENGTH, file)){ in load_program() 562 char last_char = line[MAX_LINE_LENGTH - 1]; in load_program() 589 while(fgets(line, MAX_LINE_LENGTH, file)) { in load_program()
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone06.c | 19 #define MAX_LINE_LENGTH 256 macro
|
/third_party/mbedtls/scripts/ |
D | assemble_changelog.py | 78 MAX_LINE_LENGTH = 80 variable 227 len(line) > MAX_LINE_LENGTH: 234 len(line), MAX_LINE_LENGTH,
|
/third_party/node/deps/openssl/openssl/util/ |
D | check-format.pl | 96 use constant MAX_LINE_LENGTH => 80; constant 102 my $max_length = MAX_LINE_LENGTH; 428 length($contents) == MAX_LINE_LENGTH + length("\n"); 680 report("line length = $len > ".MAX_LINE_LENGTH);
|
/third_party/openssl/util/ |
D | check-format.pl | 96 use constant MAX_LINE_LENGTH => 80; constant 102 my $max_length = MAX_LINE_LENGTH; 428 length($contents) == MAX_LINE_LENGTH + length("\n"); 680 report("line length = $len > ".MAX_LINE_LENGTH);
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 37067 var MAX_LINE_LENGTH = 80; 37068 var richLine = Array(MAX_LINE_LENGTH).fill(`\u2501`); 37072 …header: (str) => `\x1B[1m\u2501\u2501\u2501 ${str}${str.length < MAX_LINE_LENGTH - 5 ? ` ${richLin…
|