| /netbsd-src/sbin/fsck/ |
| H A D | fsutil.c | 185 blockcheck(const char *origname) in blockcheck() argument 198 return (origname); in blockcheck() 200 len = readlink(origname, cbuf, sizeof(cbuf)-1); in blockcheck() 202 newname = origname; in blockcheck() 210 return origname; in blockcheck() 218 return origname; in blockcheck() 222 return origname; in blockcheck() 228 return origname; in blockcheck() 234 return origname; in blockcheck() 250 return origname; in blockcheck()
|
| /netbsd-src/sbin/gpt/ |
| H A D | recover.c | 70 const char *name, *origname; in recover_gpt_hdr() local 83 origname = "secondary"; in recover_gpt_hdr() 91 origname = "primary"; in recover_gpt_hdr() 110 gpt_msg(gpt, "Recovered %s GPT header from %s", name, origname); in recover_gpt_hdr() 117 const char *name, *origname; in recover_gpt_tbl() local 124 origname = "secondary"; in recover_gpt_tbl() 130 origname = "primary"; in recover_gpt_tbl() 147 gpt_msg(gpt, "Recovered %s GPT table from %s", name, origname); in recover_gpt_tbl()
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | util.c | 226 mktmpname(const char *origname, const char *suffix) in mktmpname() argument 230 newname = xmalloc(strlen(origname) + strlen(suffix) + 1); in mktmpname() 231 (void) strcpy(newname, origname); in mktmpname()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | vms.h | 95 char *origname; member
|
| H A D | vms-alpha.c | 4219 32 + 1 + strlen (udata->origname))) in _bfd_vms_write_etir() 4230 _bfd_vms_output_counted (recwr, udata->origname); in _bfd_vms_write_etir() 4242 32 + 1 + strlen (udata->origname))) in _bfd_vms_write_etir() 4254 _bfd_vms_output_counted (recwr, udata->origname); in _bfd_vms_write_etir() 4262 32 + 1 + strlen (udata->origname))) in _bfd_vms_write_etir() 4273 _bfd_vms_output_counted (recwr, udata->origname); in _bfd_vms_write_etir()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | vms.h | 95 char *origname; member
|
| H A D | vms-alpha.c | 4196 32 + 1 + strlen (udata->origname)); in _bfd_vms_write_etir() 4206 _bfd_vms_output_counted (recwr, udata->origname); in _bfd_vms_write_etir() 4218 32 + 1 + strlen (udata->origname)); in _bfd_vms_write_etir() 4229 _bfd_vms_output_counted (recwr, udata->origname); in _bfd_vms_write_etir() 4237 32 + 1 + strlen (udata->origname)); in _bfd_vms_write_etir() 4247 _bfd_vms_output_counted (recwr, udata->origname); in _bfd_vms_write_etir()
|
| /netbsd-src/usr.bin/gzip/ |
| H A D | gzip.c | 574 gz_compress(int in, int out, off_t *gsizep, const char *origname, uint32_t mtime) in gz_compress() argument 606 origname = ""; in gz_compress() 611 *origname ? ORIG_NAME : 0, in gz_compress() 617 OS_CODE, origname); in gz_compress() 621 if (*origname) in gz_compress()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 1659 char *origname; in zpool_import_props() local 1665 &origname) == 0); in zpool_import_props() 1668 "cannot import pool '%s'"), origname); in zpool_import_props() 1677 thename = origname; in zpool_import_props() 1687 if ((props = zpool_valid_proplist(hdl, origname, in zpool_import_props() 1736 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props() 1749 origname, thename); in zpool_import_props() 1811 newname ? origname : thename, -error, nv); in zpool_import_props() 1829 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
|
| /netbsd-src/usr.bin/netstat/ |
| H A D | if.c | 212 char origname[IFNAMSIZ]; /* without `*' */ in intpr_sysctl() local 260 strcpy(origname, name); in intpr_sysctl() 312 if_data_ext_get(origname, &dext); in intpr_sysctl()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-evax.c | 88 udata->origname = xstrdup (S_GET_NAME (sym)); in evax_symbol_new_hook()
|
| H A D | tc-alpha.c | 6306 udata->origname = (char *)pname; in tc_gen_reloc()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-evax.c | 88 udata->origname = xstrdup (S_GET_NAME (sym)); in evax_symbol_new_hook()
|
| H A D | tc-alpha.c | 6302 udata->origname = (char *)pname; in tc_gen_reloc()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | objdump.c | 1829 try_print_file_open (const char *origname, const char *modname, struct stat *fst) in try_print_file_open() argument 1845 p->filename = origname; in try_print_file_open()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | objdump.c | 2009 try_print_file_open (const char * origname, in try_print_file_open() argument 2028 p->filename = origname; in try_print_file_open()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1996 | 2632 * solib.c (solib_add_common_symbols): Remove local var origname.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1996 | 2632 * solib.c (solib_add_common_symbols): Remove local var origname.
|