Lines Matching refs:path
134 * 1. Create symbolic link with abnormal object name path
135 * 2. Create symbolic link with normal object name path
136 * 3. Create symbolic link with path to an existing object file
583 * Argument is path to program name.
615 * Determines if what path points at is a symbolic link file
617 * Argument is path to symbolic link file.
620 * link file and a minus one if the path doesn't point at a file.
622 static int see_if_a_symlink(char *path)
624 if (lstat(path, &asymlink) < 0)
739 "lstat(2) Failure when accessing %s symbolic link file which should contain %s path to %s file ",
745 "%s is not a symbolic link file which contains %s path to %s file",
852 * information when the path is not a symbolic link file
1324 "Expected ENAMETOOLONG error when creating %s symbolic link file with a path exceeding %d characters",
1336 "Expected ENAMETOOLONG error when reading %s symbolic link file with a path exceeding %d characters: errno:%d %s",