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

/freebsd-9.3-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-9.3-release/sbin/fsck/
H A Dfsutil.c130 devcheck(const char *origname) argument
137 return (origname);
139 if (stat(origname, &stchar) < 0) {
140 perror(origname);
141 printf("Can't stat %s\n", origname);
142 return (origname);
145 perror(origname);
146 printf("%s is not a char device\n", origname);
148 return (origname);
/freebsd-9.3-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-9.3-release/usr.bin/gzip/
H A Dgzip.c543 gz_compress(int in, int out, off_t *gsizep, const char *origname, uint32_t mtime) argument
575 origname = "";
580 *origname ? ORIG_NAME : 0,
586 OS_CODE, origname);
590 if (*origname)
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1681 char *origname; local
1687 &origname) == 0);
1690 "cannot import pool '%s'"), origname);
1699 thename = origname;
1709 if ((props = zpool_valid_proplist(hdl, origname,
1754 zpool_rewind_exclaim(hdl, newname ? origname : thename,
1767 origname, thename);
1824 newname ? origname : thename, -error, nv);
1842 zpool_rewind_exclaim(hdl, newname ? origname : thename,
/freebsd-9.3-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 94 milliseconds