Lines Matching refs:path
1520 directories are added to the library path.
3278 int make_executable (const char *path);
3279 int check_executable (const char *path);
3626 check_executable (const char *path)
3631 path ? (*path ? path : "EMPTY!") : "NULL!"));
3632 if ((!path) || (!*path))
3635 if ((stat (path, &st) >= 0)
3643 make_executable (const char *path)
3649 path ? (*path ? path : "EMPTY!") : "NULL!"));
3650 if ((!path) || (!*path))
3653 if (stat (path, &st) >= 0)
3655 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
3660 /* Searches for the full path of the wrapper. Returns
3661 newly allocated full path name if found, NULL otherwise
3681 /* Absolute path? */
3713 const char *path = getenv ("PATH");
3714 if (path != NULL)
3716 for (p = path; *p; p = p_next)
3727 /* empty path: current directory */
3752 /* Relative path | not found in path: prepend cwd */
5904 -L*) path="$deplib" ;;
5936 path=
5941 path="-L$absdir/$objdir"
5951 path="-L$absdir"
5956 *" $path "*) ;;
5957 *) deplibs="$path $deplibs" ;;
6691 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
6695 $ECHO "*** because I did check the linker path looking for a file starting"
6858 for path in $notinst_path; do
6860 *" -L$path/$objdir "*) ;;
6863 *" -L$path/$objdir "*)
6864 new_libs="$new_libs -L$path/$objdir" ;;
7542 for path in $notinst_path; do
7544 *" -L$path/$objdir "*) ;;
7547 *" -L$path/$objdir "*)
7548 new_libs="$new_libs -L$path/$objdir" ;;