Searched refs:outbuff (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/libarchive/tar/ |
| H A D | util.c | 97 char outbuff[256]; /* Buffer for outgoing characters. */ in safe_fprintf() local 171 outbuff[i++] = *p++; in safe_fprintf() 176 outbuff, i, *p++); in safe_fprintf() 181 i += (unsigned)bsdtar_expand_char(outbuff, i, *p++); in safe_fprintf() 186 if (i > (sizeof(outbuff) - 128)) { in safe_fprintf() 187 outbuff[i] = '\0'; in safe_fprintf() 188 fprintf(f, "%s", outbuff); in safe_fprintf() 192 outbuff[i] = '\0'; in safe_fprintf() 193 fprintf(f, "%s", outbuff); in safe_fprintf()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_shar.c | 54 char outbuff[45]; member 476 memcpy(shar->outbuff + shar->outpos, src, n); in archive_write_shar_data_uuencode() 481 uuencode_line(a, shar, shar->outbuff, 45); in archive_write_shar_data_uuencode() 502 memcpy(shar->outbuff, src, n); in archive_write_shar_data_uuencode() 523 uuencode_line(a, shar, shar->outbuff, in archive_write_shar_finish_entry()
|
| H A D | archive_read_support_format_xar.c | 310 unsigned char *outbuff; member 967 free(xar->outbuff); in xar_cleanup() 1583 void *outbuff; in decompress() local 1589 outbuff = (void *)(uintptr_t)*buff; in decompress() 1590 if (outbuff == NULL) { in decompress() 1591 if (xar->outbuff == NULL) { in decompress() 1593 if (xar->outbuff == NULL) { in decompress() 1599 outbuff = xar->outbuff; in decompress() 1600 *buff = outbuff; in decompress() 1691 if (outbuff == xar->outbuff) { in decompress() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | monitor.c | 1565 char *outbuff) in longlong_hexchars() argument 1569 *outbuff++ = '0'; in longlong_hexchars() 1570 return outbuff; in longlong_hexchars() 1597 *outbuff++ = hexlate[nib]; in longlong_hexchars() 1599 *outbuff++ = hexlate[nib]; in longlong_hexchars() 1601 return outbuff; in longlong_hexchars()
|