OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 16 14:10:15 GMT 2025