Searched refs:tmp_out (Results 1 – 2 of 2) sorted by relevance
51 for file in $fbackup $mnt_file $tmp_out; do73 typeset tmp_out=/var/tmp/tmpout.$$102 log_must eval "$ZFS receive $opt $rst_fs < $fbackup > $tmp_out 2>&1"104 log_must eval "$GREP \"$verb_msg\" $tmp_out >/dev/null 2>&1"110 log_must eval "$GREP \"$dryrun_msg\" $tmp_out >/dev/null 2>&1"122 log_must eval "$ZFS receive -vn -d -F $rst_fs <$fbackup >$tmp_out 2>&1"133 log_must eval "$GREP \"$dryrun_msg\" $tmp_out > /dev/null 2>&1"
119 uint8_t tmp_out[BUFSIZE]; in iscsi_base64_str_to_binary() local148 octets = outdec64(tmp_out, chr, 4); in iscsi_base64_str_to_binary()154 (void) memcpy(binary + *out_len, tmp_out, octets); in iscsi_base64_str_to_binary()162 octets = outdec64(tmp_out, chr, numbase64chars); in iscsi_base64_str_to_binary()167 (void) memcpy(binary + *out_len, tmp_out, octets); in iscsi_base64_str_to_binary()