Searched refs:ept (Results 1 – 9 of 9) sorted by relevance
| /freebsd/lib/libc/gen/ |
| H A D | getcwd.c | 68 char *ept, c; in __ssp_real() local 86 ept = pt + size; in __ssp_real() 90 ept = pt + ptsize; in __ssp_real() 92 if (__getcwd(pt, ept - pt) == 0) { in __ssp_real() 95 ept = pt + strlen(pt) - 1; in __ssp_real() 96 while (bpt < ept) { in __ssp_real() 98 *bpt++ = *ept; in __ssp_real() 99 *ept-- = c; in __ssp_real() 104 bpt = ept - 1; in __ssp_real() 132 bcopy(bpt, pt, ept - bpt); in __ssp_real() [all …]
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | getcwd.c | 64 char *ept, *eup, *up; in getcwd() local 80 ept = pt + size; in getcwd() 84 ept = pt + ptsize; in getcwd() 86 bpt = ept - 1; in getcwd() 126 memmove(pt, bpt, ept - bpt); in getcwd() 200 len = ept - bpt; in getcwd() 205 ept = pt + ptsize; in getcwd() 206 memmove(ept - len, bpt, len); in getcwd() 207 bpt = ept - len; in getcwd()
|
| /freebsd/sys/amd64/vmm/intel/ |
| H A D | ept.c | 66 SYSCTL_NODE(_hw_vmm, OID_AUTO, ept, CTLFLAG_RW | CTLFLAG_MPSAFE, NULL,
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_gpsdjson.c | 1561 double ept; in process_tpv() local 1620 ept = json_object_lookup_float_default(jctx, 0, "ept", 2.0e-3); in process_tpv() 1621 ept = frexp(fabs(ept)*0.70710678, &xlog2); /* ~ sqrt(0.5) */ in process_tpv() 1622 if (ept < 0.25) in process_tpv() 1624 if (ept > 2.0) in process_tpv()
|
| /freebsd/sys/dev/cfe/ |
| H A D | cfe_api.h | 187 int cfe_init(uint64_t handle,uint64_t ept);
|
| H A D | cfe_api.c | 78 cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) in cfe_init() argument 80 cfe_dispfunc = NATIVE_FROM_XPTR(ept); in cfe_init()
|
| /freebsd/sys/dev/mlx5/mlx5_accel/ |
| H A D | mlx5_ipsec.c | 421 #define GET_TRUNK_IF(vifp, ifp, ept) \ argument 423 NET_EPOCH_ENTER(ept); \ 425 NET_EPOCH_EXIT(ept); \
|
| /freebsd/sys/modules/vmm/ |
| H A D | Makefile | 104 SRCS+= ept.c \
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | printer | 63 # For the variant with the TIFF preview image sometimes the file extension ept is used 64 !:ext eps/ept
|