Searched refs:backfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_012_pos.ksh75 typeset backfile=$TESTDIR/edited_prop_$ds
84 $backfile
87 "$item $ds > $backfile"
92 if [[ ! -f $backfile ]] ; then
102 done < $backfile
/freebsd-12-stable/lib/geom/eli/
H A Dgeom_eli.c701 char backfile[MAXPATHLEN]; local
942 strlcpy(backfile, str, sizeof(backfile));
948 if (nargs > 1 && strcmp(backfile, "none") != 0) {
953 str = strnstr(backfile, "PROV",
954 sizeof(backfile));
957 j = str - backfile;
958 strlcpy(suffix, &backfile[j+4],
960 backfile[j] = '\0';
961 strlcat(backfile,
[all...]

Completed in 163 milliseconds