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

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"
2701 # Emit the first part of a libtool wrapper script on stdout.
2714 # $output - temporary wrapper script for $objdir/$outputname
2720 # This wrapper script should never be moved out of the build directory.
2799 # Emit the second part of a libtool wrapper script on stdout.
2923 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
2935 # Emit a libtool wrapper script on stdout.
2938 # wrapper executable. Must ONLY be called from within
3133 # emit the source code for a wrapper executable on stdout
3140 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
3146 This wrapper executable should never be moved out of the build directory.
3149 Currently, it simply execs the wrapper *script* "$SHELL $output",
3273 char *find_executable (const char *wrapper);
3419 /* wrapper name transforms */
3657 /* Searches for the full path of the wrapper. Returns
3662 find_executable (const char *wrapper)
3673 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
3675 if ((wrapper == NULL) || (*wrapper == '\0'))
3680 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
3682 concat_name = xstrdup (wrapper);
3690 if (IS_DIR_SEPARATOR (wrapper[0]))
3692 concat_name = xstrdup (wrapper);
3701 for (p = wrapper; *p; p++)
3729 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3732 strcpy (concat_name + tmp_len + 1, wrapper);
3737 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3740 strcpy (concat_name + p_len + 1, wrapper);
3753 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3756 strcpy (concat_name + tmp_len + 1, wrapper);
4607 # The PATH hackery in wrapper scripts is required on Windows
7742 # We don't need to create a wrapper script.
7783 # Now create the wrapper script.
7842 # The wrapper executable is built using the $host compiler,
7851 # Now, create the wrapper script for func_source use:
8202 # This variable tells wrapper scripts just to set variables rather