HomeSort by: relevance | last modified time | path
    Searched defs:ptable_ent (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/lib/libsa/
cd9660.c 65 struct ptable_ent { struct
79 static int pnmatch(const char *, struct ptable_ent *);
83 pnmatch(const char *path, struct ptable_ent *pp)
144 struct ptable_ent *pp;
197 pp = (struct ptable_ent *)buf;
215 pp = (struct ptable_ent *)((char *)pp + PTSIZE(pp));
225 pp = (struct ptable_ent *)((char *)pp + PTSIZE(pp));

Completed in 12 milliseconds