Home
last modified time | relevance | path

Searched refs:ddloc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dtelldir.c51 struct ddloc { struct
52 struct ddloc *loc_next;/* next structure in list */ argument
63 static struct ddloc *dd_hash[NDIRHASH]; /* Hash list heads for ddlocs */ argument
73 struct ddloc *lp; in telldir()
92 if ((lp = (struct ddloc *)malloc(sizeof(struct ddloc))) == NULL) { in telldir()
120 struct ddloc *lp; in _seekdir()
158 struct ddloc *lp; in _reclaim_telldir()
159 struct ddloc **prevlp; in _reclaim_telldir()