HomeSort by: relevance | last modified time | path
    Searched defs:hf (Results 1 - 10 of 10) 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
165 hf = NULL
269 FILE *hf; local
    [all...]
  /src/common/dist/zlib/contrib/minizip/
iowin32.c 43 HANDLE hf; member in struct:__anon39
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/tests/lib/libc/gen/
t_humanize_number.c 122 const struct hnflags *hf; local
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/external/gpl3/binutils/dist/zlib/contrib/minizip/
iowin32.c 43 HANDLE hf; member in struct:__anon10969
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/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
iowin32.c 46 HANDLE hf; member in struct:__anon12416
84 w32fiow.hf = hFile;
203 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
225 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
266 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
289 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
316 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
354 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
393 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
iowin32.c 46 HANDLE hf; member in struct:__anon19980
84 w32fiow.hf = hFile;
203 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
225 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
266 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
289 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
316 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
354 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
393 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
iowin32.c 46 HANDLE hf; member in struct:__anon22719
84 w32fiow.hf = hFile;
203 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
225 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
266 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
289 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
316 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
354 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
393 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
  /src/external/gpl3/binutils/dist/gprofng/src/
LoadObject.cc 942 Function *hf = get_hide_function (); local
943 h_instr = hf->create_hide_instr (instr);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
LoadObject.cc 942 Function *hf = get_hide_function (); local
943 h_instr = hf->create_hide_instr (instr);
  /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
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
    [all...]

Completed in 31 milliseconds