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

/freebsd-13-stable/sbin/fsck_ffs/
H A Dutilities.c58 blockcheck(char *origname) argument
66 newname = origname;
78 return (origname);
88 len = strlen(origname) - 1;
89 if (len > 0 && origname[len] == '/')
91 origname[len] = '\0';
92 if ((fsinfo = getfsfile(origname)) == NULL) {
95 origname);
96 return (origname);
106 return (origname);
[all...]
/freebsd-13-stable/release/packages/
H A Dgenerate-ucl.sh18 origname="${OPTARG}"
49 outname="${origname}"
53 outname="${origname}"
59 outname="${origname}"
89 ${origname})
93 uclfile="${outname##*}${origname}"
94 outname="${outname##*}${origname}"
116 echo "origname=${origname}"
145 -e "s/%PKGNAME%/${origname}/" \
[all...]
/freebsd-13-stable/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-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c223 mktmpname(const char *origname, const char *suffix) argument
227 newname = xmalloc(strlen(origname) + strlen(suffix) + 1);
228 (void) strcpy(newname, origname);
/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c594 gz_compress(int in, int out, off_t *gsizep, const char *origname, uint32_t mtime) argument
626 origname = "";
631 *origname ? ORIG_NAME : 0,
637 OS_CODE, origname);
641 if (*origname)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1929 char *origname; local
1935 &origname) == 0);
1938 "cannot import pool '%s'"), origname);
1947 thename = origname;
1957 if ((props = zpool_valid_proplist(hdl, origname,
2007 zpool_rewind_exclaim(hdl, newname ? origname : thename,
2020 origname, thename);
2130 newname ? origname : thename, -error, nv);
2148 zpool_rewind_exclaim(hdl, newname ? origname : thename,

Completed in 101 milliseconds