Searched refs:spcleft (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libc/nls/
H A Dmsgcat.c120 int saverr, spcleft; local
225 spcleft = sizeof(path) -
227 if (strlcpy(pathP, tmpptr, spcleft) >=
228 spcleft) {
/freebsd-11.0-release/sbin/newfs/
H A Dmkfs.c921 int i, spcleft; local
923 spcleft = DIRBLKSIZ;
929 spcleft -= protodir[i].d_reclen;
931 protodir[i].d_reclen = spcleft;

Completed in 54 milliseconds