Lines Matching refs:name
309 # uses them if a suitable command of that name is not already available
342 # Sed substitution that converts a w32 file name or path
390 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
406 # positional parameter $0, within a function call, is the name of the
410 # The name of this program.
713 # Echo program name prefixed message.
741 # Echo program name, followed by INFIX on the first line, with any
777 # Echo program name prefixed message to standard error.
790 # Echo program name prefixed message to standard error, and exit.
897 # Return a directory name, but don't create it in dry-run mode
1015 # Echo program name prefixed message only when not in quiet mode.
1262 # Turn $1 into a string suitable for a shell variable name.
1283 # Echo program name prefixed message in verbose mode only.
1296 # Echo program name prefixed warning message to standard error.
1309 # Echo program name prefixed warning message to standard error. Warning
1684 # get priority in the event of reusing an option name.
1805 # Echo program name prefixed message to standard error, followed by
1833 # Echo program name prefixed message to standard error and set global
2123 # Echo program name prefixed message to standard error, followed by
2191 func_fatal_error "invalid tag name: $tagname"
2752 # Helper function used by file name conversion functions when $build is *nix,
2757 # ARG is the $build file name to be converted to w32 format.
2823 # (2), returns the Cygwin file name or path in func_cygpath_result (input
2824 # file name or path is assumed to be in w32 format, as previously converted
2825 # from $build's *nix or MSYS format). In case (3), returns the w32 file name
2826 # or path in func_cygpath_result (input file name or path is assumed to be in
2829 # ARGS are passed to cygpath, with the last one being the file name or path to
2832 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
2853 # Convert file name or path ARG from MSYS format to w32 format. Return
2867 # Verify that ARG1 (a file name in $build format) was converted to $host
2875 func_error "Could not determine host file name corresponding to"
2940 # Converts the file name ARG from $build format to $host format. Return result
2952 # converts the file name ARG from $build format to toolchain format. Return
2982 # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
3000 # Convert file name ARG from Cygwin to w32 format. Returns result in
3018 # Convert file name ARG from *nix to w32 format. Requires a wine environment
3035 # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3053 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed
3085 # file name conversion function : func_convert_file_X_to_Y ()
3365 # Get the name of the library object.
3388 func_fatal_error "cannot determine name of library object from '$libobj'"
3424 && func_warning "libobj name '$libobj' may not contain shell special characters."
3629 RM is the name of the program to use to delete files associated with each FILE
3645 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
3656 The output file name is determined by removing the directory component from
3741 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes)
3784 RM is the name of the program to use to delete files associated with each FILE
3838 # The first argument is the command name.
3921 # Transform arg to wrapped name.
3926 # Transform arg to wrapped name.
4108 # The real first argument should be the name of the installation program.
4223 func_fatal_help "'$destdir' must be an absolute directory name"
4354 name=$func_basename_result
4355 instname=$dir/${name}i
4356 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
4365 # Figure out destination file name, if it wasn't already specified.
4374 # Deduce the name of the destination old-style object file.
4395 # Deduce the name of the old-style object file.
4404 # Figure out destination file name, if it wasn't already specified.
4529 name=$func_basename_result
4532 oldlib=$destdir/$name
4591 # Parse the name list into a source file.
4681 name=$func_basename_result
4705 func_warning "Could not compute DLL name from $name"
4706 eval '$ECHO ": $name " >> "$nlist"'
4714 eval '$ECHO ": $name " >> "$nlist"'
4722 eval '$ECHO ": $name " >> "$nlist"'
4767 const char *name;
4779 for (; symbol->name; ++symbol)
4781 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
4855 # Transform the symbol file into the correct name.
4920 # Despite the name, also deal with 64 bit binaries.
4981 # name of the DLL associated with the specified
4997 # platform-specific function to extract the name of the
5003 # Echos the name of the DLL associated with the
5048 # 0x302f exports -- but will fail for DLLs whose name actually
5058 # name of the DLL associated with the specified
5106 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
5171 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5175 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5190 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
5416 # Try to get the absolute directory name.
5657 const char *base_name (const char *name);
5667 void lt_setenv (const char *name, const char *value);
5669 void lt_update_exe_path (const char *name, const char *value);
5670 void lt_update_lib_path (const char *name, const char *value);
5816 /* wrapper name transforms */
5823 /* target_name transforms -- use actual target program name; might have lt- prefix */
5832 "(main) libtool target name: %s\n",
5946 base_name (const char *name)
5951 /* Skip over the disk name in MSDOS pathnames. */
5952 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
5953 name += 2;
5956 for (base = name; *name; name++)
5957 if (IS_DIR_SEPARATOR (*name))
5958 base = name + 1;
5998 newly allocated full path name if found, NULL otherwise
6233 lt_setenv (const char *name, const char *value)
6237 nonnull (name), nonnull (value));
6242 setenv (name, str, 1);
6244 size_t len = strlen (name) + 1 + strlen (value) + 1;
6246 sprintf (str, "%s=%s", name, value);
6283 lt_update_exe_path (const char *name, const char *value)
6287 nonnull (name), nonnull (value));
6289 if (name && *name && value && *value)
6291 char *new_value = lt_extend_str (getenv (name), value, 0);
6298 lt_setenv (name, new_value);
6304 lt_update_lib_path (const char *name, const char *value)
6308 nonnull (name), nonnull (value));
6310 if (name && *name && value && *value)
6312 char *new_value = lt_extend_str (getenv (name), value, 0);
6313 lt_setenv (name, new_value);
6731 func_fatal_error "cannot find name of object for '$arg'"
6976 func_fatal_error "cannot determine absolute directory name of '$dir'"
7063 # classes, name mangling, and exception handling.
7332 func_fatal_error "cannot find name of object for '$arg'"
7451 # calculate the name of the file, without its directory
7629 name=$func_stripname_result
7638 lib=$searchdir/lib$name$search_ext
7885 func_fatal_error "cannot find name of link library for '$lib'"
7907 # Get the name of the library we link against.
7919 func_fatal_error "cannot find name of link library for '$lib'"
7947 func_warning "cannot determine absolute directory name of '$ladir'"
7956 # Find the relevant object directory and library name.
7982 name=$func_stripname_result
7995 # (otherwise, the dlopen module name will be incorrect). We do
7996 # this by putting the import library name into $newdlprefiles.
7997 # We recover the dlopen module name by 'saving' the la file
7998 # name in a special purpose variable, and (later) extracting the
8216 # Make a new name for the extract_expsyms_cmds to use
8278 add=-l$name
8281 add=-l$name
8300 add=-l$name
8303 add=-l$name
8348 add=-l$name
8354 add=-l$name
8373 add=-l$name
8393 compile_deplibs="-l$name -L$dir $compile_deplibs"
8394 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
8492 func_warning "cannot determine absolute directory name of '$dir'"
8720 name=$func_stripname_result
8731 name=$func_stripname_result
9008 # Remove version info from name if versioning should be avoided
9144 name_save=$name
9182 name=$func_stripname_result
9222 name=$func_stripname_result
9275 name=$func_stripname_result
9359 name=$func_stripname_result
9433 name=$name_save
10648 # Make sure we don't pick an alternate name that also
10775 name=$func_basename_result
10780 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
10802 name=$func_basename_result
10806 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
10821 name=$func_basename_result
10825 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
10880 # The name that we can dlopen(3).
10886 # The name of the static archive.
10972 name=$func_basename_result
10997 case $name in
11001 func_source $dir/$name
11015 test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
11038 func_source $dir/$name
11054 noexename=$name
11059 func_stripname '' '.exe' "$name"
11078 # note $name still contains .exe if it was in $file originally
11080 func_append rmfiles " $odir/$name $odir/${name}S.$objext"
11082 func_append rmfiles " $odir/lt-$name"
11084 if test "X$noexename" != "X$name"; then