HomeSort by: relevance | last modified time | path
    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