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

  /src/bin/pax/
pax.h 232 typedef struct oplist { struct
235 struct oplist *fow; /* next option */
236 } OPLIST;
options.c 90 static OPLIST *ophead = NULL; /* head for format specific options -x */
91 static OPLIST *optail = NULL; /* option tail */
1898 * pointer to next OPLIST entry or NULL (end of list).
1901 OPLIST *
1904 OPLIST *opt;
1920 OPLIST *opt;
1953 OPLIST *opt;
1971 * OPLIST structure. When we know the format, the format specific
1982 if ((opt = (OPLIST *)malloc(sizeof(OPLIST))) == NULL)
    [all...]
extern.h 205 OPLIST * opt_next(void);
tar.c 420 OPLIST *opt;

Completed in 42 milliseconds