HomeSort by: relevance | last modified time | path
    Searched defs:arcfree (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
ar_io.c 1423 static char *arcfree = NULL; local in function:ar_next
1552 if (arcfree) {
1553 (void)free(arcfree);
1554 arcfree = NULL;
1556 if ((arcfree = strdup(buf)) == NULL) {
1562 arcname = arcfree;
ar_io.c 1423 static char *arcfree = NULL; local in function:ar_next
1552 if (arcfree) {
1553 (void)free(arcfree);
1554 arcfree = NULL;
1556 if ((arcfree = strdup(buf)) == NULL) {
1562 arcname = arcfree;
ar_io.c 1423 static char *arcfree = NULL; local in function:ar_next
1552 if (arcfree) {
1553 (void)free(arcfree);
1554 arcfree = NULL;
1556 if ((arcfree = strdup(buf)) == NULL) {
1562 arcname = arcfree;

Completed in 98 milliseconds