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

/freebsd-11-stable/lib/libc/nls/
H A Dmsgcat.c126 int saverr, spcleft; local
232 spcleft = sizeof(path) -
234 if (strlcpy(pathP, tmpptr, spcleft) >=
235 spcleft) {
/freebsd-11-stable/sbin/newfs/
H A Dmkfs.c946 int i, spcleft; local
948 spcleft = DIRBLKSIZ;
954 spcleft -= protodir[i].d_reclen;
956 protodir[i].d_reclen = spcleft;

Completed in 59 milliseconds