| /netbsd/src/usr.sbin/gspa/gspa/ |
| D | gspa.c | 74 char in_name[PATH_MAX + 1]; variable 128 strlcpy(in_name, "<stdin>", sizeof(in_name)); in main() 130 strlcpy(in_name, *argv, sizeof(in_name)); in main() 131 if ((infile = fopen(in_name, "r")) == NULL) in main() 224 strlcpy(p->name, in_name, sizeof(p->name)); in push_input() 228 strlcpy(in_name, fn, sizeof(in_name)); in push_input() 243 strlcpy(in_name, p->name, sizeof(in_name)); in get_line()
|
| /netbsd/src/external/bsd/libbind/dist/dst/ |
| D | dst_api.c | 71 static DST_KEY *dst_s_read_public_key(const char *in_name, 465 dst_s_read_public_key(const char *in_name, const u_int16_t in_id, int in_alg) in dst_s_read_public_key() argument 473 if (in_name == NULL) { in dst_s_read_public_key() 477 if (dst_s_build_filename(name, in_name, in_id, in_alg, PUBLIC_KEY, in dst_s_read_public_key() 480 in_name, in_id, PUBLIC_KEY)); in dst_s_read_public_key() 573 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen); in dst_s_read_public_key() 645 dst_dnskey_to_key(const char *in_name, const u_char *rdata, const int len) in dst_dnskey_to_key() argument 660 if (in_name == NULL) in dst_dnskey_to_key() 663 if ((key_st = dst_s_get_key_struct(in_name, alg, 0, 0, 0)) == NULL) in dst_dnskey_to_key()
|
| /netbsd/src/lib/libresolv/ |
| D | dst_api.c | 73 static DST_KEY *dst_s_read_public_key(const char *in_name, 471 dst_s_read_public_key(const char *in_name, const u_int16_t in_id, int in_alg) in dst_s_read_public_key() argument 480 if (in_name == NULL) { in dst_s_read_public_key() 484 if (dst_s_build_filename(name, in_name, in_id, in_alg, PUBLIC_KEY, in dst_s_read_public_key() 487 __func__, in_name, in_id, PUBLIC_KEY)); in dst_s_read_public_key() 579 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen); in dst_s_read_public_key() 652 dst_dnskey_to_key(const char *in_name, const u_char *rdata, const int len) in dst_dnskey_to_key() argument 667 if (in_name == NULL) in dst_dnskey_to_key() 670 if ((key_st = dst_s_get_key_struct(in_name, alg, 0, 0, 0)) == NULL) in dst_dnskey_to_key()
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | deffilep.y | 608 const char *in_name, const char *its_name, in cmp_export_elem() argument 615 if ((r = are_names_equal (in_name, e->internal_name)) != 0) in cmp_export_elem() 630 const char *ex_name, const char *in_name, in find_export_in_list() argument 639 if ((e = cmp_export_elem (b, ex_name, in_name, its_name, ord)) <= 0) in find_export_in_list() 647 if ((e = cmp_export_elem (b + (max - 1), ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 659 e = cmp_export_elem (b + p, ex_name, in_name, its_name, ord); in find_export_in_list() 670 if ((e = cmp_export_elem (b + l, ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 753 const char *in_name, const char *module, in cmp_import_elem() argument 762 if ((r = are_names_equal (in_name, e->internal_name)) != 0) in cmp_import_elem() 777 const char *ex_name, const char *in_name, in find_import_in_list() argument [all …]
|
| D | deffilep.c | 2454 const char *in_name, const char *its_name, in cmp_export_elem() argument 2461 if ((r = are_names_equal (in_name, e->internal_name)) != 0) in cmp_export_elem() 2476 const char *ex_name, const char *in_name, in find_export_in_list() argument 2485 if ((e = cmp_export_elem (b, ex_name, in_name, its_name, ord)) <= 0) in find_export_in_list() 2493 if ((e = cmp_export_elem (b + (max - 1), ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 2505 e = cmp_export_elem (b + p, ex_name, in_name, its_name, ord); in find_export_in_list() 2516 if ((e = cmp_export_elem (b + l, ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 2599 const char *in_name, const char *module, in cmp_import_elem() argument 2608 if ((r = are_names_equal (in_name, e->internal_name)) != 0) in cmp_import_elem() 2623 const char *ex_name, const char *in_name, in find_import_in_list() argument [all …]
|
| D | ldfile.c | 962 ldfile_add_arch (const char *in_name) in ldfile_add_arch() argument 964 char *name = xstrdup (in_name); in ldfile_add_arch() 968 ldfile_output_machine_name = in_name; in ldfile_add_arch()
|
| /netbsd/src/usr.bin/indent/ |
| D | indent.c | 92 static const char *in_name = "Standard Input"; variable 159 level == 0 ? "warning" : "error", in_name, in.token_start_line); in diag() 210 const char *last_slash = strrchr(in_name, '/'); in copy_to_bak_file() 211 const char *base = last_slash != NULL ? last_slash + 1 : in_name; in copy_to_bak_file() 223 err(1, "%s", in_name); in copy_to_bak_file() 232 output = fopen(in_name, "w"); in copy_to_bak_file() 235 err(1, "%s", in_name); in copy_to_bak_file() 249 in_name = arg; in parse_command_line() 250 if ((in.f = fopen(in_name, "r")) == NULL) in parse_command_line() 251 err(1, "%s", in_name); in parse_command_line() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | pex-common.c | 381 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file() argument 383 char *name = (char *) in_name; in pex_input_file() 409 obj->next_input_name_allocated = (name != in_name); in pex_input_file()
|
| D | pexecute.txh | 162 int @var{flags}, const char *@var{in_name}) 169 @var{in_name}, @var{obj} and the @code{PEX_SUFFIX} bit in @var{flags}.
|
| D | functions.texi | 901 int @var{flags}, const char *@var{in_name}) 908 @var{in_name}, @var{obj} and the @code{PEX_SUFFIX} bit in @var{flags}.
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | pex-common.c | 381 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file() argument 383 char *name = (char *) in_name; in pex_input_file() 409 obj->next_input_name_allocated = (name != in_name); in pex_input_file()
|
| D | pexecute.txh | 162 int @var{flags}, const char *@var{in_name}) 169 @var{in_name}, @var{obj} and the @code{PEX_SUFFIX} bit in @var{flags}.
|
| D | functions.texi | 901 int @var{flags}, const char *@var{in_name}) 908 @var{in_name}, @var{obj} and the @code{PEX_SUFFIX} bit in @var{flags}.
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | pex-common.c | 381 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file() argument 383 char *name = (char *) in_name; in pex_input_file() 409 obj->next_input_name_allocated = (name != in_name); in pex_input_file()
|
| D | pexecute.txh | 162 int @var{flags}, const char *@var{in_name}) 169 @var{in_name}, @var{obj} and the @code{PEX_SUFFIX} bit in @var{flags}.
|
| D | functions.texi | 901 int @var{flags}, const char *@var{in_name}) 908 @var{in_name}, @var{obj} and the @code{PEX_SUFFIX} bit in @var{flags}.
|
| /netbsd/src/sys/arch/powerpc/booke/ |
| D | e500_intr.c | 105 const char in_name[15]; member 490 for (; names->in_name[0] != '\0'; names++) { in e500_intr_name_lookup() 492 return names->in_name; in e500_intr_name_lookup() 1263 NULL, xname, e500_msigroup_intr_names[j].in_name); in e500_intr_cpu_attach() 1270 NULL, xname, e500_timer_intr_names[j].in_name); in e500_intr_cpu_attach() 1275 NULL, xname, e500_ipi_intr_names[j].in_name); in e500_intr_cpu_attach() 1280 NULL, xname, e500_mi_intr_names[j].in_name); in e500_intr_cpu_attach()
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | libiberty.h | 555 const char *in_name);
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | libiberty.h | 555 const char *in_name);
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | libiberty.h | 555 const char *in_name);
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-arm.c | 14966 const char *in_name = in elf32_arm_merge_eabi_attributes() local 14976 ibfd, in_name, out_name); in elf32_arm_merge_eabi_attributes()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-arm.c | 14955 const char *in_name = in elf32_arm_merge_eabi_attributes() local 14965 ibfd, in_name, out_name); in elf32_arm_merge_eabi_attributes()
|