Lines Matching refs:path
3383 /* portability defines, excluding path handling macros */
3422 /* path handling portability macros */
3487 int make_executable (const char *path);
3488 int check_executable (const char *path);
3761 check_executable (const char *path)
3766 path ? (*path ? path : "EMPTY!") : "NULL!"));
3767 if ((!path) || (!*path))
3770 if ((stat (path, &st) >= 0)
3778 make_executable (const char *path)
3784 path ? (*path ? path : "EMPTY!") : "NULL!"));
3785 if ((!path) || (!*path))
3788 if (stat (path, &st) >= 0)
3790 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
3795 /* Searches for the full path of the wrapper. Returns
3796 newly allocated full path name if found, NULL otherwise
3816 /* Absolute path? */
3848 const char *path = getenv ("PATH");
3849 if (path != NULL)
3851 for (p = path; *p; p = p_next)
3862 /* empty path: current directory */
3887 /* Relative path | not found in path: prepend cwd */
6112 path=
6114 -L*) path="$deplib" ;;
6146 path=
6151 path="-L$absdir/$objdir"
6161 path="-L$absdir"
6166 *" $path "*) ;;
6167 *) deplibs="$path $deplibs" ;;
7068 for path in $notinst_path; do
7070 *" -L$path/$objdir "*) ;;
7073 *" -L$path/$objdir "*)
7074 new_libs="$new_libs -L$path/$objdir" ;;
7758 for path in $notinst_path; do
7760 *" -L$path/$objdir "*) ;;
7763 *" -L$path/$objdir "*)
7764 new_libs="$new_libs -L$path/$objdir" ;;