Lines Matching refs:path
5569 /* portability defines, excluding path handling macros */
5604 /* path handling portability macros */
5660 int make_executable (const char *path);
5661 int check_executable (const char *path);
5963 check_executable (const char *path)
5968 nonempty (path));
5969 if ((!path) || (!*path))
5972 if ((stat (path, &st) >= 0)
5980 make_executable (const char *path)
5986 nonempty (path));
5987 if ((!path) || (!*path))
5990 if (stat (path, &st) >= 0)
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
5997 /* Searches for the full path of the wrapper. Returns
5998 newly allocated full path name if found, NULL otherwise
6018 /* Absolute path? */
6050 const char *path = getenv ("PATH");
6051 if (path != NULL)
6053 for (p = path; *p; p = p_next)
6064 /* empty path: current directory */
6090 /* Relative path | not found in path: prepend cwd */
8478 path=
8480 -L*) path=$deplib ;;
8514 path=
8519 path=-L$absdir/$objdir
8529 path=-L$absdir
8534 *" $path "*) ;;
8535 *) deplibs="$path $deplibs" ;;
9332 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9336 echo "*** because I did check the linker path looking for a file starting"
9499 for path in $notinst_path; do
9501 *" -L$path/$objdir "*) ;;
9504 *" -L$path/$objdir "*)
9505 func_append new_libs " -L$path/$objdir" ;;
10233 *" -L$path/$objdir "*) ;;
10236 *" -L$path/$objdir "*)
10237 func_append new_libs " -L$path/$objdir" ;;