Home | History | Annotate | Download | only in cmockery_0_1_2

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
5149 # We don't need to create a wrapper script.
5192 # Now create the wrapper script.
5248 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5254 This wrapper executable should never be moved out of the build directory.
5257 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5328 char * find_executable(const char *wrapper);
5445 /* Searches for the full path of the wrapper. Returns
5448 find_executable (const char* wrapper)
5458 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5460 if ((wrapper == NULL) || (*wrapper == '\0'))
5465 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5467 concat_name = xstrdup (wrapper);
5475 if (IS_DIR_SEPARATOR (wrapper[0]))
5477 concat_name = xstrdup (wrapper);
5486 for (p = wrapper; *p; p++)
5513 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5516 strcpy (concat_name + tmp_len + 1, wrapper);
5520 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5523 strcpy (concat_name + p_len + 1, wrapper);
5536 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5539 strcpy (concat_name + tmp_len + 1, wrapper);
5592 # wrapper might as well be built for $host, too.
5602 # $output - temporary wrapper script for $objdir/$outputname
5608 # This wrapper script should never be moved out of the build directory.
5764 \$echo \"This script is just a wrapper for \$program.\" 1>&2
6220 # This variable tells wrapper scripts just to set variables rather
6436 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6439 wrapper=$file
6442 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6452 case $wrapper in
6453 */* | *\\*) . ${wrapper} ;;
6454 *) . ./${wrapper} ;;
6459 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6488 case $wrapper in
6489 */* | *\\*) . ${wrapper} ;;
6490 *) . ./${wrapper} ;;
6740 # This variable tells wrapper scripts just to set shlibpath_var
6744 # Check if any of the arguments is a wrapper script.
6804 # This variable tells wrapper scripts just to set variables rather
7496 # Variables whose values should be saved in libtool wrapper scripts and