Home | History | Annotate | Download | only in pppd

Lines Matching refs:FILE

52 #include <stdio.h>		/* for FILE */
79 #define MAXWORDLEN 1024 /* max length of word in file (incl null) */
150 #define OPRIO_CFGFILE 1 /* value from a configuration file */
152 #define OPRIO_SECFILE 3 /* value from options in a secrets file */
223 extern int redirect_stderr;/* Connector's stderr should go to file */
282 extern bool lockflag; /* Create lock file to lock the serial dev */
307 extern char *record_file; /* File to record chars sent/received */
438 /* find and process a per-channel options file */
442 /* get the channel ready to do PPP, return a file descriptor */
652 int lock __P((char *)); /* Create lock file for device */
653 int relock __P((int)); /* Rewrite lock file with new pid */
654 void unlock __P((void)); /* Delete previously-created lock file */
656 /* Write entry to wtmp file */
676 /* Parse options from an options file */
681 int getword __P((FILE *f, char *word, int *newlinep, char *filename));
682 /* Read a word from a file */