Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dar_io.c1269 char scbuf[MAXBLK]; in get_phys() local
1282 scbuf, sizeof(scbuf))) > 0) in get_phys()
1285 scbuf, sizeof(scbuf))) > 0) in get_phys()
1329 rmtread_with_restart(arfd, scbuf, sizeof(scbuf)) in get_phys()
1331 read_with_restart(arfd, scbuf, sizeof(scbuf)) in get_phys()
1344 rmtread_with_restart(arfd, scbuf, sizeof(scbuf)) in get_phys()
1346 read_with_restart(arfd, scbuf, sizeof(scbuf)) in get_phys()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dschedule.c257 struct scheddump *scbuf, *p; in getstdin() local
259 sched_dump((caddr_t *)&scbuf, &len); in getstdin()
260 if (scbuf == NULL) in getstdin()
262 for (p = scbuf; len; p++) { in getstdin()
266 racoon_free(scbuf); in getstdin()