Home
last modified time | relevance | path

Searched refs:asciibuf (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/npppd/common/
Ddebugutil.c263 char asciibuf[17]; in show_hd() local
265 memset(asciibuf, ' ', sizeof(asciibuf)); in show_hd()
266 asciibuf[sizeof(asciibuf)-1] = '\0'; in show_hd()
270 asciibuf[hd_cnt % 16] = *(buf+i); in show_hd()
272 asciibuf[hd_cnt % 16] = '.'; in show_hd()
285 asciibuf); in show_hd()
288 asciibuf); in show_hd()
289 memset(asciibuf, ' ', sizeof(asciibuf)); in show_hd()
290 asciibuf[sizeof(asciibuf)-1] = '\0'; in show_hd()
310 fprintf(file, "\t%-47s |%s|\n", linebuf, asciibuf); in show_hd()
[all …]