• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/

Lines Matching refs:wrapper

925 # True iff FILE is a libtool wrapper script
934 # True iff FILE is a libtool wrapper executable
962 # True iff FILE is a libtool wrapper script or wrapper executable
1706 # This variable tells wrapper scripts just to set shlibpath_var
1710 # Check if any of the arguments is a wrapper script.
1967 # This variable tells wrapper scripts just to set variables rather
2159 wrapper=$func_ltwrapper_scriptname_result
2162 wrapper=$func_stripname_result
2166 wrapper=$file
2169 if func_ltwrapper_script_p "$wrapper"; then
2173 func_source "$wrapper"
2177 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
2194 func_source "$wrapper"
2697 # Emit the first part of a libtool wrapper script on stdout.
2710 # $output - temporary wrapper script for $objdir/$outputname
2716 # This wrapper script should never be moved out of the build directory.
2795 # Emit the second part of a libtool wrapper script on stdout.
2919 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
2931 # Emit a libtool wrapper script on stdout.
2934 # wrapper executable. Must ONLY be called from within
3129 # emit the source code for a wrapper executable on stdout
3136 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
3142 This wrapper executable should never be moved out of the build directory.
3145 Currently, it simply execs the wrapper *script* "$SHELL $output",
3269 char *find_executable (const char *wrapper);
3415 /* wrapper name transforms */
3653 /* Searches for the full path of the wrapper. Returns
3658 find_executable (const char *wrapper)
3669 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
3671 if ((wrapper == NULL) || (*wrapper == '\0'))
3676 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
3678 concat_name = xstrdup (wrapper);
3686 if (IS_DIR_SEPARATOR (wrapper[0]))
3688 concat_name = xstrdup (wrapper);
3697 for (p = wrapper; *p; p++)
3725 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3728 strcpy (concat_name + tmp_len + 1, wrapper);
3733 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3736 strcpy (concat_name + p_len + 1, wrapper);
3749 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3752 strcpy (concat_name + tmp_len + 1, wrapper);
4603 # The PATH hackery in wrapper scripts is required on Windows
7745 # We don't need to create a wrapper script.
7786 # Now create the wrapper script.
7845 # The wrapper executable is built using the $host compiler,
7854 # Now, create the wrapper script for func_source use:
8205 # This variable tells wrapper scripts just to set variables rather