Lines Matching refs:path
4192 /* portability defines, excluding path handling macros */
4231 /* path handling portability macros */
4287 int make_executable (const char *path);
4288 int check_executable (const char *path);
4585 check_executable (const char *path)
4590 nonempty (path));
4591 if ((!path) || (!*path))
4594 if ((stat (path, &st) >= 0)
4602 make_executable (const char *path)
4608 nonempty (path));
4609 if ((!path) || (!*path))
4612 if (stat (path, &st) >= 0)
4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
4619 /* Searches for the full path of the wrapper. Returns
4620 newly allocated full path name if found, NULL otherwise
4640 /* Absolute path? */
4672 const char *path = getenv ("PATH");
4673 if (path != NULL)
4675 for (p = path; *p; p = p_next)
4686 /* empty path: current directory */
4712 /* Relative path | not found in path: prepend cwd */
7038 path=
7040 -L*) path="$deplib" ;;
7074 path=
7079 path="-L$absdir/$objdir"
7089 path="-L$absdir"
7094 *" $path "*) ;;
7095 *) deplibs="$path $deplibs" ;;
7846 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
7850 echo "*** because I did check the linker path looking for a file starting"
8013 for path in $notinst_path; do
8015 *" -L$path/$objdir "*) ;;
8018 *" -L$path/$objdir "*)
8019 func_append new_libs " -L$path/$objdir" ;;
8744 for path in $notinst_path; do
8746 *" -L$path/$objdir "*) ;;
8749 *" -L$path/$objdir "*)
8750 func_append new_libs " -L$path/$objdir" ;;