Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 13 of 13) sorted by relevance

/coreutils/tests/touch/
Dno-rights.sh24 touch -d '2000-01-01 00:00' t1 || framework_failure_
27 set x $(ls -t t1 t2)
31 chmod 0 t1
32 touch -d '2000-01-03 00:00' -c t1 || fail=1
34 set x $(ls -t t1 t2)
38 touch -a --no-create t1 || fail=1
/coreutils/tests/cp/
Dpreserve-gid.sh123 t1() { function
134 t1 a0 "$nameless_uid" "$nameless_gid1" cp
135 t1 b0 "$nameless_uid" "$nameless_gid1" cp
136 t1 b1 "$nameless_uid" "$nameless_gid1" cp
137 t1 c0 "$nameless_uid" "$nameless_gid1" cp
138 t1 c1 "$nameless_uid" "$nameless_gid1" cp
140 t1 a0 "$nameless_uid" "$nameless_gid1" cp -p
141 t1 b0 "$nameless_uid" "$nameless_gid1" cp -p
142 t1 b1 "$nameless_uid" "$nameless_gid2" cp -p
143 t1 c0 "$nameless_uid" "$nameless_gid1" cp -p
[all …]
Dpreserve-slink-time.sh39 stat --format=%y dangle > t1 || framework_failure_
41 compare t1 t2
/coreutils/tests/chcon/
Dchcon.sh35 t1=tmp_t
37 ctx=$u1:$r1:$t1:$range
55 for i in -u$u1 -r$r1 -t$t1; do
63 f|--user=$u2|$u2:$r1:$t1:$range
64 f|--role=$r2|$u2:$r2:$t1:$range
/coreutils/tests/mv/
Dacl.sh33 t1=$other_partition_tmpdir/t1
34 touch $t1 || framework_failure_
40 setfacl -m user:bin:rw- $t1 || skip_partition=$other_partition_tmpdir
Datomic.sh33 ln -s t1 s1 || framework_failure_
44 test "$(readlink s2)" = t1 || fail=1
/coreutils/tests/df/
Ddf-P.sh23 df -P . > t1 || fail=1
32 head -n1 t1 > exp || fail=1
/coreutils/tests/du/
Dbasic.sh72 t1=$(stat --format=%b d/1)
74 tot=$(expr $t1 + $t2 + $ts + $td)
75 d1=$(expr $td + $t1)
81 $t1 d/1
/coreutils/src/
Dfactor.c756 factor_using_division (uintmax_t *t1p, uintmax_t t1, uintmax_t t0, in factor_using_division() argument
765 count_trailing_zeros (cnt, t1); in factor_using_division()
766 t0 = t1 >> cnt; in factor_using_division()
767 t1 = 0; in factor_using_division()
773 rsh2 (t1, t0, t1, t0, cnt); in factor_using_division()
781 for (i = 0; t1 > 0 && i < PRIMES_PTAB_ENTRIES; i++) in factor_using_division()
790 if (hi > t1) in factor_using_division()
792 hi = t1 - hi; in factor_using_division()
796 t1 = q1; t0 = q0; in factor_using_division()
802 *t1p = t1; in factor_using_division()
[all …]
/coreutils/tests/factor/
Dcreate-test.sh20 t1=170141183460469225450570946617781744489
41 t09) set $t1 $t1 4622287c5f040cdb7b3bbe4d19d29a71ab277827 ;;
/coreutils/tests/ls/
Dls-time.sh27 t1='1998-01-15 21:00'
37 touch -m -d "$t1" c || framework_failure_
/coreutils/
Dcfg.mk101 @t1=sc-root.expected; t2=sc-root.actual; \
103 sed 's|.*/tests/|tests/|' | sort > $$t1; \
105 st=0; diff -u $$t1 $$t2 || st=1; \
106 rm -f $$t1 $$t2; \
/coreutils/doc/
Dcoreutils.texi7516 option syntax, @option{-@var{t1}[,@var{t2}]@dots{}}. New scripts
7517 should use @option{-t @var{t1}[,@var{t2}]@dots{}} instead.