Lines Matching refs:wrapper
4432 wrapper=$func_ltwrapper_scriptname_result
4435 wrapper=$func_stripname_result
4439 wrapper=$file
4442 if func_ltwrapper_script_p "$wrapper"; then
4446 func_source "$wrapper"
4450 func_fatal_error "invalid libtool wrapper script '$wrapper'"
4467 func_source "$wrapper"
5517 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5523 This wrapper executable should never be moved out of the build directory.
5658 char *find_executable (const char *wrapper);
5816 /* wrapper name transforms */
5997 /* Searches for the full path of the wrapper. Returns
6002 find_executable (const char *wrapper)
6013 nonempty (wrapper));
6015 if ((wrapper == NULL) || (*wrapper == '\0'))
6020 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
6022 concat_name = xstrdup (wrapper);
6030 if (IS_DIR_SEPARATOR (wrapper[0]))
6032 concat_name = xstrdup (wrapper);
6041 for (p = wrapper; *p; p++)
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6073 strcpy (concat_name + tmp_len + 1, wrapper);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6081 strcpy (concat_name + p_len + 1, wrapper);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6098 strcpy (concat_name + tmp_len + 1, wrapper);