Searched refs:tmap_info_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | text_mmap.c | 85 load_text_file(tmap_info_t * mapinfo, char const * pzFile) in load_text_file() 168 validate_mmap(char const * fname, int prot, int flags, tmap_info_t * mapinfo) in validate_mmap() 239 close_mmap_files(tmap_info_t * mi) in close_mmap_files() 310 text_mmap(char const * pzFile, int prot, int flags, tmap_info_t * mi) in text_mmap() 349 text_munmap(tmap_info_t * mi) in text_munmap()
|
H A D | proto.h | 522 load_text_file(tmap_info_t * mapinfo, char const * pzFile); 525 validate_mmap(char const * fname, int prot, int flags, tmap_info_t * mapinfo); 528 close_mmap_files(tmap_info_t * mi);
|
H A D | configfile.c | 78 tmap_info_t cfgfile; in configFileLoad() 371 tmap_info_t cfgfile; in file_preset()
|
H A D | save.c | 517 tmap_info_t map_info; in remove_settings()
|
/freebsd/contrib/ntp/sntp/libopts/autoopts/ |
H A D | options.h | 736 } tmap_info_t; typedef 1251 extern void * text_mmap(char const *, int, int, tmap_info_t *); 1253 extern int text_munmap(tmap_info_t *);
|