Searched refs:OPLIST (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/tools/tools/build_option_survey/
H A Dmkhtml.sh9 OPLIST=`sh listallopts.sh`
118 for o in $OPLIST
H A Dreduce.sh7 OPLIST=`sh listallopts.sh`
37 for o in $OPLIST
H A Doption_survey.sh7 OPLIST=`sh listallopts.sh`
141 for o in $OPLIST
/freebsd-9.3-release/bin/pax/
H A Dpax.h73 typedef struct oplist OPLIST; typedef in typeref:struct:oplist
H A Doptions.c64 static OPLIST *ophead = NULL; /* head for format specific options -x */
65 static OPLIST *optail = NULL; /* option tail */
1305 * pointer to next OPLIST entry or NULL (end of list).
1308 OPLIST *
1311 OPLIST *opt;
1327 OPLIST *opt;
1353 OPLIST *opt;
1371 * OPLIST structure. When we know the format, the format specific
1382 if ((opt = (OPLIST *)malloc(sizeof(OPLIST)))
[all...]
H A Dextern.h186 OPLIST * opt_next(void);
H A Dtar.c337 OPLIST *opt;

Completed in 114 milliseconds