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

/freebsd-13-stable/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`
142 for o in $OPLIST
/freebsd-13-stable/bin/pax/
H A Dpax.h75 typedef struct oplist OPLIST; typedef in typeref:struct:oplist
H A Doptions.c66 static OPLIST *ophead = NULL; /* head for format specific options -x */
67 static OPLIST *optail = NULL; /* option tail */
1314 * pointer to next OPLIST entry or NULL (end of list).
1317 OPLIST *
1320 OPLIST *opt;
1336 OPLIST *opt;
1362 OPLIST *opt;
1380 * OPLIST structure. When we know the format, the format specific
1391 if ((opt = (OPLIST *)malloc(sizeof(OPLIST)))
[all...]
H A Dextern.h188 OPLIST * opt_next(void);
H A Dtar.c337 OPLIST *opt;

Completed in 86 milliseconds