Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acct/
H A Dwtmpfix.c106 static struct dtab *Ldp; /* list trailer */ variable
241 dp = Ldp; in mkdtab()
248 Fdp = Ldp = dp; in mkdtab()
258 if ((dp = Ldp) == NULL) { in setdtab()
264 if ((Ldp = calloc(sizeof (struct dtab), 1)) == NULL) { in setdtab()
268 Ldp->d_off1 = dp->d_off1; in setdtab()
269 dp->d_ndp = Ldp; in setdtab()