• 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

188 # Variables whose values should be saved in libtool wrapper scripts and
1412 # True iff FILE is a libtool wrapper script
1421 # True iff FILE is a libtool wrapper executable
1449 # True iff FILE is a libtool wrapper script or wrapper executable
2193 # This variable tells wrapper scripts just to set shlibpath_var
2197 # Check if any of the arguments is a wrapper script.
2454 # This variable tells wrapper scripts just to set variables rather
2646 wrapper=$func_ltwrapper_scriptname_result
2649 wrapper=$func_stripname_result
2653 wrapper=$file
2656 if func_ltwrapper_script_p "$wrapper"; then
2660 func_source "$wrapper"
2664 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
2681 func_source "$wrapper"
3184 # Emit the first part of a libtool wrapper script on stdout.
3197 # $output - temporary wrapper script for $objdir/$outputname
3203 # This wrapper script should never be moved out of the build directory.
3282 # Emit the second part of a libtool wrapper script on stdout.
3406 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
3418 # Emit a libtool wrapper script on stdout.
3421 # wrapper executable. Must ONLY be called from within
3616 # emit the source code for a wrapper executable on stdout
3623 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
3629 This wrapper executable should never be moved out of the build directory.
3632 Currently, it simply execs the wrapper *script* "$SHELL $output",
3756 char *find_executable (const char *wrapper);
3902 /* wrapper name transforms */
4140 /* Searches for the full path of the wrapper. Returns
4145 find_executable (const char *wrapper)
4156 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
4158 if ((wrapper == NULL) || (*wrapper == '\0'))
4163 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
4165 concat_name = xstrdup (wrapper);
4173 if (IS_DIR_SEPARATOR (wrapper[0]))
4175 concat_name = xstrdup (wrapper);
4184 for (p = wrapper; *p; p++)
4212 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4215 strcpy (concat_name + tmp_len + 1, wrapper);
4220 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4223 strcpy (concat_name + p_len + 1, wrapper);
4236 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4239 strcpy (concat_name + tmp_len + 1, wrapper);
5090 # The PATH hackery in wrapper scripts is required on Windows
8232 # We don't need to create a wrapper script.
8273 # Now create the wrapper script.
8332 # The wrapper executable is built using the $host compiler,
8341 # Now, create the wrapper script for func_source use:
8692 # This variable tells wrapper scripts just to set variables rather