Searched refs:origname (Results 1 – 7 of 7) sorted by relevance
/freebsd/sbin/fsck_ffs/ |
H A D | utilities.c | 50 blockcheck(char *origname) in blockcheck() argument 58 newname = origname; in blockcheck() 70 return (origname); in blockcheck() 80 len = strlen(origname) - 1; in blockcheck() 81 if (len > 0 && origname[len] == '/') in blockcheck() 83 origname[len] = '\0'; in blockcheck() 84 if ((fsinfo = getfsfile(origname)) == NULL) { in blockcheck() 87 origname); in blockcheck() 88 return (origname); in blockcheck() 98 return (origname); in blockcheck()
|
/freebsd/sbin/fsck/ |
H A D | fsutil.c | 171 devcheck(const char *origname) in devcheck() argument 177 return (origname); in devcheck() 179 if (stat(origname, &stchar) < 0) { in devcheck() 180 perr("Can't stat %s\n", origname); in devcheck() 181 return (origname); in devcheck() 184 perr("%s is not a char device\n", origname); in devcheck() 186 return (origname); in devcheck()
|
/freebsd/release/packages/ |
H A D | generate-ucl.sh | 17 origname="${OPTARG}" 98 ${origname}) 101 uclfile="${outname##*}${origname}" 102 outname="${outname##*}${origname}" 117 echo "origname=${origname}" 150 PKGNAME "${origname}" \
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | util.c | 223 mktmpname(const char *origname, const char *suffix) in mktmpname() argument 227 newname = xmalloc(strlen(origname) + strlen(suffix) + 1); in mktmpname() 228 (void) strcpy(newname, origname); in mktmpname()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | dsl.c | 356 char *dirname, *nextdir, *origname; in dsl_dir_alloc() local 399 origname = dirname = nextdir = estrdup(name); in dsl_dir_alloc() 417 free(origname); in dsl_dir_alloc()
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 561 gz_compress(int in, int out, off_t *gsizep, const char *origname, uint32_t mtime) in gz_compress() argument 584 origname = ""; in gz_compress() 589 *origname ? ORIG_NAME : 0, in gz_compress() 595 OS_CODE, origname); in gz_compress() 599 if (*origname) in gz_compress()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 2185 const char *origname; in zpool_import_props() local 2191 origname = fnvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME); in zpool_import_props() 2194 "cannot import pool '%s'"), origname); in zpool_import_props() 2203 thename = origname; in zpool_import_props() 2212 if ((props = zpool_valid_proplist(hdl, origname, in zpool_import_props() 2248 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props() 2261 origname, thename); in zpool_import_props() 2374 newname ? origname : thename, -error, nv, in zpool_import_props() 2394 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
|