Home | History | Annotate | Download | only in src

Lines Matching refs:tffn

1096 			unlink(tp->tffn);
1605 checkoktoadd(len, offsetof(struct temp, tffn[0]) + 14);
1606 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap);
1613 tp->tffn[0] = '\0';
1618 cp += offsetof(struct temp, tffn[0]);
1632 while ((i = open(tp->tffn, O_CREAT | O_EXCL | O_RDWR, 0600)) < 0) {