Searched refs:printbuf (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/ofwdump/ |
| H A D | ofwdump.c | 158 static char printbuf[CHARSPERLINE + 1]; in ofw_dump_property() local 200 strlcpy(printbuf, &visbuf[i], in ofw_dump_property() 201 sizeof(printbuf)); in ofw_dump_property() 202 printf("'%s'\n", printbuf); in ofw_dump_property()
|
| /freebsd-14.2/sbin/ipf/libipf/ |
| H A D | printaps.c | 88 printbuf(ftp.ftp_side[0].ftps_buf, FTP_BUFSZ, 1); in printaps() 96 printbuf(ftp.ftp_side[1].ftps_buf, FTP_BUFSZ, 1); in printaps()
|
| H A D | printbuf.c | 16 printbuf(char *buf, int len, int zend) in printbuf() function
|
| H A D | Makefile | 30 printaps.c printbuf.c printdstl_live.c printdstlist.c \
|
| /freebsd-14.2/sbin/ipf/ipscan/ |
| H A D | ipscan_y.y | 26 extern void printbuf(char *, int, int); 267 printbuf(isc->ipsc_ctxt, isc->ipsc_clen, 0); in printent() 272 printbuf(isc->ipsc_stxt, isc->ipsc_slen, 0); in printent()
|
| /freebsd-14.2/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 379 printbuf(void) in printbuf() function 407 printbuf(); in printwhere()
|
| /freebsd-14.2/sbin/ipf/common/ |
| H A D | ipf.h | 282 extern void printbuf(char *, int, int);
|