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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am63 text_mmap.c time.c tokenize.c \
H A Dtext_mmap.c2 * @file text_mmap.c
252 /*=export_func text_mmap
279 * that routine sets it. If @code{text_mmap} works to this point, a valid
299 * void * data = text_mmap("file", PROT_WRITE, MAP_PRIVATE, &mi);
306 text_mmap(char const * pzFile, int prot, int flags, tmap_info_t * mi) function
328 * what: unmap the data mapped in by text_mmap
337 * This routine will unmap the data mapped in with @code{text_mmap} and close
379 * end of autoopts/text_mmap.c */
H A Dconfigfile.c126 char * txt = text_mmap(fname, PROT_READ, MAP_PRIVATE, &cfgfile);
420 text_mmap(fname, PROT_READ|PROT_WRITE, MAP_PRIVATE, &cfgfile);
H A DMakefile.in478 stack.c stdnoreturn.in.h streqvcmp.c text_mmap.c time.c \
/freebsd-11-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h717 * This is an output only structure used by text_mmap and text_munmap.
719 * the text_mmap and text_munmap procedures. BE ADVISED: if you are
1249 extern void * text_mmap(char const *, int, int, tmap_info_t *);

Completed in 84 milliseconds