Searched refs:tmpsrc (Results 1 – 3 of 3) sorted by relevance
80 typeset tmpsrc=$TEST_BASE_DIR/compare_acls.src.$$83 get_acl $src > $tmpsrc86 cmp $tmpsrc $tmptgt > /dev/null88 rm -f $tmpsrc $tmptgt94 get_compact_acl $src > $tmpsrc96 cmp $tmpsrc $tmptgt > /dev/null98 rm -f $tmpsrc $tmptgt118 typeset tmpsrc=$TEST_BASE_DIR/compare_xattrs.src.$$121 get_xattr $src > $tmpsrc124 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()