Lines Matching refs:wrapper
2166 wrapper=$func_ltwrapper_scriptname_result
2169 wrapper=$func_stripname_result
2173 wrapper=$file
2176 if func_ltwrapper_script_p "$wrapper"; then
2180 func_source "$wrapper"
2184 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
2201 func_source "$wrapper"
3143 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
3149 This wrapper executable should never be moved out of the build directory.
3152 Currently, it simply execs the wrapper *script* "$SHELL $output",
3276 char *find_executable (const char *wrapper);
3660 /* Searches for the full path of the wrapper. Returns
3665 find_executable (const char *wrapper)
3676 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
3678 if ((wrapper == NULL) || (*wrapper == '\0'))
3683 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
3685 concat_name = xstrdup (wrapper);
3693 if (IS_DIR_SEPARATOR (wrapper[0]))
3695 concat_name = xstrdup (wrapper);
3704 for (p = wrapper; *p; p++)
3732 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3735 strcpy (concat_name + tmp_len + 1, wrapper);
3740 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3743 strcpy (concat_name + p_len + 1, wrapper);
3756 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3759 strcpy (concat_name + tmp_len + 1, wrapper);