Searched refs:truncated (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c187 int truncated = 0; local
374 truncated = 1;
542 if (error && truncated && (error != ENXIO)) {
543 printf("hfs_inactive: couldn't delete a truncated file!");
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c3588 // the string got truncated!
3658 int truncated=0; local
3760 len = safe_getpath(dvp, nd.ni_cnd.cn_nameptr, target_path, MAXPATHLEN, &truncated);
3787 if (truncated) {
6701 int truncated = 0; local
6794 len = safe_getpath(dvp, nd.ni_cnd.cn_nameptr, path, MAXPATHLEN, &truncated);
6796 if (truncated) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c3203 int plen, truncated=0; local
3209 plen = safe_getpath(dvp, ni.ni_cnd.cn_nameptr, target_path, MAXPATHLEN, &truncated);
3212 if (truncated) {

Completed in 54 milliseconds