Searched refs:xfp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c141 rcsfcmp(xfp, xstatp, uname, delta)
142 register RILE *xfp;
146 /* Compare the files xfp and uname. Return zero
147 * if xfp has the same contents as uname and neither has keywords,
151 * given by the parameter delta in xfp. Thus, rcsfcmp returns nonpositive
152 * if xfp contains the same as uname, with the keywords expanded.
178 result = !!memcmp(xfp->base,ufp->base,(size_t)xstatp->st_size);
182 Igeteof_(xfp, xc, xeof=true;)
200 Igeteof_(xfp, xc, xeof=true;)
208 Igeteof_(xfp, x
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_floatunditf.c101 { 0xfULL, 0xfp+0L },
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c2897 xo_format_t *xfp)
2909 if (xo_check_conversion(xop, xfp->xf_enc, need_enc))
2912 len = xfp->xf_width[XF_WIDTH_SIZE];
2914 if (xfp->xf_fc == 'm') {
2920 } else if (xfp->xf_enc == XF_ENC_WIDE) {
2922 if (xfp->xf_skip)
2938 if (xfp->xf_skip)
2956 if (xfp->xf_enc == need_enc
2957 && xfp->xf_width[XF_WIDTH_MIN] < 0
2958 && xfp
2896 xo_format_string(xo_handle_t *xop, xo_buffer_t *xbp, xo_xff_flags_t flags, xo_format_t *xfp) argument
3260 xo_bump_width(xo_format_t *xfp, int digit) argument
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c8897 bxe_intr_fp(void *xfp) argument
8899 struct bxe_fastpath *fp = (struct bxe_fastpath *)xfp;

Completed in 134 milliseconds