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='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.
744 # Echo program name prefixed message.
772 # Echo program name, followed by INFIX on the first line, with any
808 # Echo program name prefixed message to standard error.
821 # Echo program name prefixed message to standard error, and exit.
928 # Return a directory name, but don't create it in dry-run mode
1046 # Echo program name prefixed message only when not in quiet mode.
1411 # Turn $1 into a string suitable for a shell variable name.
1432 # Echo program name prefixed message in verbose mode only.
1445 # Echo program name prefixed warning message to standard error.
1458 # Echo program name prefixed warning message to standard error. Warning
1880 # get priority in the event of reusing an option name.
2019 # Echo program name prefixed message to standard error, followed by
2047 # Echo program name prefixed message to standard error and set global
2351 # Echo program name prefixed message to standard error, followed by
2419 func_fatal_error "invalid tag name: $tagname"
2997 # Helper function used by file name conversion functions when $build is *nix,
3002 # ARG is the $build file name to be converted to w32 format.
3068 # (2), returns the Cygwin file name or path in func_cygpath_result (input
3069 # file name or path is assumed to be in w32 format, as previously converted
3070 # from $build's *nix or MSYS format). In case (3), returns the w32 file name
3071 # or path in func_cygpath_result (input file name or path is assumed to be in
3074 # ARGS are passed to cygpath, with the last one being the file name or path to
3077 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3098 # Convert file name or path ARG from MSYS format to w32 format. Return
3112 # Verify that ARG1 (a file name in $build format) was converted to $host
3120 func_error "Could not determine host file name corresponding to"
3185 # Converts the file name ARG from $build format to $host format. Return result
3197 # converts the file name ARG from $build format to toolchain format. Return
3227 # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
3245 # Convert file name ARG from Cygwin to w32 format. Returns result in
3263 # Convert file name ARG from *nix to w32 format. Requires a wine environment
3280 # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3298 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed
3330 # file name conversion function : func_convert_file_X_to_Y ()
3610 # Get the name of the library object.
3633 func_fatal_error "cannot determine name of library object from '$libobj'"
3669 && func_warning "libobj name '$libobj' may not contain shell special characters."
3874 RM is the name of the program to use to delete files associated with each FILE
3890 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
3902 The output file name is determined by removing the directory component from
3987 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes)
4032 RM is the name of the program to use to delete files associated with each FILE
4086 # The first argument is the command name.
4169 # Transform arg to wrapped name.
4174 # Transform arg to wrapped name.
4356 # The real first argument should be the name of the installation program.
4471 func_fatal_help "'$destdir' must be an absolute directory name"
4602 name=$func_basename_result
4603 instname=$dir/${name}i
4604 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
4613 # Figure out destination file name, if it wasn't already specified.
4622 # Deduce the name of the destination old-style object file.
4643 # Deduce the name of the old-style object file.
4652 # Figure out destination file name, if it wasn't already specified.
4777 name=$func_basename_result
4780 oldlib=$destdir/$name
4839 # Parse the name list into a source file.
4929 name=$func_basename_result
4953 func_warning "Could not compute DLL name from $name"
4954 eval '$ECHO ": $name " >> "$nlist"'
4962 eval '$ECHO ": $name " >> "$nlist"'
4970 eval '$ECHO ": $name " >> "$nlist"'
5015 const char *name;
5027 for (; symbol->name; ++symbol)
5029 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
5103 # Transform the symbol file into the correct name.
5168 # Despite the name, also deal with 64 bit binaries.
5229 # name of the DLL associated with the specified
5245 # platform-specific function to extract the name of the
5251 # Echos the name of the DLL associated with the
5296 # 0x302f exports -- but will fail for DLLs whose name actually
5306 # name of the DLL associated with the specified
5354 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
5419 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5423 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5438 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
5665 # Try to get the absolute directory name.
5906 const char *base_name (const char *name);
5916 void lt_setenv (const char *name, const char *value);
5918 void lt_update_exe_path (const char *name, const char *value);
5919 void lt_update_lib_path (const char *name, const char *value);
6065 /* wrapper name transforms */
6072 /* target_name transforms -- use actual target program name; might have lt- prefix */
6081 "(main) libtool target name: %s\n",
6195 base_name (const char *name)
6200 /* Skip over the disk name in MSDOS pathnames. */
6201 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
6202 name += 2;
6205 for (base = name; *name; name++)
6206 if (IS_DIR_SEPARATOR (*name))
6207 base = name + 1;
6247 newly allocated full path name if found, NULL otherwise
6482 lt_setenv (const char *name, const char *value)
6486 nonnull (name), nonnull (value));
6491 setenv (name, str, 1);
6493 size_t len = strlen (name) + 1 + strlen (value) + 1;
6495 sprintf (str, "%s=%s", name, value);
6532 lt_update_exe_path (const char *name, const char *value)
6536 nonnull (name), nonnull (value));
6538 if (name && *name && value && *value)
6540 char *new_value = lt_extend_str (getenv (name), value, 0);
6547 lt_setenv (name, new_value);
6553 lt_update_lib_path (const char *name, const char *value)
6557 nonnull (name), nonnull (value));
6559 if (name && *name && value && *value)
6561 char *new_value = lt_extend_str (getenv (name), value, 0);
6562 lt_setenv (name, new_value);
6980 func_fatal_error "cannot find name of object for '$arg'"
7232 func_fatal_error "cannot determine absolute directory name of '$dir'"
7319 # classes, name mangling, and exception handling.
7612 func_fatal_error "cannot find name of object for '$arg'"
7731 # calculate the name of the file, without its directory
7912 name=$func_stripname_result
7921 lib=$searchdir/lib$name$search_ext
8168 func_fatal_error "cannot find name of link library for '$lib'"
8190 # Get the name of the library we link against.
8202 func_fatal_error "cannot find name of link library for '$lib'"
8230 func_warning "cannot determine absolute directory name of '$ladir'"
8239 # Find the relevant object directory and library name.
8265 name=$func_stripname_result
8278 # (otherwise, the dlopen module name will be incorrect). We do
8279 # this by putting the import library name into $newdlprefiles.
8280 # We recover the dlopen module name by 'saving' the la file
8281 # name in a special purpose variable, and (later) extracting the
8499 # Make a new name for the extract_expsyms_cmds to use
8561 add=-l$name
8564 add=-l$name
8583 add=-l$name
8586 add=-l$name
8631 add=-l$name
8637 add=-l$name
8656 add=-l$name
8676 compile_deplibs="-l$name -L$dir $compile_deplibs"
8677 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
8775 func_warning "cannot determine absolute directory name of '$dir'"
9003 name=$func_stripname_result
9014 name=$func_stripname_result
9294 # Remove version info from name if versioning should be avoided
9430 name_save=$name
9468 name=$func_stripname_result
9508 name=$func_stripname_result
9561 name=$func_stripname_result
9645 name=$func_stripname_result
9719 name=$name_save
10935 # Make sure we don't pick an alternate name that also
11064 name=$func_basename_result
11069 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
11091 name=$func_basename_result
11095 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
11110 name=$func_basename_result
11114 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
11169 # The name that we can dlopen(3).
11175 # The name of the static archive.
11261 name=$func_basename_result
11286 case $name in
11290 func_source $dir/$name
11304 test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
11327 func_source $dir/$name
11343 noexename=$name
11348 func_stripname '' '.exe' "$name"
11367 # note $name still contains .exe if it was in $file originally
11369 func_append rmfiles " $odir/$name $odir/${name}S.$objext"
11371 func_append rmfiles " $odir/lt-$name"
11373 if test "X$noexename" != "X$name"; then