Searched refs:origname (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sbin/fsck_ffs/
H A Dutilities.c60 blockcheck(char *origname) argument
68 newname = origname;
80 return (origname);
90 len = strlen(origname) - 1;
91 if (len > 0 && origname[len] == '/')
93 origname[len] = '\0';
94 if ((fsinfo = getfsfile(origname)) == NULL) {
97 origname);
98 return (origname);
108 return (origname);
[all...]
/freebsd-10.1-release/sbin/fsck/
H A Dfsutil.c134 devcheck(const char *origname) argument
140 return (origname);
142 if (stat(origname, &stchar) < 0) {
143 perr("Can't stat %s\n", origname);
144 return (origname);
147 perr("%s is not a char device\n", origname);
149 return (origname);
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c222 mktmpname(const char *origname, const char *suffix) argument
226 newname = xmalloc(strlen(origname) + strlen(suffix) + 1);
227 (void) strcpy(newname, origname);
/freebsd-10.1-release/usr.bin/gzip/
H A Dgzip.c555 gz_compress(int in, int out, off_t *gsizep, const char *origname, uint32_t mtime) argument
587 origname = "";
592 *origname ? ORIG_NAME : 0,
598 OS_CODE, origname);
602 if (*origname)
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1690 char *origname; local
1696 &origname) == 0);
1699 "cannot import pool '%s'"), origname);
1708 thename = origname;
1718 if ((props = zpool_valid_proplist(hdl, origname,
1763 zpool_rewind_exclaim(hdl, newname ? origname : thename,
1776 origname, thename);
1833 newname ? origname : thename, -error, nv);
1851 zpool_rewind_exclaim(hdl, newname ? origname : thename,
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dobjdump.c1052 try_print_file_open (const char *origname, const char *modname)
1067 p->filename = origname;
1048 try_print_file_open(const char *origname, const char *modname) argument

Completed in 114 milliseconds