• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/

Lines Matching refs:wrapper

320 # Variables whose values should be saved in libtool wrapper scripts and
2007 # The PATH hackery in wrapper scripts is required on Windows
5141 # We don't need to create a wrapper script.
5184 # Now create the wrapper script.
5240 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5246 This wrapper executable should never be moved out of the build directory.
5249 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5320 char * find_executable(const char *wrapper);
5437 /* Searches for the full path of the wrapper. Returns
5440 find_executable (const char* wrapper)
5450 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5452 if ((wrapper == NULL) || (*wrapper == '\0'))
5457 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5459 concat_name = xstrdup (wrapper);
5467 if (IS_DIR_SEPARATOR (wrapper[0]))
5469 concat_name = xstrdup (wrapper);
5478 for (p = wrapper; *p; p++)
5505 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5508 strcpy (concat_name + tmp_len + 1, wrapper);
5512 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5515 strcpy (concat_name + p_len + 1, wrapper);
5528 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5531 strcpy (concat_name + tmp_len + 1, wrapper);
5584 # wrapper might as well be built for $host, too.
5594 # $output - temporary wrapper script for $objdir/$outputname
5600 # This wrapper script should never be moved out of the build directory.
5756 \$echo \"This script is just a wrapper for \$program.\" 1>&2
6212 # This variable tells wrapper scripts just to set variables rather
6428 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6431 wrapper=$file
6434 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6444 case $wrapper in
6445 */* | *\\*) . ${wrapper} ;;
6446 *) . ./${wrapper} ;;
6451 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6480 case $wrapper in
6481 */* | *\\*) . ${wrapper} ;;
6482 *) . ./${wrapper} ;;
6732 # This variable tells wrapper scripts just to set shlibpath_var
6736 # Check if any of the arguments is a wrapper script.
6796 # This variable tells wrapper scripts just to set variables rather
7488 # Variables whose values should be saved in libtool wrapper scripts and
7796 # Variables whose values should be saved in libtool wrapper scripts and