Searched refs:txt_data (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");
89 if (mapinfo->txt_data == NULL) {
96 char * pz = mapinfo->txt_data;
103 free(mapinfo->txt_data);
148 mapinfo->txt_data =
152 if (mapinfo->txt_data == MAP_FAILED_PTR)
315 return mi->txt_data;
320 mi->txt_data = MAP_FAILED_PTR;
321 return mi->txt_data;
350 (void)munmap(mi->txt_data, m
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h722 * to the source file. ALSO: if "txt_data" is valid and "txt_errno"
726 void * txt_data; ///< text file data member in struct:__anon6373

Completed in 141 milliseconds