Searched +refs:ps +refs:get +refs:buffer +refs:name (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython.c392 full_path.get ()));
434 std::string script = compute_python_string (cmd->body_list_0.get ());
459 execute_control_command_untraced (l.get ());
482 str = var.get<const char *> ();
484 str = var.get<std::string> ().c_str ();
491 if (var.get<bool> ())
499 enum auto_boolean ab = var.get<enum auto_boolean> ();
510 if (var.get<int> () == INT_MAX)
515 return gdb_py_object_from_longest (var.get<int> ()).release ();
519 unsigned int val = var.get<unsigne
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxtensa-tdep.c80 #define CALLINC(ps) (((ps) & PS_CALLINC_MASK) >> PS_CALLINC_SHIFT)
117 windowing_enabled (struct gdbarch *gdbarch, unsigned int ps) argument
125 return ((ps & PS_EXC) == 0 && (ps & PS_WOE) != 0);
224 /* Find register by name. */
226 xtensa_find_register_by_name (struct gdbarch *gdbarch, const char *name) argument
232 if (strcasecmp (tdep->regmap[i].name, name) == 0)
238 /* Returns the name o
309 std::string name = string_printf ("int%d", size * 8); local
357 xtensa_register_write_masked(struct regcache *regcache, xtensa_register_t *reg, const gdb_byte *buffer) argument
441 xtensa_register_read_masked(readable_regcache *regcache, xtensa_register_t *reg, gdb_byte *buffer) argument
534 xtensa_pseudo_register_read(struct gdbarch *gdbarch, readable_regcache *regcache, int regnum, gdb_byte *buffer) argument
625 xtensa_pseudo_register_write(struct gdbarch *gdbarch, struct regcache *regcache, int regnum, const gdb_byte *buffer) argument
961 CORE_ADDR ps; /* The PS register of the previous (older) frame. */ member in struct:xtensa_frame_cache
1229 CORE_ADDR ra, wb, ws, pc, sp, ps; local
1684 CORE_ADDR ra, ps; local
2897 CORE_ADDR ps, wb, ws, ra; local
[all...]
H A Dada-lang.c177 static bool wild_match (const char *name, const char *patn);
206 static struct type *ada_find_any_type (const char *name);
226 /* The delta to apply to get the upper-case form. 0 if this is
229 /* The delta to apply to get the lower-case form. 0 if this is
251 /* The name used to perform the lookup. */
252 const char *name;
292 /* The name of the symbol to use to get the name of the main subprogram. */
354 data = ada_inferior_data.get (in
250 const char *name; member in struct:cache_entry
515 ada_name_prefix_len(const char *name) argument
1037 ada_fold_name(gdb::string_view name, bool throw_on_error = false) argument
1691 const char *name = index_desc_type->field (i).name (); local
2418 char *name; local
2902 gdb_byte *buffer = (gdb_byte *) alloca (len); local
3233 ada_index_type(struct type *type, int n, const char *name) argument
3564 std::string buffer; local
3799 ada_resolve_enum(std::vector<struct block_symbol> &syms, const char *name, struct type *context_type, bool parse_completion) argument
4040 ada_resolve_function(std::vector<struct block_symbol> &syms, struct value **args, int nargs, const char *name, struct type *context_type, bool parse_completion) argument
4380 ada_value_struct_elt(struct value *arg, const char *name, int no_err) argument
4672 find_entry(const char *name, domain_enum domain) argument
4694 lookup_cached_symbol(const char *name, domain_enum domain, struct symbol **sym, const struct block **block) argument
4712 cache_symbol(const char *name, domain_enum domain, struct symbol *sym, const struct block *block) argument
4767 standard_lookup(const char *name, const struct block *block, domain_enum domain) argument
4905 ada_lookup_simple_minsym(const char *name, struct objfile *objfile) argument
4942 const char *name = ada_type_name (type); local
5144 const char *name = renaming_type->name (); local
5162 is_package_name(const char *name) argument
5270 const char *name; local
5625 const char *name = ada_lookup_name (lookup_name); local
5763 ada_lookup_symbol_list(const char *name, const struct block *block, domain_enum domain) argument
5780 ada_lookup_encoded_symbol(const char *name, const struct block *block, domain_enum domain, struct block_symbol *info) argument
5802 ada_lookup_symbol(const char *name, const struct block *block0, domain_enum domain) argument
5992 const char *name = *namep; local
6042 wild_match(const char *name, const char *patn) argument
6126 const char *name = ada_lookup_name.c_str (); local
6268 const char *name; local
6285 const char *name = type->name (); local
6304 const char *name = type->field (field_num).name (); local
6366 const char *name = ada_type_name (type->target_type ()); local
6605 gdb::unique_xmalloc_ptr<char> buffer member in class:gdb
6633 gdb::unique_xmalloc_ptr<char> name; member in class:gdb
6697 const char *name = ada_check_typedef (type)->field (field_num).name (); local
6713 const char *name = type->field (field_num).name (); local
6760 const char *name = ada_variant_discrim_name (var_type); local
6772 const char *name = type->field (field_num).name (); local
6786 const char *name; local
6877 const char *name = type->field (field_num).name (); local
7015 find_struct_field(const char *name, struct type *type, int offset, struct type **field_type_p, int *byte_offset_p, int *bit_offset_p, int *bit_size_p, int *index_p) argument
7152 ada_search_struct_field(const char *name, struct value *arg, int offset, struct type *type) argument
7321 ada_lookup_struct_elt_type(struct type *type, const char *name, int refok, int noerr) argument
7562 const char *name = type->field (f).name (); local
7591 ada_find_any_type_symbol(const char *name) argument
7608 ada_find_any_type(const char *name) argument
7627 const char *name = name_sym->linkage_name (); local
7681 find_parallel_type_by_descriptive_type(struct type *type, const char *name) argument
7742 ada_find_parallel_type_with_name(struct type *type, const char *name) argument
7760 char *name; local
7805 const char *name = templ_type->field (field_num).name (); local
8444 char *name = (char *) alloca (len + strlen (xa_suffix)); local
8615 const char *name = ada_type_name (fixed_record_type); local
8826 const char *name = type->name (); local
8984 const char *name; local
9131 ada_enum_name(const char *name) argument
9385 const char *name; local
9679 const char *name; local
10446 const char *name = ada_type_name (type_arg); local
10572 char name[12]; local
11407 get_var_value(const char *name, const char *err_msg) argument
11434 get_int_var_value(const char *name, LONGEST &value) argument
11458 const char *name; local
11546 ada_is_range_type_name(const char *name) argument
13104 name_matches_regex(const char *name, compiled_regex *preg) argument
13789 std::string name = type_to_string (type); variable
[all...]
H A Dremote.c174 /* The offset into the file that the cache buffer corresponds
178 /* The buffer holding the cache contents. */
180 /* The buffer's size. We try to read as much as fits into a packet
199 /* char *name; == gdbarch_register_name (target_gdbarch (), regnum);
217 typically only reserve a buffer large enough to hold the ``g''
243 /* A buffer to use for incoming packets, and its current size. The
244 buffer is grown dynamically for larger incoming packets.
245 Outgoing packets may also be constructed in this buffer.
246 The size of the buffer is always at least REMOTE_PACKET_SIZE;
257 a buffer i
1139 std::string name; member in struct:private_thread_info
1651 const char *name; member in struct:memory_packet_config
1897 const char *name; member in struct:packet_config
1952 add_packet_config_cmd(struct packet_config *config, const char *name, const char *title, int legacy) argument
3010 const std::string &name = get_remote_thread_info (info)->name; local
3685 std::string name; member in struct:thread_item
[all...]
H A DChangeLog-3.x41 Try looking up name of var before giving up & printing '?'.
86 SYMBOL_VALUE (f) to get start of function.
123 * valops.c (check_field): When following pointers, just get
155 before we get to the end, else pass false.
615 * valprint.c (value_print): Try to give the name of function
656 * dbxread.c (read_type): When we get a cross-reference, resolve
824 than assuming type has a name.
900 so we don't accidently get random files from the readline
947 * config.gdb: Canonicalize machine name at beginning.
1023 return value to make the functionality implied by the name
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc613 // string on the first call (strtok saves this string in a static buffer
1442 #define FORMAT_INTERCEPTOR_IMPL(name, vname, ...) \
1777 // ioctl_common_[pre|post] doesn't get inlined here.
1877 INTERCEPTOR(__sanitizer_passwd *, getpwnam, const char *name) {
1879 COMMON_INTERCEPTOR_ENTER(ctx, getpwnam, name);
1880 if (name)
1881 COMMON_INTERCEPTOR_READ_RANGE(ctx, name, REAL(strlen)(name) + 1);
1882 __sanitizer_passwd *res = REAL(getpwnam)(name);
1893 INTERCEPTOR(__sanitizer_group *, getgrnam, const char *name) {
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc639 // string on the first call (strtok saves this string in a static buffer
1488 #define FORMAT_INTERCEPTOR_IMPL(name, vname, ...) \
1823 // ioctl_common_[pre|post] doesn't get inlined here.
1915 INTERCEPTOR(__sanitizer_passwd *, getpwnam, const char *name) {
1917 COMMON_INTERCEPTOR_ENTER(ctx, getpwnam, name);
1918 if (name)
1919 COMMON_INTERCEPTOR_READ_RANGE(ctx, name, internal_strlen(name) + 1);
1920 __sanitizer_passwd *res = REAL(getpwnam)(name);
1931 INTERCEPTOR(__sanitizer_group *, getgrnam, const char *name) {
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc620 // string on the first call (strtok saves this string in a static buffer
1472 #define FORMAT_INTERCEPTOR_IMPL(name, vname, ...) \
1807 // ioctl_common_[pre|post] doesn't get inlined here.
1899 INTERCEPTOR(__sanitizer_passwd *, getpwnam, const char *name) {
1901 COMMON_INTERCEPTOR_ENTER(ctx, getpwnam, name);
1902 if (name)
1903 COMMON_INTERCEPTOR_READ_RANGE(ctx, name, REAL(strlen)(name) + 1);
1904 __sanitizer_passwd *res = REAL(getpwnam)(name);
1915 INTERCEPTOR(__sanitizer_group *, getgrnam, const char *name) {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dada-lang.c191 static bool wild_match (const char *name, const char *patn);
250 static struct type *ada_find_any_type (const char *name);
262 /* The name used to perform the lookup. */ member in struct:cache_entry
263 const char *name;
308 /* The name of the symbol to use to get the name of the main subprogram. */
370 data = ada_inferior_data.get (inf);
415 data = ada_pspace_data_handle.get (pspace);
459 /* Given DECODED_NAME a string holding a symbol name i
560 ada_name_prefix_len(const char *name) argument
992 ada_fold_name(gdb::string_view name) argument
1435 const char *name = TYPE_FIELD_NAME (index_desc_type, i); local
2122 char *name; local
2565 gdb_byte *buffer = (gdb_byte *) alloca (len); local
2884 ada_index_type(struct type *type, int n, const char *name) argument
3893 ada_resolve_function(struct block_symbol syms[], int nsyms, struct value **args, int nargs, const char *name, struct type *context_type, int parse_completion) argument
4261 ada_value_struct_elt(struct value *arg, const char *name, int no_err) argument
4571 find_entry(const char *name, domain_enum domain) argument
4593 lookup_cached_symbol(const char *name, domain_enum domain, struct symbol **sym, const struct block **block) argument
4611 cache_symbol(const char *name, domain_enum domain, struct symbol *sym, const struct block *block) argument
4665 standard_lookup(const char *name, const struct block *block, domain_enum domain) argument
4832 ada_lookup_simple_minsym(const char *name) argument
4880 const char *name = ada_type_name (type); local
5085 const char *name = renaming_type->name (); local
5103 is_package_name(const char *name) argument
5211 const char *name; local
5563 const char *name = ada_lookup_name (lookup_name); local
5717 ada_lookup_symbol_list(const char *name, const struct block *block, domain_enum domain, std::vector<struct block_symbol> *results) argument
5735 ada_lookup_encoded_symbol(const char *name, const struct block *block, domain_enum domain, struct block_symbol *info) argument
5757 ada_lookup_symbol(const char *name, const struct block *block0, domain_enum domain) argument
5949 const char *name = *namep; local
5992 wild_match(const char *name, const char *patn) argument
6096 const char *name = ada_lookup_name.c_str (); local
6238 const char *name; local
6255 const char *name = type->name (); local
6274 const char *name = TYPE_FIELD_NAME (type, field_num); local
6324 const char *name = ada_type_name (TYPE_TARGET_TYPE (type)); local
6546 gdb::unique_xmalloc_ptr<char> buffer member in class:gdb
6569 gdb::unique_xmalloc_ptr<char> name; member in class:gdb
6633 const char *name = TYPE_FIELD_NAME (ada_check_typedef (type), field_num); local
6649 const char *name = TYPE_FIELD_NAME (type, field_num); local
6696 const char *name = ada_variant_discrim_name (var_type); local
6708 const char *name = TYPE_FIELD_NAME (type, field_num); local
6723 const char *name; local
6816 const char *name = TYPE_FIELD_NAME (type, field_num); local
6953 find_struct_field(const char *name, struct type *type, int offset, struct type **field_type_p, int *byte_offset_p, int *bit_offset_p, int *bit_size_p, int *index_p) argument
7077 ada_search_struct_field(const char *name, struct value *arg, int offset, struct type *type) argument
7246 ada_lookup_struct_elt_type(struct type *type, const char *name, int refok, int noerr) argument
7487 const char *name = TYPE_FIELD_NAME (type, f); local
7516 ada_find_any_type_symbol(const char *name) argument
7533 ada_find_any_type(const char *name) argument
7552 const char *name = name_sym->linkage_name (); local
7606 find_parallel_type_by_descriptive_type(struct type *type, const char *name) argument
7667 ada_find_parallel_type_with_name(struct type *type, const char *name) argument
7685 char *name; local
7730 const char *name = TYPE_FIELD_NAME (templ_type, field_num); local
8386 char *name = (char *) alloca (len + strlen (xa_suffix)); local
8559 const char *name = ada_type_name (fixed_record_type); local
8770 const char *name = type->name (); local
8919 const char *name; local
9067 ada_enum_name(const char *name) argument
9640 const char *name; local
10788 const char *name = ada_type_name (type_arg); local
11142 const char *name = ada_type_name (type); local
11287 get_var_value(const char *name, const char *err_msg) argument
11312 get_int_var_value(const char *name, LONGEST &value) argument
11336 const char *name; local
11430 ada_is_range_type_name(const char *name) argument
12988 name_matches_regex(const char *name, compiled_regex *preg) argument
13337 char *name = &exp->elts[elt + 2].string; local
14054 std::string name = type_to_string (type); variable
[all...]
H A Dremote.c168 /* The offset into the file that the cache buffer corresponds
172 /* The buffer holding the cache contents. */
174 /* The buffer's size. We try to read as much as fits into a packet
193 /* char *name; == gdbarch_register_name (target_gdbarch (), regnum);
211 typically only reserve a buffer large enough to hold the ``g''
237 /* A buffer to use for incoming packets, and its current size. The
238 buffer is grown dynamically for larger incoming packets.
239 Outgoing packets may also be constructed in this buffer.
240 The size of the buffer is always at least REMOTE_PACKET_SIZE;
251 a buffer i
1056 std::string name; member in struct:private_thread_info
1531 const char *name; member in struct:memory_packet_config
1777 const char *name; member in struct:packet_config
1827 add_packet_config_cmd(struct packet_config *config, const char *name, const char *title, int legacy) argument
2875 const std::string &name = get_remote_thread_info (info)->name; local
3550 std::string name; member in struct:thread_item
4896 open(const char *name, int from_tty) argument
4905 open(const char *name, int from_tty) argument
5003 remote_serial_open(const char *name) argument
5058 const char *name; member in struct:protocol_feature
5535 open_1(const char *name, int from_tty, int extended_p) argument
11747 remote_buffer_add_string(char **buffer, int *left, const char *string) argument
11769 remote_buffer_add_bytes(char **buffer, int *left, const gdb_byte *bytes, int len) argument
11790 remote_buffer_add_int(char **buffer, int *left, ULONGEST value) argument
11817 remote_hostio_parse_result(char *buffer, int *retcode, int *remote_errno, char **attachment) argument
12355 enum packet_support ps = packet_support (PACKET_vFile_open); local
14018 load(const char *name, int from_tty) argument
[all...]
H A DChangeLog-3.x41 Try looking up name of var before giving up & printing '?'.
86 SYMBOL_VALUE (f) to get start of function.
123 * valops.c (check_field): When following pointers, just get
155 before we get to the end, else pass false.
615 * valprint.c (value_print): Try to give the name of function
656 * dbxread.c (read_type): When we get a cross-reference, resolve
824 than assuming type has a name.
900 so we don't accidently get random files from the readline
947 * config.gdb: Canonicalize machine name at beginning.
1023 return value to make the functionality implied by the name
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Darm.cc578 ? this->u_.relobj->name().c_str()
579 : this->u_.symbol->name())
600 name() const ATTRIBUTE_UNUSED;
1353 Arm_output_section(const char* name, elfcpp::Elf_Word type,
1355 : Output_section(name, type,
1494 Arm_relobj(const std::string& name, Input_file* input_file, off_t offset,
1496 : Sized_relobj_file<32, big_endian>(name, input_file, offset, ehdr),
1581 // we only store that instead of the whole symbol name.
1774 Arm_dynobj(const std::string& name, Input_file* input_file, off_t offset,
1776 : Sized_dynobj<32, big_endian>(name, input_fil
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Darm.cc578 ? this->u_.relobj->name().c_str()
579 : this->u_.symbol->name())
600 name() const ATTRIBUTE_UNUSED;
1353 Arm_output_section(const char* name, elfcpp::Elf_Word type,
1355 : Output_section(name, type,
1494 Arm_relobj(const std::string& name, Input_file* input_file, off_t offset,
1496 : Sized_relobj_file<32, big_endian>(name, input_file, offset, ehdr),
1581 // we only store that instead of the whole symbol name.
1774 Arm_dynobj(const std::string& name, Input_file* input_file, off_t offset,
1776 : Sized_dynobj<32, big_endian>(name, input_fil
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Darm.cc578 ? this->u_.relobj->name().c_str()
579 : this->u_.symbol->name())
600 name() const ATTRIBUTE_UNUSED;
1353 Arm_output_section(const char* name, elfcpp::Elf_Word type,
1355 : Output_section(name, type,
1494 Arm_relobj(const std::string& name, Input_file* input_file, off_t offset,
1496 : Sized_relobj_file<32, big_endian>(name, input_file, offset, ehdr),
1581 // we only store that instead of the whole symbol name.
1774 Arm_dynobj(const std::string& name, Input_file* input_file, off_t offset,
1776 : Sized_dynobj<32, big_endian>(name, input_fil
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/
H A Dconfigure132 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
611 # Sed expression to map a string onto a valid CPP name.
614 # Sed expression to map a string onto a valid variable name.
973 as_fn_error $? "invalid feature name: \`$ac_useropt'"
999 as_fn_error $? "invalid feature name: \`$ac_useropt'"
1123 -program-transform-name | --program-transform-name \
1131 -program-transform-name=* | --program-transform-name=* \
1145 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
550 # Sed expression to map a string onto a valid CPP name.
553 # Sed expression to map a string onto a valid variable name.
2341 as_fn_error $? "invalid feature name: $ac_useropt"
2367 as_fn_error $? "invalid feature name: $ac_useropt"
2491 -program-transform-name | --program-transform-name \
2499 -program-transform-name=* | --program-transform-name=* \
2513 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/bsd/libbind/dist/
H A Dconfigure91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
545 # Sed expression to map a string onto a valid CPP name.
548 # Sed expression to map a string onto a valid variable name.
1163 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1182 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1299 -program-transform-name | --program-transform-name \
1307 -program-transform-name=* | --program-transform-name=* \
1321 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/bsd/jemalloc/dist/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
550 # Sed expression to map a string onto a valid CPP name.
553 # Sed expression to map a string onto a valid variable name.
923 as_fn_error $? "invalid feature name: $ac_useropt"
949 as_fn_error $? "invalid feature name: $ac_useropt"
1073 -program-transform-name | --program-transform-name \
1081 -program-transform-name=* | --program-transform-name=* \
1095 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
558 # Sed expression to map a string onto a valid CPP name.
561 # Sed expression to map a string onto a valid variable name.
962 as_fn_error $? "invalid feature name: $ac_useropt"
988 as_fn_error $? "invalid feature name: $ac_useropt"
1112 -program-transform-name | --program-transform-name \
1120 -program-transform-name=* | --program-transform-name=* \
1134 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
559 # Sed expression to map a string onto a valid CPP name.
562 # Sed expression to map a string onto a valid variable name.
965 as_fn_error $? "invalid feature name: $ac_useropt"
991 as_fn_error $? "invalid feature name: $ac_useropt"
1115 -program-transform-name | --program-transform-name \
1123 -program-transform-name=* | --program-transform-name=* \
1137 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
559 # Sed expression to map a string onto a valid CPP name.
562 # Sed expression to map a string onto a valid variable name.
973 as_fn_error $? "invalid feature name: $ac_useropt"
999 as_fn_error $? "invalid feature name: $ac_useropt"
1123 -program-transform-name | --program-transform-name \
1131 -program-transform-name=* | --program-transform-name=* \
1145 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
558 # Sed expression to map a string onto a valid CPP name.
561 # Sed expression to map a string onto a valid variable name.
962 as_fn_error $? "invalid feature name: $ac_useropt"
988 as_fn_error $? "invalid feature name: $ac_useropt"
1112 -program-transform-name | --program-transform-name \
1120 -program-transform-name=* | --program-transform-name=* \
1134 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/gpl2/lvm2/dist/
H A Dconfigure116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
566 # Sed expression to map a string onto a valid CPP name.
569 # Sed expression to map a string onto a valid variable name.
990 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1017 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1142 -program-transform-name | --program-transform-name \
1150 -program-transform-name=* | --program-transform-name=* \
1164 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/bsd/openldap/dist/
H A Dconfigure114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
562 # Sed expression to map a string onto a valid CPP name.
565 # Sed expression to map a string onto a valid variable name.
1048 as_fn_error $? "invalid feature name: $ac_useropt"
1074 as_fn_error $? "invalid feature name: $ac_useropt"
1198 -program-transform-name | --program-transform-name \
1206 -program-transform-name=* | --program-transform-name=* \
1220 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
558 # Sed expression to map a string onto a valid CPP name.
561 # Sed expression to map a string onto a valid variable name.
1089 as_fn_error $? "invalid feature name: $ac_useropt"
1115 as_fn_error $? "invalid feature name: $ac_useropt"
1239 -program-transform-name | --program-transform-name \
1247 -program-transform-name=* | --program-transform-name=* \
1261 -psdir | --psdir | --psdi | --psd | --ps)
[all...]

Completed in 941 milliseconds

12