Home | History | Annotate | Download | only in libexif

Lines Matching refs:wrapper

1264 # True iff FILE is a libtool wrapper script
1273 # True iff FILE is a libtool wrapper executable
1298 # True iff FILE is a libtool wrapper script or wrapper executable
1543 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
2591 # This variable tells wrapper scripts just to set shlibpath_var
2595 # Check if any of the arguments is a wrapper script.
2911 # This variable tells wrapper scripts just to set variables rather
3106 wrapper=$func_ltwrapper_scriptname_result
3109 wrapper=$func_stripname_result
3113 wrapper=$file
3116 if func_ltwrapper_script_p "$wrapper"; then
3120 func_source "$wrapper"
3124 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3141 func_source "$wrapper"
3824 # Emit a libtool wrapper script on stdout.
3827 # wrapper executable. Must ONLY be called from within
3843 # $output - temporary wrapper script for $objdir/$outputname
3849 # This wrapper script should never be moved out of the build directory.
3900 # the libtool wrapper, (b) are identical between the wrapper
3901 # /script/ and the wrapper /executable/ which is used only on
3936 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
4122 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
4132 # emit the source code for a wrapper executable on stdout
4139 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4145 This wrapper executable should never be moved out of the build directory.
4277 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
4282 char *find_executable (const char *wrapper);
4413 wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
4435 /* wrapper name transforms */
4616 /* Searches for the full path of the wrapper. Returns
4621 find_executable (const char *wrapper)
4632 nonempty (wrapper));
4634 if ((wrapper == NULL) || (*wrapper == '\0'))
4639 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
4641 concat_name = xstrdup (wrapper);
4649 if (IS_DIR_SEPARATOR (wrapper[0]))
4651 concat_name = xstrdup (wrapper);
4660 for (p = wrapper; *p; p++)
4689 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4692 strcpy (concat_name + tmp_len + 1, wrapper);
4697 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4700 strcpy (concat_name + p_len + 1, wrapper);
4714 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4717 strcpy (concat_name + tmp_len + 1, wrapper);
5673 # The PATH hackery in wrapper scripts is required on Windows
8951 # We don't need to create a wrapper script.
9005 # Now create the wrapper script.
9053 # The wrapper executable is built using the $host compiler,
9062 # Now, create the wrapper script for func_source use:
9451 # This variable tells wrapper scripts just to set variables rather