Searched refs:txt_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dtext_mmap.c88 mapinfo->txt_data = AGALOC(mapinfo->txt_size+1, "file text");
95 size_t sz = mapinfo->txt_size;
122 mapinfo->txt_full_size = (mapinfo->txt_size + pgsz) & ~(pgsz - 1);
123 if (mapinfo->txt_full_size == (mapinfo->txt_size + pgsz)) {
149 mmap(map_addr, mapinfo->txt_size, mapinfo->txt_prot,
222 mapinfo->txt_size = (size_t)sb.st_size;
301 * no_nul = (mi.txt_size == mi.txt_full_size);
360 write(mi->txt_fd, mi->txt_data, mi->txt_size);
/freebsd-12-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h727 size_t txt_size; ///< actual file size member in struct:__anon6373

Completed in 47 milliseconds