Lines Matching full:pathname
624 pathname component of symbolic link is too long (ie, > PATH_MAX).
655 pathname component of symbolic link is too long (ie, > PATH_MAX).
657 component in pathname of symbolic link is not a directory.
849 2) mknod(2) returns -1 and sets errno to EFAULT if pathname points
852 component in pathname does not exist.
853 4) mknod(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
856 component in pathname is not a directory.
886 referred to by symbolic link if the pathname points to a symbolic link.
901 if the pathname points outside allocate address space for the
904 if the specified file doesn't exist (or pathname is NULL).
906 if the pathname size is > PATH_MAX characters.
911 search access is permitted on the pathname of the specified file.
1289 3) chmod(2) returns -1 and sets errno to EFAULT if pathname points
1291 4) chmod(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
1294 component in pathname is not a directory.
1337 3) chown(2) returns -1 and sets errno to EFAULT if pathname points
1339 4) chown(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
1342 component in pathname is not a directory.
1481 3) lchown(2) returns -1 and sets errno to EFAULT if pathname points
1483 4) lchown(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
1486 component in pathname is not a directory.
1546 3) truncate(2) returns -1 and sets errno to EFAULT if pathname points
1549 of a pathname exceeded 255 characters or entire pathname exceeds 1023
2403 3) lstat(2) returns -1 and sets errno to EFAULT if pathname points
2405 4) lstat(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
2408 component in pathname is not a directory.
2429 3) stat(2) returns -1 and sets errno to EFAULT if pathname points
2431 4) stat(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
2434 component in pathname is not a directory.