/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...] |
gethnamaddr.c | 741 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) 751 if (hf == NULL) { 760 p = fparseln(hf, NULL, NULL, NULL, FPARSELN_UNESCALL);
|
/src/sys/modules/dtrace/lockstat/ |
Makefile | 15 ARMV:= ${MACHINE_ARCH:S/earmv//:S/eb//:S/hf//} 17 ARMV:= ${MACHINE_ARCH:S/armv//:S/eb//:S/hf//}
|
/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/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/sys/arch/arm/include/ |
aeabi.h | 94 float __aeabi_h2f(short hf) __aapcs; // IEEE 754 binary16 storage format (VFP half precision) to binary32 (float) conversion [4, 5] 96 float __aeabi_h2f_alt(short hf) __aapcs; // __aeabi_h2f_alt converts from VFP alternative format [7].
|
/src/sys/arch/playstation2/ee/ |
gsreg.h | 90 #define SYNCH2(hb, hf) \ 92 ((u_int64_t)(hf) << 0))
|
/src/sys/dev/videomode/ |
vesagtf.c | 664 float vf, hf; 666 hf = 1000.0 * vmp->dot_clock / vmp->htotal; 667 vf = 1.0 * hf / vmp->vtotal; 671 vmp->hdisplay, vmp->vdisplay, vf, hf, vmp->dot_clock / 1000.0);
|
/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...] |
/src/distrib/utils/libhack/ |
gethost.c | 137 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) 146 if (hf == NULL) { 152 if ((p = fgetln(hf, &llen)) == NULL) {
|
/src/lib/libedit/ |
history.c | 1120 TYPE(History) hf; 1122 hf.h_ref = va_arg(va, void *); 1124 hf.h_first = va_arg(va, history_gfun_t); 1125 hf.h_next = va_arg(va, history_gfun_t); 1126 hf.h_last = va_arg(va, history_gfun_t); 1127 hf.h_prev = va_arg(va, history_gfun_t); 1128 hf.h_curr = va_arg(va, history_gfun_t); 1129 hf.h_set = va_arg(va, history_sfun_t); 1130 hf.h_clear = va_arg(va, history_vfun_t); 1131 hf.h_enter = va_arg(va, history_efun_t) [all...] |
/src/sys/arch/sparc/stand/binstall/ |
binstall.sh | 56 while getopts b:hf:i:m:tUuv a
|
/src/lib/ |
Makefile | 42 .if ${LIBC_MACHINE_CPU} == "arm" && empty(LIBC_MACHINE_ARCH:M*hf*)
|
/src/etc/ |
Makefile | 118 empty(MACHINE_ARCH:M*arm*hf*) && empty(MACHINE_ARCH:Maarch64*) && \
|
/src/usr.sbin/postinstall/ |
postinstall.in | 2301 /etc/rc.d/smmsp /usr/share/misc/sendmail.hf \
|
/src/share/mk/ |
bsd.own.mk | 1175 .if (${MACHINE_CPU} == "arm" && ${MACHINE_ARCH:M*hf*} == "") || \
|
/src/tests/usr.bin/netpgpverify/ |
t_netpgpverify.sh | 4113 KJ73s4+nzPnLv63fjW+eRrs7T55xub2h2F+hf++tnCJUqPOpG8n5SWu+ji9IauWz
|