Searched refs:tmpsrc (Results 1 – 3 of 3) sorted by relevance
81 typeset tmpsrc=$TEST_BASE_DIR/compare_acls.src.$$84 get_acl $src > $tmpsrc87 cmp $tmpsrc $tmptgt > /dev/null89 rm -f $tmpsrc $tmptgt95 get_compact_acl $src > $tmpsrc97 cmp $tmpsrc $tmptgt > /dev/null99 rm -f $tmpsrc $tmptgt119 typeset tmpsrc=$TEST_BASE_DIR/compare_xattrs.src.$$122 get_xattr $src > $tmpsrc125 cmp $tmpsrc $tmptgt > /dev/null[all …]
99 typeset tmpsrc=$TMPDIR/compare_acls.src.${TESTCASE_ID}102 get_acl $src > $tmpsrc105 $DIFF $tmpsrc $tmptgt > /dev/null 2>&1107 $RM -f $tmpsrc $tmptgt113 get_compact_acl $src > $tmpsrc115 $DIFF $tmpsrc $tmptgt > /dev/null 2>&1117 $RM -f $tmpsrc $tmptgt167 typeset tmpsrc=$TMPDIR/compare_xattrs.src.${TESTCASE_ID}170 get_xattr $src > $tmpsrc173 $DIFF $tmpsrc $tmptgt > /dev/null 2>&1[all …]
794 const uint8_t *tmpsrc; in ti_bcopy_swap() local803 tmpsrc = src; in ti_bcopy_swap()809 *(uint32_t *)tmpdst = ntohl(*(const uint32_t *)tmpsrc); in ti_bcopy_swap()811 *(uint32_t *)tmpdst = htonl(*(const uint32_t *)tmpsrc); in ti_bcopy_swap()812 tmpsrc += 4; in ti_bcopy_swap()