Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_subs.c57 static char hdbuf[BLKMULT]; /* space for archive header on read */ variable
983 hdend = hdbuf; in next_head()
1027 hdend = hdbuf; in next_head()
1042 if ((*frmt->rd)(arcn, hdbuf) == 0) in next_head()
1049 if ((ret = (*frmt->trail_tar)(hdbuf,in_resync,&cnt)) == 0){ in next_head()
1065 hdend = hdbuf; in next_head()
1086 memmove(hdbuf, hdbuf+1, shftsz); in next_head()
1088 hdend = hdbuf + shftsz; in next_head()
1139 hdend = hdbuf; in get_arc()
1165 hdend = hdbuf; in get_arc()
[all …]
/freebsd/tests/sys/net/routing/
H A Drtsock_print.h194 char hdbuf[512], abuf[64]; in sa_print() local
248 sa_print_hd(hdbuf, sizeof(hdbuf), ((char *)sa), sa->sa_len); in sa_print()
249 printf(" hd={%s}", hdbuf); in sa_print()