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.
1456 # . relative/path/to/funclib.sh
1457 # . relative/path/to/options-parser
2100 execute automatically set library path, then run a program
2250 # Evaluate the configuration. Be careful to quote the path
2831 # Helper function used by path conversion functions when $build is *nix, and
2834 # $PATH. Assumes ARG has no leading or trailing path separator characters.
2836 # ARG is path to be converted from $build format to win32.
2870 # (2), returns the Cygwin file name or path in func_cygpath_result (input
2871 # file name or path is assumed to be in w32 format, as previously converted
2873 # or path in func_cygpath_result (input file name or path is assumed to be in
2876 # ARGS are passed to cygpath, with the last one being the file name or path to
2900 # Convert file name or path ARG from MSYS format to w32 format. Return
2933 # Verify that FROM_PATH (a path in $build format) was converted to $host
2941 func_error "Could not determine the host path corresponding to"
2982 # In each case, ARG is the path to be converted from $build to $host format.
3124 # In each case, ARG is the path to be converted from $build to $host format.
3128 # ARG begins or ends with a path separator character, it is preserved (but
3131 # All path conversion functions are named using the following convention:
3133 # path conversion function : func_convert_path_X_to_Y ()
3156 # Converts the path ARG from $build format to $host format. Return result
3178 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
3187 # Remove leading and trailing path separator characters from ARG. MSYS
3203 # Convert path ARG from Cygwin to w32 format. Returns result in
3224 # Convert path ARG from *nix to w32 format. Requires a wine environment and
3246 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3269 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
3278 # Remove leading and trailing path separator characters from
3712 Automatically set library path, then run a program.
3716 -dlopen FILE add the directory containing FILE to the library path
3718 This mode sets the library path environment variable according to '-dlopen'
3723 directories are added to the library path.
3771 -bindir BINDIR specify path to binaries directory (for systems where
3793 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
5521 # Add the dll search path components to the executable PATH
5529 # Add our own library path to $shlibpath_var
5617 /* portability defines, excluding path handling macros */
5652 /* path handling portability macros */
5708 int make_executable (const char *path);
5709 int check_executable (const char *path);
6011 check_executable (const char *path)
6016 nonempty (path));
6017 if ((!path) || (!*path))
6020 if ((stat (path, &st) >= 0)
6028 make_executable (const char *path)
6034 nonempty (path));
6035 if ((!path) || (!*path))
6038 if (stat (path, &st) >= 0)
6040 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
6045 /* Searches for the full path of the wrapper. Returns
6046 newly allocated full path name if found, NULL otherwise
6066 /* Absolute path? */
6098 const char *path = getenv ("PATH");
6099 if (path != NULL)
6101 for (p = path; *p; p = p_next)
6112 /* empty path: current directory */
6138 /* Relative path | not found in path: prepend cwd */
6168 "checking path component for symlinks: %s\n",
6340 /* some systems can't cope with a ':'-terminated path #' */
6869 # We need an absolute path.
7013 func_fatal_error "need path for '-L' option"
7018 # We need an absolute path.
7197 # We need an absolute path.
7316 # -F/path path to uninstalled frameworks, gcc on darwin
7993 # We need an absolute path.
8024 # Remove this search path later
8029 # Remove this search path later
8138 # We need to hardcode the library path
8147 # Hardcode the library path.
8149 # search path.
8221 # Hardcode the library path.
8223 # search path.
8530 path=
8532 -L*) path=$deplib ;;
8538 # We need an absolute path.
8566 path=
8571 path=-L$absdir/$objdir
8581 path=-L$absdir
8586 *" $path "*) ;;
8587 *) deplibs="$path $deplibs" ;;
9122 #for path in $notinst_path; do
9123 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
9124 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
9125 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
9384 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9388 echo "*** because I did check the linker path looking for a file starting"
9438 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9442 echo "*** because I did check the linker path looking for a file starting"
9551 for path in $notinst_path; do
9553 *" -L$path/$objdir "*) ;;
9556 *" -L$path/$objdir "*)
9557 func_append new_libs " -L$path/$objdir" ;;
10283 for path in $notinst_path; do
10285 *" -L$path/$objdir "*) ;;
10288 *" -L$path/$objdir "*)
10289 func_append new_libs " -L$path/$objdir" ;;
10907 # and that have no shared library path variable independent of PATH,