| /src/tests/lib/libc/kevent_nullmnt/ |
| h_nullmnt.c | 36 const char outbuf[] = "new\n"; local 69 write(write_file, &outbuf, sizeof(outbuf) - 1);
|
| h_nullmnt.c | 36 const char outbuf[] = "new\n"; local 69 write(write_file, &outbuf, sizeof(outbuf) - 1);
|
| h_nullmnt.c | 36 const char outbuf[] = "new\n"; local 69 write(write_file, &outbuf, sizeof(outbuf) - 1);
|
| /src/usr.bin/gzip/ |
| unbzip2.c | 40 static char *inbuf, *outbuf; local 44 if (outbuf == NULL) 45 outbuf = malloc(BUFLEN); 46 if (inbuf == NULL || outbuf == NULL) 82 bzs.next_out = outbuf; 104 n = write(out, outbuf, BUFLEN - bzs.avail_out);
|
| unbzip2.c | 40 static char *inbuf, *outbuf; local 44 if (outbuf == NULL) 45 outbuf = malloc(BUFLEN); 46 if (inbuf == NULL || outbuf == NULL) 82 bzs.next_out = outbuf; 104 n = write(out, outbuf, BUFLEN - bzs.avail_out);
|
| unbzip2.c | 40 static char *inbuf, *outbuf; local 44 if (outbuf == NULL) 45 outbuf = malloc(BUFLEN); 46 if (inbuf == NULL || outbuf == NULL) 82 bzs.next_out = outbuf; 104 n = write(out, outbuf, BUFLEN - bzs.avail_out);
|
| /src/usr.sbin/lpr/lptest/ |
| lptest.c | 55 char outbuf[BUFSIZ]; local 57 setbuf(stdout, outbuf);
|
| lptest.c | 55 char outbuf[BUFSIZ]; local 57 setbuf(stdout, outbuf);
|
| lptest.c | 55 char outbuf[BUFSIZ]; local 57 setbuf(stdout, outbuf);
|
| /src/sys/arch/alpha/stand/mkbootimage/ |
| mkbootimage.c | 62 char *outbuf; local 118 outbuf = malloc(outbufsize); 119 if (outbuf == NULL) 121 memset(outbuf, 0, outbufsize); 124 rv = read(infd, outbuf + sizeof (struct alpha_boot_block), 133 bb = (struct alpha_boot_block *)outbuf; 159 rv = write(outfd, outbuf, outbufsize);
|
| mkbootimage.c | 62 char *outbuf; local 118 outbuf = malloc(outbufsize); 119 if (outbuf == NULL) 121 memset(outbuf, 0, outbufsize); 124 rv = read(infd, outbuf + sizeof (struct alpha_boot_block), 133 bb = (struct alpha_boot_block *)outbuf; 159 rv = write(outfd, outbuf, outbufsize);
|
| mkbootimage.c | 62 char *outbuf; local 118 outbuf = malloc(outbufsize); 119 if (outbuf == NULL) 121 memset(outbuf, 0, outbufsize); 124 rv = read(infd, outbuf + sizeof (struct alpha_boot_block), 133 bb = (struct alpha_boot_block *)outbuf; 159 rv = write(outfd, outbuf, outbufsize);
|
| /src/usr.bin/uudecode/ |
| uudecode.c | 295 unsigned char outbuf[MAXPATHLEN * 4]; local 306 n = b64_pton(inbuf, outbuf, sizeof(outbuf)); 310 fwrite(outbuf, 1, n, stdout);
|
| uudecode.c | 295 unsigned char outbuf[MAXPATHLEN * 4]; local 306 n = b64_pton(inbuf, outbuf, sizeof(outbuf)); 310 fwrite(outbuf, 1, n, stdout);
|
| uudecode.c | 295 unsigned char outbuf[MAXPATHLEN * 4]; local 306 n = b64_pton(inbuf, outbuf, sizeof(outbuf)); 310 fwrite(outbuf, 1, n, stdout);
|
| /src/usr.bin/ypmatch/ |
| ypmatch.c | 57 char *inkey, *outbuf; local 136 &outbuf, &outbuflen); 141 fwrite(outbuf, outbuflen, 1, stdout);
|
| ypmatch.c | 57 char *inkey, *outbuf; local 136 &outbuf, &outbuflen); 141 fwrite(outbuf, outbuflen, 1, stdout);
|
| ypmatch.c | 57 char *inkey, *outbuf; local 136 &outbuf, &outbuflen); 141 fwrite(outbuf, outbuflen, 1, stdout);
|
| /src/lib/libc/inet/ |
| inet_net_ntop.c | 179 char outbuf[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255/128")]; local 189 cp = outbuf; 261 if (cp != outbuf) 270 if (strlen(outbuf) + 1 > size) 272 strcpy(dst, outbuf);
|
| inet_net_ntop.c | 179 char outbuf[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255/128")]; local 189 cp = outbuf; 261 if (cp != outbuf) 270 if (strlen(outbuf) + 1 > size) 272 strcpy(dst, outbuf);
|
| /src/sys/external/isc/libsodium/src/ |
| sodium_selftest.c | 139 uint8_t outbuf[sizeof(ciphertext) + TESTALIGN]; local 170 memset(outbuf, 0, sizeof(outbuf)); 177 error = crypto_aead_chacha20poly1305_ietf_encrypt(outbuf + M, 199 if (memcmp(outbuf + M, ciphertext, sizeof(ciphertext)) != 0) { 203 hexdump(printf, t, outbuf + M, sizeof(ciphertext)); 215 memset(outbuf, 0, sizeof(outbuf)); 222 error = crypto_aead_chacha20poly1305_ietf_decrypt(outbuf + M, 244 if (memcmp(outbuf + M, plaintext, sizeof(plaintext)) != 0) 382 uint8_t outbuf[sizeof(ciphertext) + TESTALIGN]; local [all...] |
| sodium_selftest.c | 139 uint8_t outbuf[sizeof(ciphertext) + TESTALIGN]; local 170 memset(outbuf, 0, sizeof(outbuf)); 177 error = crypto_aead_chacha20poly1305_ietf_encrypt(outbuf + M, 199 if (memcmp(outbuf + M, ciphertext, sizeof(ciphertext)) != 0) { 203 hexdump(printf, t, outbuf + M, sizeof(ciphertext)); 215 memset(outbuf, 0, sizeof(outbuf)); 222 error = crypto_aead_chacha20poly1305_ietf_decrypt(outbuf + M, 244 if (memcmp(outbuf + M, plaintext, sizeof(plaintext)) != 0) 382 uint8_t outbuf[sizeof(ciphertext) + TESTALIGN]; local [all...] |
| /src/sys/fs/cd9660/ |
| iso_rrip.h | 68 char *outbuf; /* name/symbolic link output area */ member in struct:__anon6719 77 char *outbuf, u_short *outlen, 80 char *outbuf, u_short *outlen,
|
| /src/tests/dev/audio/ |
| h_pad.c | 102 uint32_t *outbuf; local 139 outbuf = (uint32_t *)malloc(outlen); 140 if (outbuf == NULL) 141 err(1, "malloc: outbuf"); 176 /* Read to outbuf when it is empty. */ 178 n = rump_sys_read(padfd, outbuf, outlen); 188 outp = outbuf;
|
| /src/usr.bin/banner/ |
| banner.c | 132 char outbuf[LINELEN+1], *sp, c, cc; local 136 strp = &outbuf[0]; 161 while (*--strp == ' ' && strp >= outbuf) 166 (void) write(scfd, outbuf, strp-outbuf);
|