Lines Matching refs:path

198 # CHECK_FUNC should accept the path to a candidate program, and
240 # Unless the user overrides by setting SED, search the path for either GNU
282 # Unless the user overrides by setting GREP, search the path for either GNU
356 # Sed substitution that converts a w32 file name or path
870 # Make sure the entire path to DIRECTORY-PATH is available.
888 # list incase some portion of path contains whitespace.
956 # Remove doubled-up and trailing slashes, "." path components,
957 # and cancel out any ".." path components in PATH after making
958 # it an absolute path.
963 # These SED scripts presuppose an absolute path with a trailing slash.
973 # Start from root dir and reassemble the path.
979 # Empty path, that just means $cwd.
988 # Unusual form of absolute path, do nothing.
991 # Not necessarily an ordinary path; POSIX reserves leading '//'
997 # Absolute path, do nothing.
1000 # Relative path, prepend $cwd.
1006 # the path to end with a slash for ease of parsing, so make sure
1026 # Trailing empty path component, ignore it.
1034 # Actual path component, append it.
1062 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1105 # Now calculate path; take care to avoid doubling-up slashes.
1113 # Normalisation. If bindir is libdir, return '.' else relative path.
1554 # . relative/path/to/funclib.sh
1555 # . relative/path/to/options-parser
2281 execute automatically set library path, then run a program
2431 # Evaluate the configuration. Be careful to quote the path
3029 # Helper function used by path conversion functions when $build is *nix, and
3032 # $PATH. Assumes ARG has no leading or trailing path separator characters.
3034 # ARG is path to be converted from $build format to win32.
3068 # (2), returns the Cygwin file name or path in func_cygpath_result (input
3069 # file name or path is assumed to be in w32 format, as previously converted
3071 # or path in func_cygpath_result (input file name or path is assumed to be in
3074 # ARGS are passed to cygpath, with the last one being the file name or path to
3098 # Convert file name or path ARG from MSYS format to w32 format. Return
3131 # Verify that FROM_PATH (a path in $build format) was converted to $host
3139 func_error "Could not determine the host path corresponding to"
3180 # In each case, ARG is the path to be converted from $build to $host format.
3322 # In each case, ARG is the path to be converted from $build to $host format.
3326 # ARG begins or ends with a path separator character, it is preserved (but
3329 # All path conversion functions are named using the following convention:
3331 # path conversion function : func_convert_path_X_to_Y ()
3354 # Converts the path ARG from $build format to $host format. Return result
3376 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
3385 # Remove leading and trailing path separator characters from ARG. MSYS
3401 # Convert path ARG from Cygwin to w32 format. Returns result in
3422 # Convert path ARG from *nix to w32 format. Requires a wine environment and
3444 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3467 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
3476 # Remove leading and trailing path separator characters from
3911 Automatically set library path, then run a program.
3915 -dlopen FILE add the directory containing FILE to the library path
3917 This mode sets the library path environment variable according to '-dlopen'
3922 directories are added to the library path.
3970 -bindir BINDIR specify path to binaries directory (for systems where
3992 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
5722 # Add the dll search path components to the executable PATH
5730 # Add our own library path to $shlibpath_var
5818 /* portability defines, excluding path handling macros */
5853 /* path handling portability macros */
5909 int make_executable (const char *path);
5910 int check_executable (const char *path);
6212 check_executable (const char *path)
6217 nonempty (path));
6218 if ((!path) || (!*path))
6221 if ((stat (path, &st) >= 0)
6229 make_executable (const char *path)
6235 nonempty (path));
6236 if ((!path) || (!*path))
6239 if (stat (path, &st) >= 0)
6241 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
6246 /* Searches for the full path of the wrapper. Returns
6247 newly allocated full path name if found, NULL otherwise
6267 /* Absolute path? */
6299 const char *path = getenv ("PATH");
6300 if (path != NULL)
6302 for (p = path; *p; p = p_next)
6313 /* empty path: current directory */
6339 /* Relative path | not found in path: prepend cwd */
6369 "checking path component for symlinks: %s\n",
6541 /* some systems can't cope with a ':'-terminated path #' */
7070 # We need an absolute path.
7221 func_fatal_error "need path for '-L' option"
7226 # We need an absolute path.
7417 # We need an absolute path.
7541 # -F/path path to uninstalled frameworks, gcc on darwin
8224 # We need an absolute path.
8255 # Remove this search path later
8260 # Remove this search path later
8369 # We need to hardcode the library path
8378 # Hardcode the library path.
8380 # search path.
8452 # Hardcode the library path.
8454 # search path.
8761 path=
8763 -L*) path=$deplib ;;
8769 # We need an absolute path.
8797 path=
8802 path=-L$absdir/$objdir
8812 path=-L$absdir
8817 *" $path "*) ;;
8818 *) deplibs="$path $deplibs" ;;
9356 #for path in $notinst_path; do
9357 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
9358 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
9359 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
9618 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9622 echo "*** because I did check the linker path looking for a file starting"
9672 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9676 echo "*** because I did check the linker path looking for a file starting"
9785 for path in $notinst_path; do
9787 *" -L$path/$objdir "*) ;;
9790 *" -L$path/$objdir "*)
9791 func_append new_libs " -L$path/$objdir" ;;
10517 for path in $notinst_path; do
10519 *" -L$path/$objdir "*) ;;
10522 *" -L$path/$objdir "*)
10523 func_append new_libs " -L$path/$objdir" ;;
11143 # and that have no shared library path variable independent of PATH,