Searched refs:buf3 (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/
H A Dtst-swscanf2.c15 char buf3[20]; local
29 buf1, wbuf2, buf3, &c4, &wc5);
31 || strcmp (buf3, "three") != 0 || c4 != '!' || wc5 != L'!') {
32 printf ("*** FAILED, n = %Zu, buf1 = \"%s\", wbuf2 = L\"%S\", buf3 = \"%s\", c4 = '%c', wc5 = L'%C'\n",
33 n, buf1, wbuf2, buf3, c4, (wint_t) wc5);
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dremote-utils.c280 char buf3[1]; local
320 cc = read (remote_desc, buf3, 1);
323 fprintf (stderr, "[received '%c' (0x%x)]\n", buf3[0], buf3[0]);
339 if (buf3[0] == '\003')
342 while (buf3[0] != '+');
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c90 u_char buf3[MAXDNAME]; local
534 siglen = b64_pton(buf2, buf3, sizeof(buf3));
538 memcpy(cp, buf3, siglen);
565 keylen = b64_pton(buf2, buf3, sizeof(buf3));
569 memcpy(cp, buf3, keylen);
629 certlen = b64_pton(buf2, buf3, sizeof(buf3));
633 memcpy(cp, buf3, certle
[all...]
/haiku-fatelf/src/libs/ncurses/progs/
H A Dinfocmp.c635 char buf3[MAX_TERMINFO_LENGTH]; local
638 (void) strncpy(buf3, sp + csi, len);
640 buf3[len] = '\0';
642 ep = strtok(buf3, ";");
671 char buf3[MAX_TERMINFO_LENGTH]; local
674 (void) strncpy(buf3, sp + csi + 1, len);
676 buf3[len] = '\0';
678 ep = strtok(buf3, ";");
706 char buf3[MAX_TERMINFO_LENGTH]; local
709 (void) strncpy(buf3, s
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/liba52/
H A Dimdct.c184 complex_t * buf3; local
191 buf3 = buf + 3 * n;
193 BUTTERFLY_ZERO (buf[-1], buf1[-1], buf2[-1], buf3[-1]);
198 BUTTERFLY (buf[0], buf1[0], buf2[0], buf3[0], weight[n], weight[2*i]);
202 buf3++;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-sds.c729 char buf2[PBUFSIZ], buf3[PBUFSIZ];
767 enclen = tob64 (buf, buf3, ((len + 2) / 3) * 3);
770 *p++ = buf3[i];
722 char buf2[PBUFSIZ], buf3[PBUFSIZ]; local
/haiku-fatelf/src/bin/sharutils/
H A Dconfigure2623 char *buf1, *buf2, *buf3;
2630 buf3 = (char *)malloc(i2);
2643 read(fd, buf3, i2);
2645 if (*(buf1 + j) != *(buf3 + j))

Completed in 85 milliseconds