Lines Matching refs:name

323 # uses them if a suitable command of that name is not already available
356 # Sed substitution that converts a w32 file name or path
433 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
449 # positional parameter $0, within a function call, is the name of the
453 # The name of this program.
756 # Echo program name prefixed message.
784 # Echo program name, followed by INFIX on the first line, with any
820 # Echo program name prefixed message to standard error.
833 # Echo program name prefixed message to standard error, and exit.
940 # Return a directory name, but don't create it in dry-run mode
1058 # Echo program name prefixed message only when not in quiet mode.
1423 # Turn $1 into a string suitable for a shell variable name.
1444 # Echo program name prefixed message in verbose mode only.
1457 # Echo program name prefixed warning message to standard error.
1470 # Echo program name prefixed warning message to standard error. Warning
1890 # get priority in the event of reusing an option name.
2029 # Echo program name prefixed message to standard error, followed by
2057 # Echo program name prefixed message to standard error and set global
2361 # Echo program name prefixed message to standard error, followed by
2429 func_fatal_error "invalid tag name: $tagname"
2998 # Helper function used by file name conversion functions when $build is *nix,
3003 # ARG is the $build file name to be converted to w32 format.
3069 # (2), returns the Cygwin file name or path in func_cygpath_result (input
3070 # file name or path is assumed to be in w32 format, as previously converted
3071 # from $build's *nix or MSYS format). In case (3), returns the w32 file name
3072 # or path in func_cygpath_result (input file name or path is assumed to be in
3075 # ARGS are passed to cygpath, with the last one being the file name or path to
3078 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3099 # Convert file name or path ARG from MSYS format to w32 format. Return
3113 # Verify that ARG1 (a file name in $build format) was converted to $host
3121 func_error "Could not determine host file name corresponding to"
3186 # Converts the file name ARG from $build format to $host format. Return result
3198 # converts the file name ARG from $build format to toolchain format. Return
3228 # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
3246 # Convert file name ARG from Cygwin to w32 format. Returns result in
3264 # Convert file name ARG from *nix to w32 format. Requires a wine environment
3281 # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3299 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed
3331 # file name conversion function : func_convert_file_X_to_Y ()
3611 # Get the name of the library object.
3634 func_fatal_error "cannot determine name of library object from '$libobj'"
3670 && func_warning "libobj name '$libobj' may not contain shell special characters."
3875 RM is the name of the program to use to delete files associated with each FILE
3891 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
3903 The output file name is determined by removing the directory component from
3988 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes)
4033 RM is the name of the program to use to delete files associated with each FILE
4087 # The first argument is the command name.
4170 # Transform arg to wrapped name.
4175 # Transform arg to wrapped name.
4357 # The real first argument should be the name of the installation program.
4472 func_fatal_help "'$destdir' must be an absolute directory name"
4603 name=$func_basename_result
4604 instname=$dir/${name}i
4605 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
4614 # Figure out destination file name, if it wasn't already specified.
4623 # Deduce the name of the destination old-style object file.
4644 # Deduce the name of the old-style object file.
4653 # Figure out destination file name, if it wasn't already specified.
4778 name=$func_basename_result
4781 oldlib=$destdir/$name
4840 # Parse the name list into a source file.
4930 name=$func_basename_result
4954 func_warning "Could not compute DLL name from $name"
4955 eval '$ECHO ": $name " >> "$nlist"'
4963 eval '$ECHO ": $name " >> "$nlist"'
4971 eval '$ECHO ": $name " >> "$nlist"'
5016 const char *name;
5028 for (; symbol->name; ++symbol)
5030 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
5104 # Transform the symbol file into the correct name.
5169 # Despite the name, also deal with 64 bit binaries.
5230 # name of the DLL associated with the specified
5246 # platform-specific function to extract the name of the
5252 # Echos the name of the DLL associated with the
5297 # 0x302f exports -- but will fail for DLLs whose name actually
5307 # name of the DLL associated with the specified
5355 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
5420 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5424 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5439 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
5666 # Try to get the absolute directory name.
5907 const char *base_name (const char *name);
5917 void lt_setenv (const char *name, const char *value);
5919 void lt_update_exe_path (const char *name, const char *value);
5920 void lt_update_lib_path (const char *name, const char *value);
6066 /* wrapper name transforms */
6073 /* target_name transforms -- use actual target program name; might have lt- prefix */
6082 "(main) libtool target name: %s\n",
6196 base_name (const char *name)
6201 /* Skip over the disk name in MSDOS pathnames. */
6202 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
6203 name += 2;
6206 for (base = name; *name; name++)
6207 if (IS_DIR_SEPARATOR (*name))
6208 base = name + 1;
6248 newly allocated full path name if found, NULL otherwise
6483 lt_setenv (const char *name, const char *value)
6487 nonnull (name), nonnull (value));
6492 setenv (name, str, 1);
6494 size_t len = strlen (name) + 1 + strlen (value) + 1;
6496 sprintf (str, "%s=%s", name, value);
6533 lt_update_exe_path (const char *name, const char *value)
6537 nonnull (name), nonnull (value));
6539 if (name && *name && value && *value)
6541 char *new_value = lt_extend_str (getenv (name), value, 0);
6548 lt_setenv (name, new_value);
6554 lt_update_lib_path (const char *name, const char *value)
6558 nonnull (name), nonnull (value));
6560 if (name && *name && value && *value)
6562 char *new_value = lt_extend_str (getenv (name), value, 0);
6563 lt_setenv (name, new_value);
6981 func_fatal_error "cannot find name of object for '$arg'"
7233 func_fatal_error "cannot determine absolute directory name of '$dir'"
7320 # classes, name mangling, and exception handling.
7611 func_fatal_error "cannot find name of object for '$arg'"
7730 # calculate the name of the file, without its directory
7908 name=$func_stripname_result
7917 lib=$searchdir/lib$name$search_ext
8164 func_fatal_error "cannot find name of link library for '$lib'"
8186 # Get the name of the library we link against.
8198 func_fatal_error "cannot find name of link library for '$lib'"
8226 func_warning "cannot determine absolute directory name of '$ladir'"
8235 # Find the relevant object directory and library name.
8261 name=$func_stripname_result
8274 # (otherwise, the dlopen module name will be incorrect). We do
8275 # this by putting the import library name into $newdlprefiles.
8276 # We recover the dlopen module name by 'saving' the la file
8277 # name in a special purpose variable, and (later) extracting the
8495 # Make a new name for the extract_expsyms_cmds to use
8557 add=-l$name
8560 add=-l$name
8579 add=-l$name
8582 add=-l$name
8627 add=-l$name
8633 add=-l$name
8652 add=-l$name
8672 compile_deplibs="-l$name -L$dir $compile_deplibs"
8673 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
8771 func_warning "cannot determine absolute directory name of '$dir'"
8999 name=$func_stripname_result
9010 name=$func_stripname_result
9287 # Remove version info from name if versioning should be avoided
9423 name_save=$name
9461 name=$func_stripname_result
9501 name=$func_stripname_result
9554 name=$func_stripname_result
9638 name=$func_stripname_result
9712 name=$name_save
10928 # Make sure we don't pick an alternate name that also
11057 name=$func_basename_result
11062 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
11084 name=$func_basename_result
11088 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
11103 name=$func_basename_result
11107 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
11162 # The name that we can dlopen(3).
11168 # The name of the static archive.
11254 name=$func_basename_result
11279 case $name in
11283 func_source $dir/$name
11297 test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
11320 func_source $dir/$name
11336 noexename=$name
11341 func_stripname '' '.exe' "$name"
11360 # note $name still contains .exe if it was in $file originally
11362 func_append rmfiles " $odir/$name $odir/${name}S.$objext"
11364 func_append rmfiles " $odir/lt-$name"
11366 if test "X$noexename" != "X$name"; then