HomeSort by: relevance | last modified time | path
    Searched refs:txt_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
text_mmap.c 101 ssize_t rdct = read(mapinfo->txt_fd, pz, sz);
152 mapinfo->txt_flags, mapinfo->txt_fd, 0);
176 mapinfo->txt_fd = AO_INVALID_FD;
203 mapinfo->txt_fd = open(fname, o_flag);
204 if (mapinfo->txt_fd < 0) {
206 mapinfo->txt_fd = AO_INVALID_FD;
216 if (fstat(mapinfo->txt_fd, &sb) != 0) {
218 close(mapinfo->txt_fd);
224 close(mapinfo->txt_fd);
231 if (mapinfo->txt_fd == AO_INVALID_FD
    [all...]
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
options.h 733 int txt_fd; ///< file descriptor member in struct:__anon7507

Completed in 27 milliseconds