• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/

Lines Matching refs:wrapper

320 # Variables whose values should be saved in libtool wrapper scripts and
2009 # The PATH hackery in wrapper scripts is required on Windows
5145 # We don't need to create a wrapper script.
5188 # Now create the wrapper script.
5244 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5250 This wrapper executable should never be moved out of the build directory.
5253 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5324 char * find_executable(const char *wrapper);
5441 /* Searches for the full path of the wrapper. Returns
5444 find_executable (const char* wrapper)
5454 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5456 if ((wrapper == NULL) || (*wrapper == '\0'))
5461 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5463 concat_name = xstrdup (wrapper);
5471 if (IS_DIR_SEPARATOR (wrapper[0]))
5473 concat_name = xstrdup (wrapper);
5482 for (p = wrapper; *p; p++)
5509 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5512 strcpy (concat_name + tmp_len + 1, wrapper);
5516 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5519 strcpy (concat_name + p_len + 1, wrapper);
5532 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5535 strcpy (concat_name + tmp_len + 1, wrapper);
5588 # wrapper might as well be built for $host, too.
5598 # $output - temporary wrapper script for $objdir/$outputname
5604 # This wrapper script should never be moved out of the build directory.
5760 \$echo \"This script is just a wrapper for \$program.\" 1>&2
6216 # This variable tells wrapper scripts just to set variables rather
6432 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6435 wrapper=$file
6438 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6448 case $wrapper in
6449 */* | *\\*) . ${wrapper} ;;
6450 *) . ./${wrapper} ;;
6455 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6484 case $wrapper in
6485 */* | *\\*) . ${wrapper} ;;
6486 *) . ./${wrapper} ;;
6736 # This variable tells wrapper scripts just to set shlibpath_var
6740 # Check if any of the arguments is a wrapper script.
6800 # This variable tells wrapper scripts just to set variables rather
7492 # Variables whose values should be saved in libtool wrapper scripts and
7800 # Variables whose values should be saved in libtool wrapper scripts and