Home | History | Annotate | Download | only in libevent

Lines Matching refs:wrapper

1708 	  # The PATH hackery in wrapper scripts is required on Windows
4864 # We don't need to create a wrapper script.
4907 # Now create the wrapper script.
4963 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4969 This wrapper executable should never be moved out of the build directory.
4972 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5043 char * find_executable(const char *wrapper);
5160 /* Searches for the full path of the wrapper. Returns
5163 find_executable (const char* wrapper)
5173 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5175 if ((wrapper == NULL) || (*wrapper == '\0'))
5180 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5182 concat_name = xstrdup (wrapper);
5190 if (IS_DIR_SEPARATOR (wrapper[0]))
5192 concat_name = xstrdup (wrapper);
5201 for (p = wrapper; *p; p++)
5228 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5231 strcpy (concat_name + tmp_len + 1, wrapper);
5235 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5238 strcpy (concat_name + p_len + 1, wrapper);
5251 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5254 strcpy (concat_name + tmp_len + 1, wrapper);
5307 # wrapper might as well be built for $host, too.
5317 # $output - temporary wrapper script for $objdir/$outputname
5323 # This wrapper script should never be moved out of the build directory.
5493 \$echo \"This script is just a wrapper for \$program.\" 1>&2
5949 # This variable tells wrapper scripts just to set variables rather
6165 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6168 wrapper=$file
6171 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6181 case $wrapper in
6182 */* | *\\*) . ${wrapper} ;;
6183 *) . ./${wrapper} ;;
6188 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6217 case $wrapper in
6218 */* | *\\*) . ${wrapper} ;;
6219 *) . ./${wrapper} ;;
6471 # This variable tells wrapper scripts just to set shlibpath_var
6475 # Check if any of the arguments is a wrapper script.
6535 # This variable tells wrapper scripts just to set variables rather