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

Lines Matching refs:wrapper

1695 	  # The PATH hackery in wrapper scripts is required on Windows
4838 # We don't need to create a wrapper script.
4881 # Now create the wrapper script.
4937 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4943 This wrapper executable should never be moved out of the build directory.
4946 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5017 char * find_executable(const char *wrapper);
5134 /* Searches for the full path of the wrapper. Returns
5137 find_executable (const char* wrapper)
5147 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5149 if ((wrapper == NULL) || (*wrapper == '\0'))
5154 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5156 concat_name = xstrdup (wrapper);
5164 if (IS_DIR_SEPARATOR (wrapper[0]))
5166 concat_name = xstrdup (wrapper);
5175 for (p = wrapper; *p; p++)
5202 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5205 strcpy (concat_name + tmp_len + 1, wrapper);
5209 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5212 strcpy (concat_name + p_len + 1, wrapper);
5225 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5228 strcpy (concat_name + tmp_len + 1, wrapper);
5281 # wrapper might as well be built for $host, too.
5291 # $output - temporary wrapper script for $objdir/$outputname
5297 # This wrapper script should never be moved out of the build directory.
5467 \$echo \"This script is just a wrapper for \$program.\" 1>&2
5923 # This variable tells wrapper scripts just to set variables rather
6139 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6142 wrapper=$file
6145 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6155 case $wrapper in
6156 */* | *\\*) . ${wrapper} ;;
6157 *) . ./${wrapper} ;;
6162 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6191 case $wrapper in
6192 */* | *\\*) . ${wrapper} ;;
6193 *) . ./${wrapper} ;;
6445 # This variable tells wrapper scripts just to set shlibpath_var
6449 # Check if any of the arguments is a wrapper script.
6509 # This variable tells wrapper scripts just to set variables rather