Lines Matching refs:value

162 # value) or when 'set -e' is active (causing even a spurious abort of
447 # is ksh but when the shell is invoked as "sh" and the current value of
740 # value returned in "$func_dirname_result"
742 # value retuned in "$func_basename_result"
1682 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to
3134 # func_to_host_file_result to a simplistic fallback value (see below).
3333 # where, for any given $build/$host combination the 'X_to_Y' value is the
3341 # appropriate value, based on the value of $to_host_file_cmd.
3517 srcfile=$nonopt # always keep a non-empty value in "srcfile"
5455 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
5535 # script's $0 value, followed by "$@".
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);
6030 or a configure.ac-settable value.
6483 lt_setenv (const char *name, const char *value)
6487 nonnull (name), nonnull (value));
6491 char *str = xstrdup (value);
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);
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);
10083 # Save the value of $output and $libobjs because we want to
10262 # Restore the value of output.
10270 # value of $libobjs for piecewise linking.