Searched refs:ffree (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c449 ffree();
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c334 ffree();
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h724 void ffree P((void));
H A Drcsutil.c229 * These blocks can be freed by ffree when we're done with the current file.
287 ffree() function
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c492 ffree();
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c139 ffree();
/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c314 ffree();
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c362 ffree();
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_kernel.h87 __u64 ffree; member in struct:fuse_kstatfs
H A Dfuse_vfsops.c508 sbp->f_ffree = fsfo->st.ffree; /* cast from uint64_t to int64_t */
513 "fil es: %llu, ffree: %llu, bsize: %i, namelen: %i\n",
518 (unsigned long long)fsfo->st.ffree, fsfo->st.bsize,
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmem1.c144 void *ffree; /* first free byte */ member in struct:mbl
220 mb->ffree = mb->blk;
225 p = mb->ffree;
226 mb->ffree = (char *)mb->ffree + s;
/freebsd-11-stable/contrib/tcsh/
H A Dtc.alloc.c58 # define free ffree

Completed in 242 milliseconds