Home | History | Annotate | Download | only in cpp

Lines Matching refs:wrapper

188 # Variables whose values should be saved in libtool wrapper scripts and
1426 # True iff FILE is a libtool wrapper script
1435 # True iff FILE is a libtool wrapper executable
1463 # True iff FILE is a libtool wrapper script or wrapper executable
2207 # This variable tells wrapper scripts just to set shlibpath_var
2211 # Check if any of the arguments is a wrapper script.
2468 # This variable tells wrapper scripts just to set variables rather
2660 wrapper=$func_ltwrapper_scriptname_result
2663 wrapper=$func_stripname_result
2667 wrapper=$file
2670 if func_ltwrapper_script_p "$wrapper"; then
2674 func_source "$wrapper"
2678 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
2695 func_source "$wrapper"
3198 # Emit the first part of a libtool wrapper script on stdout.
3211 # $output - temporary wrapper script for $objdir/$outputname
3217 # This wrapper script should never be moved out of the build directory.
3296 # Emit the second part of a libtool wrapper script on stdout.
3420 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
3432 # Emit a libtool wrapper script on stdout.
3435 # wrapper executable. Must ONLY be called from within
3630 # emit the source code for a wrapper executable on stdout
3637 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
3643 This wrapper executable should never be moved out of the build directory.
3646 Currently, it simply execs the wrapper *script* "$SHELL $output",
3770 char *find_executable (const char *wrapper);
3916 /* wrapper name transforms */
4154 /* Searches for the full path of the wrapper. Returns
4159 find_executable (const char *wrapper)
4170 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
4172 if ((wrapper == NULL) || (*wrapper == '\0'))
4177 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
4179 concat_name = xstrdup (wrapper);
4187 if (IS_DIR_SEPARATOR (wrapper[0]))
4189 concat_name = xstrdup (wrapper);
4198 for (p = wrapper; *p; p++)
4226 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4229 strcpy (concat_name + tmp_len + 1, wrapper);
4234 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4237 strcpy (concat_name + p_len + 1, wrapper);
4250 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4253 strcpy (concat_name + tmp_len + 1, wrapper);
5104 # The PATH hackery in wrapper scripts is required on Windows
8246 # We don't need to create a wrapper script.
8287 # Now create the wrapper script.
8346 # The wrapper executable is built using the $host compiler,
8355 # Now, create the wrapper script for func_source use:
8706 # This variable tells wrapper scripts just to set variables rather