Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pwconv/
H A Dpwconv.c100 FILE *tp_fp, *tsp_fp; in main() local
168 if ((tp_fp = fopen(PASSTEMP, "w")) == NULL) { in main()
367 if ((putpwent(pwdp, tp_fp)) != 0) { in main()
393 (void) fclose(tp_fp); in main()