Home | History | Annotate | Download | only in protobuf

Lines Matching refs:wrapper

924 # True iff FILE is a libtool wrapper script
933 # True iff FILE is a libtool wrapper executable
961 # True iff FILE is a libtool wrapper script or wrapper executable
1705 # This variable tells wrapper
1709 # Check if any of the arguments is a wrapper script.
1966 # This variable tells wrapper scripts just to set variables rather
2158 wrapper=$func_ltwrapper_scriptname_result
2161 wrapper=$func_stripname_result
2165 wrapper=$file
2168 if func_ltwrapper_script_p "$wrapper"; then
2172 func_source "$wrapper"
2176 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
2193 func_source "$wrapper"
2696 # emit a libtool wrapper script on stdout
2699 # wrapper executable. Must ONLY be called from within
2718 # $output - temporary wrapper script for $objdir/$outputname
2724 # This wrapper script should never be moved out of the build directory.
2910 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
2920 # emit the source code for a wrapper executable on stdout
2927 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
2933 This wrapper executable should never be moved out of the build directory.
2936 Currently, it simply execs the wrapper *script* "$SHELL $output",
3054 char *find_executable (const char *wrapper);
3157 LTWRAPPER_DEBUGPRINTF (("(main) libtool shell wrapper name: %s\n",
3306 /* Searches for the full path of the wrapper. Returns
3311 find_executable (const char *wrapper)
3322 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
3324 if ((wrapper == NULL) || (*wrapper == '\0'))
3329 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
3331 concat_name = xstrdup (wrapper);
3339 if (IS_DIR_SEPARATOR (wrapper[0]))
3341 concat_name = xstrdup (wrapper);
3350 for (p = wrapper; *p; p++)
3378 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3381 strcpy (concat_name + tmp_len + 1, wrapper);
3386 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3389 strcpy (concat_name + p_len + 1, wrapper);
3402 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3405 strcpy (concat_name + tmp_len + 1, wrapper);
4076 # The PATH hackery in wrapper scripts is required on Windows
7205 # We don't need to create a wrapper script.
7246 # Now create the wrapper script.
7309 # wrapper might as well be built for $host, too.
7315 # Now, create the wrapper script for func_source use:
7666 # This variable tells wrapper scripts just to set variables rather