HomeSort by: relevance | last modified time | path
    Searched refs:FTREE (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
ftree.h 1 /* $NetBSD: ftree.h,v 1.5 2003/10/13 07:41:22 agc Exp $ */
35 * @(#)ftree.h 8.1 (Berkeley) 5/31/93
39 * Data structure used by the ftree.c routines to store the file args to be
44 typedef struct ftree { struct
47 struct ftree *fow; /* pointer to next entry on list */
48 } FTREE;
ftree.c 1 /* $NetBSD: ftree.c,v 1.46 2024/09/08 17:28:36 rillig Exp $ */
72 static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94";
74 __RCSID("$NetBSD: ftree.c,v 1.46 2024/09/08 17:28:36 rillig Exp $");
90 #include "ftree.h"
100 * file args supplied to pax are stored on a single linked list (of type FTREE)
114 static FTREE *fthead = NULL; /* head of linked list of file args */
115 static FTREE *fttail = NULL; /* tail of linked list of file args */
116 static FTREE *ftcur = NULL; /* current file arg being processed */
214 FTREE *ft;
226 * allocate FTREE node and add to the end of the linked list (args ar
    [all...]

Completed in 12 milliseconds