• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

Lines Matching +refs:bs +refs:get +refs:name

176 # positional parameter $0, within a function call, is the name of the
180 # The name of this program:
223 bs='\\'
230 s/^$bs2$dollar/$bs&/
231 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
242 # Echo program name prefixed message, along with the current mode
243 # name if it has been set yet.
250 # Echo program name prefixed message in verbose mode only.
262 # Echo program name prefixed message to standard error.
269 # Echo program name prefixed warning message to standard error.
279 # Echo program name prefixed message to standard error, and exit.
287 # Echo program name prefixed message to standard error, followed by
359 # Return a directory name, but don't create it in dry-run mode
545 # Echo program name prefixed message to standard error and set global
607 # Echo program name prefixed message to standard error, followed by
670 func_fatal_error "invalid tag name: $tagname"
1202 # Get the name of the library object.
1225 func_fatal_error "cannot determine name of library object from \`$libobj'"
1261 && func_warning "libobj name \`$libobj' may not contain shell special characters."
1316 avoid parallel builds (make -j) in this platform, or get a better
1371 avoid parallel builds (make -j) in this platform, or get a better
1420 avoid parallel builds (make -j) in this platform, or get a better
1467 RM is the name of the program to use to delete files associated with each FILE
1483 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
1493 The output file name is determined by removing the directory component from
1613 RM is the name of the program to use to delete files associated with each FILE
1640 # The first argument is the command name.
1720 # Transform arg to wrapped name.
1725 # Transform arg to wrapped name.
1866 # The real first argument should be the name of the installation program.
1960 func_fatal_help "\`$destdir' must be an absolute directory name"
2081 name="$func_basename_result"
2082 instname="$dir/$name"i
2083 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
2092 # Figure out destination file name, if it wasn't already specified.
2101 # Deduce the name of the destination old-style object file.
2122 # Deduce the name of the old-style object file.
2131 # Figure out destination file name, if it wasn't already specified.
2256 name="$func_basename_result"
2259 oldlib="$destdir/$name"
2315 # Parse the name list into a source file.
2386 name="$func_basename_result"
2388 eval '$ECHO ": $name " >> "$nlist"'
2425 const char *name;
2513 # Transform the symbol file into the correct name.
2605 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
2668 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
2672 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
2687 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
2773 # Follow symbolic links until we get to the real thisdir.
2822 # Try to get the absolute directory name.
3268 const char *base_name (const char *name);
3275 void lt_setenv (const char *name, const char *value);
3280 int lt_split_name_value (const char *arg, char** name, char** value);
3281 void lt_update_exe_path (const char *name, const char *value);
3282 void lt_update_lib_path (const char *name, const char *value);
3415 /* wrapper name transforms */
3422 /* target_name transforms -- use actual target program name; might have lt- prefix */
3430 LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n",
3602 base_name (const char *name)
3607 /* Skip over the disk name in MSDOS pathnames. */
3608 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
3609 name += 2;
3612 for (base = name; *name; name++)
3613 if (IS_DIR_SEPARATOR (*name))
3614 base = name + 1;
3654 newly allocated full path name if found, NULL otherwise
3858 lt_setenv (const char *name, const char *value)
3861 (name ? name : "<NULL>"),
3867 setenv (name, str, 1);
3869 int len = strlen (name) + 1 + strlen (value) + 1;
3871 sprintf (str, "%s=%s", name, value);
3908 lt_split_name_value (const char *arg, char** name, char** value)
3923 *name = XMALLOC (char, len);
3924 strncpy (*name, arg, len-1);
3925 (*name)[len - 1] = '\0';
3933 char *name = NULL;
3936 if (lt_split_name_value (arg, &name, &value) != 0)
3938 XFREE (name);
3943 lt_setenv (name, value);
3944 XFREE (name);
3951 char *name = NULL;
3955 if (lt_split_name_value (arg, &name, &value) != 0)
3957 XFREE (name);
3962 new_value = lt_extend_str (getenv (name), value, 0);
3963 lt_setenv (name, new_value);
3965 XFREE (name);
3972 char *name = NULL;
3976 if (lt_split_name_value (arg, &name, &value) != 0)
3978 XFREE (name);
3983 new_value = lt_extend_str (getenv (name), value, 1);
3984 lt_setenv (name, new_value);
3986 XFREE (name);
3991 lt_update_exe_path (const char *name, const char *value)
3994 (name ? name : "<NULL>"),
3997 if (name && *name && value && *value)
3999 char *new_value = lt_extend_str (getenv (name), value, 0);
4006 lt_setenv (name, new_value);
4012 lt_update_lib_path (const char *name, const char *value)
4015 (name ? name : "<NULL>"),
4018 if (name && *name && value && *value)
4020 char *new_value = lt_extend_str (getenv (name), value, 0);
4021 lt_setenv (name, new_value);
4047 # that all symbols are satisfied, otherwise we get a static library.
4105 # We need to know -static, to get the right output filenames.
4259 func_fatal_error "cannot find name of object for \`$arg'"
4493 func_fatal_error "cannot determine absolute directory name of \`$dir'"
4569 # classes, name mangling, and exception handling.
4803 func_fatal_error "cannot find name of object for \`$arg'"
4921 # calculate the name of the file, without its directory
4927 # get the directories listed in $shlibpath_var
5091 name=$func_stripname_result
5100 lib="$searchdir/lib${name}${search_ext}"
5342 func_fatal_error "cannot find name of link library for \`$lib'"
5364 # Get the name of the library we link against.
5370 func_fatal_error "cannot find name of link library for \`$lib'"
5398 func_warning "cannot determine absolute directory name of \`$ladir'"
5407 # Find the relevant object directory and library name.
5433 name=$func_stripname_result
5640 # Make a new name for the extract_expsyms_cmds to use
5702 add="-l$name"
5705 add="-l$name"
5724 add="-l$name"
5727 add="-l$name"
5772 add="-l$name"
5778 add="-l$name"
5797 add="-l$name"
5817 compile_deplibs="-l$name -L$dir $compile_deplibs"
5818 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
5907 func_warning "cannot determine absolute directory name of \`$dir'"
6104 name=$func_stripname_result
6115 name=$func_stripname_result
6376 # Remove version info from name if versioning should be avoided
6508 name_save=$name
6546 name=$func_stripname_result
6570 $ECHO "*** its dynamic dependency list that programs get resolved with at runtime."
6586 name=$func_stripname_result
6613 $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime."
6639 name=$func_stripname_result
6711 name=$func_stripname_result
6785 name=$name_save
7127 # convenience libraries get linked in and end up exceeding
7429 # reload_cmds runs $LD directly, so let us get rid of
7430 # -Wl from whole_archive_flag_spec and hope we can get by with
7943 # Make sure we don't pick an alternate name that also
8058 name="$func_basename_result"
8062 newdependency_libs="$newdependency_libs $libdir/$name"
8074 name="$func_basename_result"
8078 newdlfiles="$newdlfiles $libdir/$name"
8093 name="$func_basename_result"
8097 newdlprefiles="$newdlprefiles $libdir/$name"
8135 # The name that we can dlopen(3).
8141 # The name of the static archive.
8226 name="$func_basename_result"
8251 case $name in
8255 func_source $dir/$name
8270 test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
8293 func_source $dir/$name
8311 noexename=$name
8316 func_stripname '' '.exe' "$name"
8335 # note $name still contains .exe if it was in $file originally
8337 rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}"
8339 rmfiles="$rmfiles $objdir/lt-$name"
8341 if test "X$noexename" != "X$name" ; then
8381 # The TAGs below are defined such that we never get into a situation