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

/freebsd-9.3-release/lib/libc/nls/
H A Dmsgcat.c118 int saverr, spcleft; local
223 spcleft = sizeof(path) -
225 if (strlcpy(pathP, tmpptr, spcleft) >=
226 spcleft) {
/freebsd-9.3-release/sbin/newfs/
H A Dmkfs.c925 int i, spcleft; local
927 spcleft = DIRBLKSIZ;
933 spcleft -= protodir[i].d_reclen;
935 protodir[i].d_reclen = spcleft;

Completed in 107 milliseconds