Lines Matching refs:path
184 # CHECK_FUNC should accept the path to a candidate program, and
226 # Unless the user overrides by setting SED, search the path for either GNU
268 # Unless the user overrides by setting GREP, search the path for either GNU
342 # Sed substitution that converts a w32 file name or path
839 # Make sure the entire path to DIRECTORY-PATH is available.
857 # list incase some portion of path contains whitespace.
925 # Remove doubled-up and trailing slashes, "." path components,
926 # and cancel out any ".." path components in PATH after making
927 # it an absolute path.
932 # These SED scripts presuppose an absolute path with a trailing slash.
942 # Start from root dir and reassemble the path.
948 # Empty path, that just means $cwd.
957 # Unusual form of absolute path, do nothing.
960 # Not necessarily an ordinary path; POSIX reserves leading '//'
966 # Absolute path, do nothing.
969 # Relative path, prepend $cwd.
975 # the path to end with a slash for ease of parsing, so make sure
995 # Trailing empty path component, ignore it.
1003 # Actual path component, append it.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1074 # Now calculate path; take care to avoid doubling-up slashes.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
2053 execute automatically set library path, then run a program
2203 # Evaluate the configuration. Be careful to quote the path
2784 # Helper function used by path conversion functions when $build is *nix, and
2787 # $PATH. Assumes ARG has no leading or trailing path separator characters.
2789 # ARG is path to be converted from $build format to win32.
2823 # (2), returns the Cygwin file name or path in func_cygpath_result (input
2824 # file name or path is assumed to be in w32 format, as previously converted
2826 # or path in func_cygpath_result (input file name or path is assumed to be in
2829 # ARGS are passed to cygpath, with the last one being the file name or path to
2853 # Convert file name or path ARG from MSYS format to w32 format. Return
2886 # Verify that FROM_PATH (a path in $build format) was converted to $host
2894 func_error "Could not determine the host path corresponding to"
2935 # In each case, ARG is the path to be converted from $build to $host format.
3077 # In each case, ARG is the path to be converted from $build to $host format.
3081 # ARG begins or ends with a path separator character, it is preserved (but
3084 # All path conversion functions are named using the following convention:
3086 # path conversion function : func_convert_path_X_to_Y ()
3109 # Converts the path ARG from $build format to $host format. Return result
3131 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
3140 # Remove leading and trailing path separator characters from ARG. MSYS
3156 # Convert path ARG from Cygwin to w32 format. Returns result in
3177 # Convert path ARG from *nix to w32 format. Requires a wine environment and
3199 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3222 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
3231 # Remove leading and trailing path separator characters from
3665 Automatically set library path, then run a program.
3669 -dlopen FILE add the directory containing FILE to the library path
3671 This mode sets the library path environment variable according to '-dlopen'
3676 directories are added to the library path.
3724 -bindir BINDIR specify path to binaries directory (for systems where
3746 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
5473 # Add the dll search path components to the executable PATH
5481 # Add our own library path to $shlibpath_var
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 */
6120 "checking path component for symlinks: %s\n",
6292 /* some systems can't cope with a ':'-terminated path #' */
6821 # We need an absolute path.
6965 func_fatal_error "need path for '-L' option"
6970 # We need an absolute path.
7149 # We need an absolute path.
7268 # -F/path path to uninstalled frameworks, gcc on darwin
7941 # We need an absolute path.
7972 # Remove this search path later
7977 # Remove this search path later
8086 # We need to hardcode the library path
8095 # Hardcode the library path.
8097 # search path.
8169 # Hardcode the library path.
8171 # search path.
8478 path=
8480 -L*) path=$deplib ;;
8486 # We need an absolute path.
8514 path=
8519 path=-L$absdir/$objdir
8529 path=-L$absdir
8534 *" $path "*) ;;
8535 *) deplibs="$path $deplibs" ;;
9070 #for path in $notinst_path; do
9071 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
9072 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
9073 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
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"
9386 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9390 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" ;;
10231 for path in $notinst_path; do
10233 *" -L$path/$objdir "*) ;;
10236 *" -L$path/$objdir "*)
10237 func_append new_libs " -L$path/$objdir" ;;
10854 # and that have no shared library path variable independent of PATH,