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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c186 int truncated = 0; local
364 truncated = 1;
529 if (error && truncated && (error != ENXIO))
530 printf("hfs_inactive: couldn't delete a truncated file!");
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c3540 // the string got truncated!
3610 int truncated=0; local
3708 len = safe_getpath(dvp, nd.ni_cnd.cn_nameptr, target_path, MAXPATHLEN, &truncated);
3735 if (truncated) {
6639 int truncated = 0; local
6732 len = safe_getpath(dvp, nd.ni_cnd.cn_nameptr, path, MAXPATHLEN, &truncated);
6734 if (truncated) {
/darwin-on-arm/xnu/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 38 milliseconds