Searched refs:buf3 (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | yamlish-output.t | 73 my $buf3 = ''; 85 destination => \$buf3, 87 my @ar = split( /\n/, $buf3 );
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20001221-1.c | 10 char buf3[nibbles + 1]; in foo() local 13 buf3[nibbles] = '\0'; in foo()
|
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | remote-utils.c | 280 char buf3[1]; in putpkt() local 320 cc = read (remote_desc, buf3, 1); in putpkt() 323 fprintf (stderr, "[received '%c' (0x%x)]\n", buf3[0], buf3[0]); in putpkt() 339 if (buf3[0] == '\003') in putpkt() 342 while (buf3[0] != '+'); in putpkt()
|
/openbsd/usr.sbin/eeprom/ |
H A D | ophandlers.c | 177 char buf1[BUFSIZE], buf2[BUFSIZE], buf3[BUFSIZE], buf4[BUFSIZE]; in op_dump() local 197 opio2.op_name = buf3; in op_dump() 224 strlcpy(opio2.op_name, opio1.op_buf, sizeof(buf3)); in op_dump()
|
/openbsd/usr.bin/infocmp/ |
H A D | infocmp.c | 836 char buf3[MAX_TERMINFO_LENGTH]; in analyze_string() local 899 && (len < sizeof(buf3)) in analyze_string() 908 _nc_STRNCPY(buf3, sp + csi, len); in analyze_string() 909 buf3[len] = '\0'; in analyze_string() 911 expansion = lookup_params(std_modes, buf2, buf3); in analyze_string() 919 && (len < sizeof(buf3)) in analyze_string() 928 _nc_STRNCPY(buf3, sp + csi + 1, len); in analyze_string() 929 buf3[len] = '\0'; in analyze_string() 938 && (len < sizeof(buf3)) in analyze_string() 943 _nc_STRNCPY(buf3, sp + csi, len); in analyze_string() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote-sds.c | 722 char buf2[PBUFSIZ], buf3[PBUFSIZ]; in putmessage() local 760 enclen = tob64 (buf, buf3, ((len + 2) / 3) * 3); in putmessage() 763 *p++ = buf3[i]; in putmessage()
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | README.txt | 1253 char buf1[6], buf2[6], buf3[4], buf4[4]; 1259 ret += snprintf (buf3, sizeof buf3, "%s", i++ < 6 ? "abc" : "def") * 256;
|