HomeSort by: relevance | last modified time | path
    Searched defs:hf (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/net/
sethostent.c 98 sethostent_r(FILE **hf)
100 if (!*hf)
101 *hf = fopen(_h_hosts, "re");
103 rewind(*hf);
107 endhostent_r(FILE **hf)
109 if (*hf) {
110 (void)fclose(*hf);
111 *hf = NULL;
159 FILE *hf; local in function:_hf_gethtbyname2
165 hf = NULL
269 FILE *hf; local in function:_hf_gethtbyaddr
    [all...]
  /src/tests/lib/libc/gen/
t_humanize_number.c 122 const struct hnflags *hf; local in function:formatflags
133 hf = &hfs[i];
134 if (flags & hf->hf_flags) {
135 found |= hf->hf_flags;
136 n = snprintf(p, len, "|%s", hf->hf_name);
  /src/common/dist/zlib/contrib/minizip/
iowin32.c 43 HANDLE hf; member in struct:__anon063b6db30108
79 w32fiow.hf = hFile;
193 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
214 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
253 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
275 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
301 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
338 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
376 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 109 struct hpcfb_fbconf hf; member in struct:hd64461video_chip
267 hfa.ha_fbconflist = &hd64461video_chip.hf;
299 hpcfb_cnattach(&hd64461video_chip.hf);
330 struct hpcfb_fbconf *fb = &hvc->hf;
443 struct hpcfb_fbconf *hf = &sc->sc_vc->hf; local in function:hd64461video_ioctl
525 if (hf->hf_class != HPCFB_CLASS_INDEXCOLOR ||
526 hf->hf_pack_width != 8 ||
553 if (hf->hf_class != HPCFB_CLASS_INDEXCOLOR ||
554 hf->hf_pack_width != 8 |
634 struct hpcfb_fbconf *hf = &sc->sc_vc->hf; local in function:hd64461video_mmap
    [all...]

Completed in 54 milliseconds