Lines Matching refs:wrapper
3104 wrapper=$func_ltwrapper_scriptname_result
3107 wrapper=$func_stripname_result
3111 wrapper=$file
3114 if func_ltwrapper_script_p "$wrapper"; then
3118 func_source "$wrapper"
3122 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3139 func_source "$wrapper"
4142 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4148 This wrapper executable should never be moved out of the build directory.
4285 char *find_executable (const char *wrapper);
4438 /* wrapper name transforms */
4619 /* Searches for the full path of the wrapper. Returns
4624 find_executable (const char *wrapper)
4635 nonempty (wrapper));
4637 if ((wrapper == NULL) || (*wrapper == '\0'))
4642 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
4644 concat_name = xstrdup (wrapper);
4652 if (IS_DIR_SEPARATOR (wrapper[0]))
4654 concat_name = xstrdup (wrapper);
4663 for (p = wrapper; *p; p++)
4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4695 strcpy (concat_name + tmp_len + 1, wrapper);
4700 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4703 strcpy (concat_name + p_len + 1, wrapper);
4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4720 strcpy (concat_name + tmp_len + 1, wrapper);