Searched refs:ppbuff (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libarchive/cpio/
H A Dcpio.h95 char *ppbuff; member in struct:cpio
H A Dcpio.c439 passphrase_free(cpio->ppbuff);
1490 if (cpio->ppbuff == NULL) {
1491 cpio->ppbuff = malloc(PPBUFF_SIZE);
1492 if (cpio->ppbuff == NULL)
1496 cpio->ppbuff, PPBUFF_SIZE);
1500 passphrase_free(char *ppbuff) argument
1502 if (ppbuff != NULL) {
1503 memset(ppbuff, 0, PPBUFF_SIZE);
1504 free(ppbuff);
/freebsd-12-stable/contrib/libarchive/tar/
H A Dutil.c634 if (bsdtar->ppbuff == NULL) {
635 bsdtar->ppbuff = malloc(PPBUFF_SIZE);
636 if (bsdtar->ppbuff == NULL)
640 bsdtar->ppbuff, PPBUFF_SIZE);
644 passphrase_free(char *ppbuff) argument
646 if (ppbuff != NULL) {
647 memset(ppbuff, 0, PPBUFF_SIZE);
648 free(ppbuff);
H A Dbsdtar.h105 char *ppbuff; /* for util.c */ member in struct:bsdtar
H A Dbsdtar.c934 passphrase_free(bsdtar->ppbuff);

Completed in 110 milliseconds