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
882 # Make sure the entire path to DIRECTORY-PATH is available.
900 # list incase some portion of path contains whitespace.
968 # Remove doubled-up and trailing slashes, "." path components,
969 # and cancel out any ".." path components in PATH after making
970 # it an absolute path.
975 # These SED scripts presuppose an absolute path with a trailing slash.
985 # Start from root dir and reassemble the path.
991 # Empty path, that just means $cwd.
1000 # Unusual form of absolute path, do nothing.
1003 # Not necessarily an ordinary path; POSIX reserves leading '//'
1009 # Absolute path, do nothing.
1012 # Relative path, prepend $cwd.
1018 # the path to end with a slash for ease of parsing, so make sure
1038 # Trailing empty path component, ignore it.
1046 # Actual path component, append it.
1074 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1117 # Now calculate path; take care to avoid doubling-up slashes.
1125 # Normalisation. If bindir is libdir, return '.' else relative path.
1566 # . relative/path/to/funclib.sh
1567 # . relative/path/to/options-parser
2291 execute automatically set library path, then run a program
2441 # Evaluate the configuration. Be careful to quote the path
3030 # Helper function used by path conversion functions when $build is *nix, and
3033 # $PATH. Assumes ARG has no leading or trailing path separator characters.
3035 # ARG is path to be converted from $build format to win32.
3069 # (2), returns the Cygwin file name or path in func_cygpath_result (input
3070 # file name or path is assumed to be in w32 format, as previously converted
3072 # or path in func_cygpath_result (input file name or path is assumed to be in
3075 # ARGS are passed to cygpath, with the last one being the file name or path to
3099 # Convert file name or path ARG from MSYS format to w32 format. Return
3132 # Verify that FROM_PATH (a path in $build format) was converted to $host
3140 func_error "Could not determine the host path corresponding to"
3181 # In each case, ARG is the path to be converted from $build to $host format.
3323 # In each case, ARG is the path to be converted from $build to $host format.
3327 # ARG begins or ends with a path separator character, it is preserved (but
3330 # All path conversion functions are named using the following convention:
3332 # path conversion function : func_convert_path_X_to_Y ()
3355 # Converts the path ARG from $build format to $host format. Return result
3377 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
3386 # Remove leading and trailing path separator characters from ARG. MSYS
3402 # Convert path ARG from Cygwin to w32 format. Returns result in
3423 # Convert path ARG from *nix to w32 format. Requires a wine environment and
3445 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3468 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
3477 # Remove leading and trailing path separator characters from
3912 Automatically set library path, then run a program.
3916 -dlopen FILE add the directory containing FILE to the library path
3918 This mode sets the library path environment variable according to '-dlopen'
3923 directories are added to the library path.
3971 -bindir BINDIR specify path to binaries directory (for systems where
3993 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
5723 # Add the dll search path components to the executable PATH
5731 # Add our own library path to $shlibpath_var
5819 /* portability defines, excluding path handling macros */
5854 /* path handling portability macros */
5910 int make_executable (const char *path);
5911 int check_executable (const char *path);
6213 check_executable (const char *path)
6218 nonempty (path));
6219 if ((!path) || (!*path))
6222 if ((stat (path, &st) >= 0)
6230 make_executable (const char *path)
6236 nonempty (path));
6237 if ((!path) || (!*path))
6240 if (stat (path, &st) >= 0)
6242 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
6247 /* Searches for the full path of the wrapper. Returns
6248 newly allocated full path name if found, NULL otherwise
6268 /* Absolute path? */
6300 const char *path = getenv ("PATH");
6301 if (path != NULL)
6303 for (p = path; *p; p = p_next)
6314 /* empty path: current directory */
6340 /* Relative path | not found in path: prepend cwd */
6370 "checking path component for symlinks: %s\n",
6542 /* some systems can't cope with a ':'-terminated path #' */
7071 # We need an absolute path.
7222 func_fatal_error "need path for '-L' option"
7227 # We need an absolute path.
7418 # We need an absolute path.
7542 # -F/path path to uninstalled frameworks, gcc on darwin
8220 # We need an absolute path.
8251 # Remove this search path later
8256 # Remove this search path later
8365 # We need to hardcode the library path
8374 # Hardcode the library path.
8376 # search path.
8448 # Hardcode the library path.
8450 # search path.
8757 path=
8759 -L*) path=$deplib ;;
8765 # We need an absolute path.
8793 path=
8798 path=-L$absdir/$objdir
8808 path=-L$absdir
8813 *" $path "*) ;;
8814 *) deplibs="$path $deplibs" ;;
9349 #for path in $notinst_path; do
9350 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
9351 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
9352 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
9611 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9615 echo "*** because I did check the linker path looking for a file starting"
9665 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9669 echo "*** because I did check the linker path looking for a file starting"
9778 for path in $notinst_path; do
9780 *" -L$path/$objdir "*) ;;
9783 *" -L$path/$objdir "*)
9784 func_append new_libs " -L$path/$objdir" ;;
10510 for path in $notinst_path; do
10512 *" -L$path/$objdir "*) ;;
10515 *" -L$path/$objdir "*)
10516 func_append new_libs " -L$path/$objdir" ;;
11136 # and that have no shared library path variable independent of PATH,