• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Heimdal-398.1.2/lib/libedit/

Lines Matching +refs:bs +refs:show +refs:in +refs:buffer

20 # GNU Libtool is distributed in the hope that it will be useful, but
35 # --config show all configuration variables
95 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
111 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
189 # perform func_basename and func_dirname in a single function
194 # value returned in "$func_dirname_result"
196 # value retuned in "$func_basename_result"
217 # dot (in which case that matches only a dot).
221 case ${2} in
240 # and cancel out any ".." path components in PATH after making
242 # value returned in "$func_normal_abspath_result"
249 case $func_normal_abspath_tpath in
295 case $func_normal_abspath_tcomponent in
318 # value returned in "$func_relative_path_result"
330 case $func_relative_path_tbindir in
381 case $progpath in
391 for progdir in $PATH; do
418 # Re-`\' parameter expansions in output of double_quote_subst that were
419 # `\'-ed in input to the same. If an odd number of `\' preceded a '$'
420 # in input to double_quote_subst, that '$' was protected from expansion.
423 bs='\\'
430 s/^$bs2$dollar/$bs&/
431 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
450 # Echo program name prefixed message in verbose mode only.
455 # A bug in bash halts the script if the last line of a function
456 # fails when set -e is in force, so we need another command to
522 case $my_directory_path in
528 # ...make a list in topmost first order. Use a colon delimited
532 # If the last portion added has no slash in it, the list is done
533 case $my_directory_path in */*) ;; *) break ;; esac
541 for my_dir in $my_dir_list; do
545 # stop in that case!
566 # Return a directory name, but don't create it in dry-run mode
583 # If we're not in dry-run mode, bomb out on failure
600 case $1 in
607 case $func_quote_for_eval_unquoted_result in
612 # in scan sets, so we specify it separately.
627 case $1 in
635 case $my_arg in
639 # in scan sets, so we specify it separately.
700 # Result is stored in $func_tr_sh_result. All characters
701 # not in the set a-zA-Z0-9_ are replaced with '_'. Further,
705 case $1 in
842 # If this variable is set in any of the actions, the command in it
905 # Display the configuration for all the tags in this script.
915 for tagname in $taglist; do
955 case $tagname in
963 case $tagname in
972 # quotes we have to do it in 2 steps:
1019 case $1 in
1032 install|instal|insta|inst|ins|in|i)
1060 # Parse options once, thoroughly. This comes as soon as possible in the
1067 case $opt in
1107 case $optarg in
1181 case $host in
1183 # don't eliminate duplications in $postdeps and $predeps
1248 for lalib_p_l in 1 2 3 4
1251 case "$lalib_p_line" in
1276 case $1 in
1307 # FAIL_CMD may read-access the current command in variable CMD!
1312 for cmd in $1; do
1330 case $1 in
1338 # Replace a leading = in PATH with a sysroot. Store the result into
1343 case $func_resolve_sysroot_result in
1356 case "$lt_sysroot:$1" in
1371 # Only attempt this if the compiler in the base compile
1379 for arg in $CC; do
1384 case $@ in
1385 # Blanks in the command may have been stripped by the calling shell,
1392 for z in $available_tags; do
1397 for arg in $CC; do
1403 case "$@ " in
1406 # The compiler in the base compile command matches
1407 # the one in the tagged configuration.
1477 # in $build's $PATH.
1480 # Result is available in $func_convert_core_file_wine_to_w32_result, and will
1507 # configured wine environment available, with the winepath program in $build's
1511 # Result is available in $func_convert_core_path_wine_to_w32_result.
1512 # Unconvertible file (directory) names in ARG are skipped; if no directory names
1522 for func_convert_core_path_wine_to_w32_f in $1; do
1543 # (2), returns the Cygwin file name or path in func_cygpath_result (input
1544 # file name or path is assumed to be in w32 format, as previously converted
1546 # or path in func_cygpath_result (input file name or path is assumed to be in
1552 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
1553 # environment variable; do not put it in $PATH.
1573 # result in func_convert_core_msys_to_w32_result.
1585 # Verify that ARG1 (a file name in $build format) was converted to $host
1586 # format in ARG2. Otherwise, emit an error message, but continue (resetting
1603 # Verify that FROM_PATH (a path in $build format) was converted to $host
1604 # format in TO_PATH. Otherwise, emit an error message, but continue, resetting
1633 case $4 in
1637 case $4 in
1651 # Result will be available in $func_to_host_file_result.
1656 # in func_to_host_file_result.
1667 # result in func_to_tool_file_result. If the conversion in use is listed
1668 # in (the comma separated) LAZY, no conversion takes place.
1672 case ,$2, in
1696 # conversion to w32 is not available inside the cwrapper. Returns result in
1712 # Convert file name ARG from Cygwin to w32 format. Returns result in
1719 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
1720 # LT_CYGPATH in this case.
1730 # and a working winepath. Returns result in func_to_host_file_result.
1746 # Returns result in func_to_host_file_result.
1763 # in a wine environment, working winepath, and LT_CYGPATH set. Returns result
1764 # in func_to_host_file_result.
1786 # The result will be available in $func_to_host_path_result.
1817 # in func_to_host_path_result.
1838 # conversion to w32 is not available inside the cwrapper. Returns result in
1861 # Convert path ARG from Cygwin to w32 format. Returns result in
1882 # a working winepath. Returns result in func_to_host_file_result.
1903 # Returns result in func_to_host_file_result.
1924 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
1925 # a wine environment, working winepath, and LT_CYGPATH set. Returns result in
1954 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
1964 case $arg_mode in
1979 case $arg in
2012 for arg in $args; do
2040 case $arg_mode in
2058 case $libobj in
2068 case $libobj in
2077 for arg in $later; do
2078 case $arg in
2124 case $host_os in
2130 # non-PIC code in shared libraries is not supported
2162 avoid parallel builds (make -j) in this platform, or get a better
2196 # Place PIC objects in $objdir
2216 avoid parallel builds (make -j) in this platform, or get a better
2265 avoid parallel builds (make -j) in this platform, or get a better
2299 case $opt_mode in
2336 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
2408 libraries must be found in the PATH setting at runtime)
2410 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
2413 try to export only the symbols listed in SYMFILE
2423 -objectlist FILE Use a list of object files found in FILE to specify objects
2427 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2445 Every other argument is treated as a filename. Files ending in \`.la' are
2449 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
2453 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
2456 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
2483 # Now that we've collected a possible --mode arg, show help if necessary
2490 for opt_mode in compile link execute install finish uninstall clean; do
2496 for opt_mode in compile link execute install finish uninstall clean; do
2525 for file in $opt_dlopen; do
2530 case $file in
2559 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
2596 case $file in
2623 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
2656 for opt in "$nonopt" ${1+"$@"}
2683 for lib in $libs; do
2688 for lib in $libs; do
2698 for libdir in $libdirs; do
2700 # Do each command in the finish commands.
2718 echo "Libraries have been installed in:"
2719 for libdir in $libdirs; do
2724 echo "in a given directory, LIBDIR, you must either use libtool, and"
2750 case $host in
2775 case $nonopt in *shtool*) :;; *) false;; esac; then
2791 case " $install_prog " in
2814 case $arg in
2894 case $destdir in
2897 for file in $files; do
2898 case $file in
2915 for file in $files; do
2918 case $file in
2939 case "$current_libdirs " in
2945 case "$future_libdirs " in
2966 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
2993 case $host_os in
2995 case $realname in
3018 # Do each command in the postinstall commands.
3046 case $destfile in
3088 case $file in
3099 case $host in
3124 for lib in $notinst_deplibs; do
3132 func_warning "\`$lib' has not been installed in \`$libdir'"
3174 case $install_prog,$host in
3176 case $file:$destfile in
3198 for file in $staticlibs; do
3211 # Do each command in the postinstall commands.
3251 case $my_dlsyms in
3274 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
3280 /* This system does not cope well with relocations in const data. */
3296 for progfile in $progfiles; do
3322 case $host in
3334 case $host in
3344 for dlprefile in $dlprefiles; do
3348 case $host in
3438 case $need_lib_prefix in
3450 /* This works around a problem in FreeBSD linker */
3464 case "$compile_command " in
3467 case $host in
3471 # pic_flag when linking with -static. The problem exists in
3472 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
3486 for arg in $LTCFLAGS; do
3487 case $arg in
3501 case $host in
3522 # We keep going just in case the user didn't refer to
3536 # Has to be a shell function in order to 'eat' the argument
3544 case $win32_fileres in
3549 # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
3562 case $win32_nmres in
3572 case $win32_fileres in
3589 # Result is available in the variable
3691 # Result is available in the variable
3730 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
3746 for my_xlib in $my_oldlibs; do
3748 case $my_xlib in
3756 case " $extracted_archives " in
3769 case $host in
3784 for darwin_arch in $darwin_arches ; do
3796 for darwin_file in $darwin_filelist; do
3830 # will assume that the directory in which it is stored is
3862 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
3879 # When we are sourced in execute mode, \$file and \$ECHO are already set.
3915 case \"\$lt_opt\" in
3953 case $host in
3981 # Strips options in the --lt-* namespace from \$@ and
3987 case \$lt_wr_arg in
3999 # Find the directory that this script lives in.
4010 case \"\$destdir\" in
4029 case \"\$thisdir\" in
4104 # The second colon is a workaround for a bug in BeOS R4 sed
4274 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
4371 case "$host" in
4389 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
4393 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
4474 case $host_os in
4516 case $host_os in
4567 /* Skip over the disk name in MSDOS pathnames. */
4623 /* static buffer for getcwd */
4704 /* not found in PATH; assume curdir */
4706 /* Relative path | not found in path: prepend cwd */
4935 case $host_os in
4948 interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
5074 case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
5084 case $host in
5088 # which system we are compiling for in order to pass an extra
5093 # to make a dll which has undefined symbols, in which case not
5158 case $arg in
5166 case $arg in
5169 func_warning "complete static linking is impossible in this configuration"
5209 case $prev in
5216 case $prev in
5229 case $arg in
5275 case $host in
5277 case "$deplibs " in
5296 for fil in `cat "$save_arg"`
5322 # Prepend the subdirectory the object is found in.
5350 # Prepend the subdirectory the object is found in.
5400 case $arg in
5407 case "$rpath " in
5412 case "$xrpath " in
5463 case $arg in
5474 # FIXME: remove this flag sometime in the future.
5528 case $with_gcc/$host in
5549 case $dir in
5558 case "$deplibs " in
5564 case $dir in
5571 case $host in
5574 case :$dllsearchpath: in
5579 case :$dllsearchpath: in
5591 case $host in
5605 # Rhapsody C and math libraries are in the System framework
5614 # Compiler inserts libc in the correct place for threads to work
5619 case $host in
5650 case "$new_inherited_linker_flags " in
5668 case $host in
5670 # The PATH hackery in wrapper scripts is required on Windows
5671 # and Darwin in order for the loader to find any dlls it needs.
5717 case $dir in
5727 case "$xrpath " in
5735 # The effects of -shared are defined in a previous loop.
5745 # The effects of -static are defined in a previous loop.
5779 for flag in $args; do
5795 for flag in $args; do
5886 # Prepend the subdirectory the object is found in.
5914 # Prepend the subdirectory the object is found in.
5973 # Unknown arguments in both finalize_command and compile_command need
6003 # get the directories listed in $shlibpath_var
6019 case $output in
6034 for deplib in $deplibs; do
6036 case "$libs " in
6046 # Compute libraries that are listed more than once in $predeps
6051 for pre_post_dep in $predeps $postdeps; do
6052 case "$pre_post_deps " in
6068 case $linkmode in
6071 for file in $dlfiles $dlprefiles; do
6072 case $file in
6092 for pass in $passes; do
6093 # The preopen pass in lib mode reverses $deplibs; put it back here
6096 ## FIXME: Find the place where the list is rebuilt in the wrong
6099 for deplib in $deplibs; do
6111 case $pass in
6119 for lib in $dlprefiles; do
6123 case $lib in
6129 for deplib in $dependency_libs; do
6132 case " $weak_libs " in
6146 for deplib in $libs; do
6149 case $deplib in
6157 case "$new_inherited_linker_flags " in
6177 for searchdir in $searchdirs; do
6178 for search_ext in .la $std_shrext .so .a; do
6205 case " $predeps $postdeps " in
6211 for l in $old_library $library_names; do
6242 case "$new_inherited_linker_flags " in
6251 case $linkmode in
6287 case "$xrpath " in
6304 case $linkmode in
6308 case " $dlpreconveniencelibs " in
6312 case $deplibs_check_method in
6328 echo "*** I have the capability to make that library automatically link in when"
6408 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
6409 case " $new_inherited_linker_flags " in
6430 # It is a libtool convenience library, so add in its objects.
6437 for deplib in $dependency_libs; do
6440 case "$tmp_libs " in
6457 for l in $old_library $library_names; do
6476 # bomb out in the load deplibs phase.
6485 case $ladir in
6532 case "$host" in
6541 # name in a special purpose variable, and (later) extracting the
6550 # that they are being used correctly in the link pass.
6561 # that they are being used correctly in the link pass.
6599 for deplib in $dependency_libs; do
6600 case $deplib in
6615 case "$tmp_libs " in
6632 case "$temp_rpath:" in
6639 # Skip directories that are in the system default run-time
6641 case " $sys_lib_dlsearch_path " in
6644 case "$compile_rpath " in
6650 case " $sys_lib_dlsearch_path " in
6653 case "$finalize_rpath " in
6677 case $host in
6679 # No point in relinking DLLs because paths are not encoded
6695 for dlpremoduletest in $dlprefiles; do
6713 # Skip directories that are in the system default run-time
6715 case " $sys_lib_dlsearch_path " in
6718 case "$compile_rpath " in
6724 case " $sys_lib_dlsearch_path " in
6727 case "$finalize_rpath " in
6747 case $host in
6788 case $hardcode_action in
6792 case $host in
6817 case $host in
6835 # Try looking first in the location we're being installed to.
6837 case $libdir in
6859 case :$compile_shlibpath: in
6873 case :$finalize_shlibpath: in
6893 case :$finalize_shlibpath: in
6908 # Try looking first in the location we're being installed to.
6910 case $libdir in
6949 echo "*** I have the capability to make that library automatically link in when"
6983 for libdir in $dependency_libs; do
6984 case $libdir in
6987 case " $xrpath " in
7002 for deplib in $dependency_libs; do
7004 case $deplib in
7010 case "$tmp_libs " in
7020 for deplib in $dependency_libs; do
7022 case $deplib in
7030 case $dir in
7041 case $host in
7046 for tmp in $deplibrary_names ; do
7076 case " $deplibs " in
7083 done # for deplib in $libs
7095 for deplib in $save_deplibs; do
7103 for dir in $newlib_search_path; do
7104 case "$lib_search_path " in
7117 for var in $vars dependency_libs; do
7118 # Add libraries to $var in reverse order
7121 for deplib in $tmp_libs; do
7126 # Pragmatically, this seems to cause very few problems in
7128 case $deplib in
7134 # is implicitly linked in more than once by the
7138 # dependency of multiple other libraries: in this case,
7146 case " $specialdeplibs " in
7149 case " $new_libs " in
7159 for deplib in $new_libs; do
7160 case $deplib in
7162 case " $tmp_libs " in
7174 # (they stay in deplibs)
7176 for i in $dependency_libs ; do
7177 case " $predeps $postdeps $compiler_lib_search_path " in
7195 case $linkmode in
7201 case " $deplibs" in
7229 case $outputname in
7306 case $vinfo_number in
7318 case $version_type in
7347 case $current in
7355 case $revision in
7363 case $age in
7380 case $version_type in
7384 # Like Linux, but with the current version available in
7414 case $version_type in
7420 # Add in all the interfaces that we are compatible with.
7447 # Add in all the interfaces that we are compatible with.
7487 case $version_type in
7489 # we can't check for "0.0" in archive_cmds due to quoting
7514 func_warning "undefined symbols not allowed in $host shared libraries"
7534 for p in $tempremovelist; do
7535 case $p in
7563 #for path in $notinst_path; do
7572 for libdir in $xrpath; do
7575 case "$finalize_rpath " in
7588 for lib in $old_dlfiles; do
7589 case " $dlprefiles $dlfiles " in
7598 for lib in $old_dlprefiles; do
7599 case "$dlprefiles " in
7607 case $host in
7612 # Rhapsody C library is in the System framework
7625 # Compiler inserts libc in the correct place for threads to work
7636 # Transform deplibs into only deplibs that can be linked in shared.
7643 # release should show up in the -l (ie -lgmp5) so we don't want to
7644 # add it in twice. Is that correct?
7650 case $deplibs_check_method in
7663 # whether they linked in statically or dynamically with ldd.
7671 for i in $deplibs; do
7672 case $i in
7677 case " $predeps $postdeps " in
7695 echo "*** I have the capability to make that library automatically link in when"
7709 # Error occurred in the first compile. Let's try to salvage
7711 for i in $deplibs; do
7712 case $i in
7720 case " $predeps $postdeps " in
7738 echo "*** I have the capability to make that library automatically link in when"
7749 echo "*** make it link in! You will probably need to install it or some"
7764 for a_deplib in $deplibs; do
7765 case $a_deplib in
7770 case " $predeps $postdeps " in
7785 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
7793 for potent_lib in $potential_libs; do
7800 # endless loop below, in case of cyclic links.
7807 case $potliblink in
7826 echo "*** I have the capability to make that library automatically link in when"
7848 for a_deplib in $deplibs; do
7849 case $a_deplib in
7854 case " $predeps $postdeps " in
7863 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
7865 for potent_lib in $potential_libs; do
7866 potlib="$potent_lib" # see symlink-check above in file_magic test
7880 echo "*** I have the capability to make that library automatically link in when"
7903 for i in $predeps $postdeps ; do
7908 case $tmp_deplibs in
7912 echo "*** Warning: inter-library dependencies are not supported in this platform."
7928 case $host in
7981 case $host in
7992 for path in $notinst_path; do
7993 case " $new_libs " in
7996 case " $deplibs " in
8003 for deplib in $deplibs; do
8004 case $deplib in
8006 case " $new_libs " in
8029 for libdir in $rpath; do
8038 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
8051 case "$perm_rpath " in
8070 for dir in $perm_rpath; do
8120 case $host_os in
8147 for cmd1 in $cmds; do
8151 case $nm_file_list_spec~$to_tool_file_cmd in
8178 for obj in $save_libobjs; do
8188 # The command line is too long to execute in one step.
8225 for test_deplib in $deplibs; do
8226 case " $convenience " in
8292 # The command line is too long to link in one step, link piecewise
8301 # This may have to be revisited, in case too many
8302 # convenience libraries get linked in and end up exceeding
8323 for obj in $save_libobjs
8361 for obj in $save_libobjs
8377 # All subsequent reloadable object files will link in
8394 # files will link in the last one created.
8425 for cmd in $concat_cmds; do
8517 for cmd in $cmds; do
8553 for linkname in $linknames; do
8572 case " $deplibs" in
8589 case $output in
8656 # $show "echo timestamp > $libobj"
8676 case $host in
8692 case $host in
8700 case $host in
8705 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
8722 for path in $notinst_path; do
8723 case " $new_libs " in
8726 case " $compile_deplibs " in
8733 for deplib in $compile_deplibs; do
8734 case $deplib in
8736 case " $new_libs " in
8752 for libdir in $rpath $xrpath; do
8754 case "$finalize_rpath " in
8764 for libdir in $compile_rpath $finalize_rpath; do
8771 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
8784 case "$perm_rpath " in
8789 case $host in
8792 case :$dllsearchpath: in
8797 case :$dllsearchpath: in
8815 for libdir in $finalize_rpath; do
8822 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
8835 case "$finalize_perm_rpath " in
8863 case $host in
8915 for dir in $perm_rpath; do
8923 for dir in $finalize_perm_rpath; do
8991 for var in $variables_saved_for_relink; do
9005 # Only actually do things if not in dry run mode.
9009 case $output in
9014 case $host in
9021 case $host in
9069 for oldlib in $oldlibs; do
9096 # Do each command in the archive commands.
9110 # POSIX demands no paths to be encoded in archives. We have
9116 if (for obj in $oldobjs
9130 for obj in $save_oldobjs
9134 case " $oldobjs " in
9143 case " $oldobjs " in
9163 for obj in $oldobjs
9172 # the command line is too long to link in one step, link in parts
9180 # Is there a better way of finding the last object in the list?
9181 for obj in $save_oldobjs
9189 for obj in $save_oldobjs
9225 case $output in
9232 for var in $variables_saved_for_relink; do
9251 for installed in no yes; do
9259 for deplib in $dependency_libs; do
9260 case $deplib in
9285 for lib in $dlfiles; do
9286 case $lib in
9300 for lib in $dlprefiles; do
9301 case $lib in
9319 for lib in $dlfiles; do
9320 case $lib in
9328 for lib in $dlprefiles; do
9329 case $lib in
9338 # place dlname in correct position for cygwin
9348 case $host,$output,$installed,$module,$dlname in
9377 # Linker flags that can not go in dependency_libs.
9401 # Directory that this library needs to be installed in:
9410 # Do a symbolic link so that the libtool archive can be found in
9437 case $arg in
9449 for file in $files; do
9463 case " $rmdirs " in
9483 case $name in
9490 for n in $library_names; do
9495 case "$opt_mode" in
9497 case " $library_names " in
9505 # Do each command in the postuninstall commands.
9510 # Do each command in the old_postuninstall commands.
9543 case $file in
9566 # note $name still contains .exe if it was in $file originally
9582 # Try to remove the ${objdir}s in the directories where we deleted files
9583 for dir in $rmdirs; do
9612 # in which we disable both kinds of libraries. Given conflicting
9628 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`