Lines Matching refs:wrapper
2391 wrapper=$func_ltwrapper_scriptname_result
2394 wrapper=$func_stripname_result
2398 wrapper=$file
2401 if func_ltwrapper_script_p "$wrapper"; then
2405 func_source "$wrapper"
2409 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
2426 func_source "$wrapper"
3329 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
3335 This wrapper executable should never be moved out of the build directory.
3338 Currently, it simply execs the wrapper *script* "$SHELL $output",
3485 char *find_executable (const char *wrapper);
3795 /* Searches for the full path of the wrapper. Returns
3800 find_executable (const char *wrapper)
3811 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
3813 if ((wrapper == NULL) || (*wrapper == '\0'))
3818 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
3820 concat_name = xstrdup (wrapper);
3828 if (IS_DIR_SEPARATOR (wrapper[0]))
3830 concat_name = xstrdup (wrapper);
3839 for (p = wrapper; *p; p++)
3867 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3870 strcpy (concat_name + tmp_len + 1, wrapper);
3875 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3878 strcpy (concat_name + p_len + 1, wrapper);
3891 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3894 strcpy (concat_name + tmp_len + 1, wrapper);