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

/freebsd-10.0-release/lib/libc/nls/
H A Dmsgcat.c119 int saverr, spcleft; local
224 spcleft = sizeof(path) -
226 if (strlcpy(pathP, tmpptr, spcleft) >=
227 spcleft) {
/freebsd-10.0-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 62 milliseconds