Searched refs:FILE_INFO (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_scanner.h88 struct FILE_INFO { struct
111 extern struct FILE_INFO *ip_file; /* Pointer to the configuration file stream */
118 extern struct FILE_INFO *fp[];
127 struct FILE_INFO *F_OPEN(const char *path, const char *mode);
128 int FGETC(struct FILE_INFO *stream);
129 int UNGETC(int ch, struct FILE_INFO *stream);
130 int FCLOSE(struct FILE_INFO *stream);
H A Dntp_scanner.c99 struct FILE_INFO *
105 struct FILE_INFO *my_info;
125 struct FILE_INFO *stream
146 struct FILE_INFO *stream
160 struct FILE_INFO *stream
H A Dntp_parser.c94 struct FILE_INFO *ip_file; /* Pointer to the configuration file stream */
H A Dntp_parser.y36 struct FILE_INFO *ip_file; /* Pointer to the configuration file stream */
H A Dntp_config.c147 struct FILE_INFO *fp[MAXINCLUDELEVEL+1];
3798 struct FILE_INFO remote_cuckoo;

Completed in 129 milliseconds