• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/

Lines Matching refs:wrapper

928 # True iff FILE is a libtool wrapper script
937 # True iff FILE is a libtool wrapper executable
965 # True iff FILE is a libtool wrapper script or wrapper executable
1709 # This variable tells wrapper scripts just to set shlibpath_var
1713 # Check if any of the arguments is a wrapper script.
1970 # This variable tells wrapper scripts just to set variables rather
2162 wrapper=$func_ltwrapper_scriptname_result
2165 wrapper=$func_stripname_result
2169 wrapper=$file
2172 if func_ltwrapper_script_p "$wrapper"; then
2176 func_source "$wrapper"
2180 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
2197 func_source "$wrapper"
2700 # Emit the first part of a libtool wrapper script on stdout.
2713 # $output - temporary wrapper script for $objdir/$outputname
2719 # This wrapper script should never be moved out of the build directory.
2798 # Emit the second part of a libtool wrapper script on stdout.
2922 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
2934 # Emit a libtool wrapper script on stdout.
2937 # wrapper executable. Must ONLY be called from within
3132 # emit the source code for a wrapper executable on stdout
3139 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
3145 This wrapper executable should never be moved out of the build directory.
3148 Currently, it simply execs the wrapper *script* "$SHELL $output",
3272 char *find_executable (const char *wrapper);
3418 /* wrapper name transforms */
3656 /* Searches for the full path of the wrapper. Returns
3661 find_executable (const char *wrapper)
3672 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
3674 if ((wrapper == NULL) || (*wrapper == '\0'))
3679 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
3681 concat_name = xstrdup (wrapper);
3689 if (IS_DIR_SEPARATOR (wrapper[0]))
3691 concat_name = xstrdup (wrapper);
3700 for (p = wrapper; *p; p++)
3728 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3731 strcpy (concat_name + tmp_len + 1, wrapper);
3736 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3739 strcpy (concat_name + p_len + 1, wrapper);
3752 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3755 strcpy (concat_name + tmp_len + 1, wrapper);
4606 # The PATH hackery in wrapper scripts is required on Windows
7758 # We don't need to create a wrapper script.
7799 # Now create the wrapper script.
7858 # The wrapper executable is built using the $host compiler,
7867 # Now, create the wrapper script for func_source use:
8218 # This variable tells wrapper scripts just to set variables rather