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

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A DMakefile.am63 text_mmap.c time.c tokenize.c \
H A Dtext_mmap.c1 /* $NetBSD: text_mmap.c,v 1.5 2020/05/25 20:47:35 christos Exp $ */
4 * @file text_mmap.c
254 /*=export_func text_mmap
281 * that routine sets it. If @code{text_mmap} works to this point, a valid
301 * void * data = text_mmap("file", PROT_WRITE, MAP_PRIVATE, &mi);
308 text_mmap(char const * pzFile, int prot, int flags, tmap_info_t * mi) function
330 * what: unmap the data mapped in by text_mmap
339 * This routine will unmap the data mapped in with @code{text_mmap} and close
381 * end of autoopts/text_mmap.c */
H A Dconfigfile.c128 char * txt = text_mmap(fname, PROT_READ, MAP_PRIVATE, &cfgfile);
422 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 \
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h719 * This is an output only structure used by text_mmap and text_munmap.
721 * the text_mmap and text_munmap procedures. BE ADVISED: if you are
1251 extern void * text_mmap(char const *, int, int, tmap_info_t *);

Completed in 280 milliseconds