OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plist_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ipf/dist/
ipf.h
155
}
plist_t
;
typedef in typeref:struct:plist_s
/src/external/bsd/pkg_install/dist/lib/
lib.h
189
typedef struct
plist_t
{
struct
190
struct
plist_t
*prev; /* previous entry */
191
struct
plist_t
*next; /* next entry */
195
}
plist_t
;
typedef in typeref:struct:plist_t
199
plist_t
*head; /* head of list */
200
plist_t
*tail; /* tail of list */
345
plist_t
*new_plist_entry(void);
346
plist_t
*last_plist(package_t *);
347
plist_t
*find_plist(package_t *, pl_ent_t);
352
void csum_plist_entry(char *,
plist_t
*);
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026