pwf                70 gtags-cscope/logdir.c 	int	pwf;
pwf                73 gtags-cscope/logdir.c 	if ((pwf = myopen("/etc/passwd", 0, 0)) == -1)
pwf                79 gtags-cscope/logdir.c 		i = read(pwf, line, OURBUFSIZ);
pwf                87 gtags-cscope/logdir.c 		(void) lseek(pwf, (long) (j - i), 1);	/* point at the next line */
pwf                91 gtags-cscope/logdir.c 	(void) close(pwf);