• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/

Lines Matching refs:wrapper

226 # Variables whose values should be saved in libtool wrapper scripts and
1687 # True iff FILE is a libtool wrapper script
1696 # True iff FILE is a libtool wrapper executable
1721 # True iff FILE is a libtool wrapper script or wrapper executable
3014 # This variable tells wrapper scripts just to set shlibpath_var
3018 # Check if any of the arguments is a wrapper script.
3334 # This variable tells wrapper scripts just to set variables rather
3529 wrapper=$func_ltwrapper_scriptname_result
3532 wrapper=$func_stripname_result
3536 wrapper=$file
3539 if func_ltwrapper_script_p "$wrapper"; then
3543 func_source "$wrapper"
3547 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3564 func_source "$wrapper"
4249 # Emit a libtool wrapper script on stdout.
4252 # wrapper executable. Must ONLY be called from within
4268 # $output - temporary wrapper script for $objdir/$outputname
4274 # This wrapper script should never be moved out of the build directory.
4325 # the libtool wrapper, (b) are identical between the wrapper
4326 # /script/ and the wrapper /executable/ which is used only on
4361 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
4550 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
4560 # emit the source code for a wrapper executable on stdout
4567 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4573 This wrapper executable should never be moved out of the build directory.
4705 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
4710 char *find_executable (const char *wrapper);
4841 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
4863 /* wrapper name transforms */
5044 /* Searches for the full path of the wrapper. Returns
5049 find_executable (const char *wrapper)
5060 nonempty (wrapper));
5062 if ((wrapper == NULL) || (*wrapper == '\0'))
5067 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
5069 concat_name = xstrdup (wrapper);
5077 if (IS_DIR_SEPARATOR (wrapper[0]))
5079 concat_name = xstrdup (wrapper);
5088 for (p = wrapper; *p; p++)
5117 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
5120 strcpy (concat_name + tmp_len + 1, wrapper);
5125 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
5128 strcpy (concat_name + p_len + 1, wrapper);
5142 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
5145 strcpy (concat_name + tmp_len + 1, wrapper);
6108 # The PATH hackery in wrapper scripts is required on Windows
9378 # We don't need to create a wrapper script.
9432 # Now create the wrapper script.
9480 # The wrapper executable is built using the $host compiler,
9489 # Now, create the wrapper script for func_source use:
9881 # This variable tells wrapper scripts just to set variables rather