Searched refs:g1 (Results 1 – 8 of 8) sorted by relevance
/coreutils/tests/chgrp/ |
D | basic.sh | 25 g1=$1 29 chgrp $g1 f || fail=1 32 chgrp -R $g1 d || fail=1 36 chgrp $g1 f || fail=1 ; test $(stat --p=%g f) = $g1 || fail=1 40 chgrp $g1 f || fail=1 ; test $(stat --p=%g f) = $g1 || fail=1 41 chgrp $g1 f || fail=1 ; test $(stat --p=%g f) = $g1 || fail=1 45 chgrp -R $g1 d ||fail=1; test $(stat --p=%g: $d_files) = "$g1:$g1:" || fail=1 47 chgrp -R $g1 d ||fail=1; test $(stat --p=%g: $d_files) = "$g1:$g1:" || fail=1 48 chgrp $g2 d ||fail=1; test $(stat --p=%g: $d_files) = "$g2:$g1:" || fail=1 53 chgrp $g1 f [all …]
|
D | deref.sh | 24 g1=$1 38 chgrp $g1 f 39 set _ $(ls -ln f); g=$5; test "$g" = $g1 || fail=1 42 set _ $(ls -ln f); g=$5; test "$g" = $g1 || fail=1 47 set _ $(ls -ln f); g=$5; test "$g" = $g1 || fail=1 56 chgrp --dereference $g1 symlink 57 set _ $(ls -ln f); g=$5; test "$g" = $g1 || fail=1
|
D | recurse.sh | 25 g1=$1 33 chgrp -R $g1 e/ee || fail=1 36 set _ $(ls -ln e/ee); g=$5; test "$g" = $g1 || fail=1 43 chgrp -H -R $g1 d 49 chgrp -H -R $g1 link || fail=1 52 set _ $(ls -ln d/dd); g=$5; test "$g" = $g1 || fail=1
|
D | posix-H.sh | 25 g1=$1 32 chgrp -R $g1 1 2 3 || framework_failure_ 68 test $group = $g1 || fail=1
|
D | no-x.sh | 27 g1=$1
|
/coreutils/tests/install/ |
D | install-C-root.sh | 27 g1=1 38 ginstall -Cv -o$u1 -g$g1 a b > out || fail=1 42 ginstall -Cv -o$u1 -g$g1 a b > out || fail=1 46 ginstall -v -o$u1 -g$g1 a b > out || fail=1 50 ginstall -Cv -o$u2 -g$g1 a b > out || fail=1 52 ginstall -Cv -o$u2 -g$g1 a b > out || fail=1
|
/coreutils/tests/cp/ |
D | existing-perm-race.sh | 30 g1=$1 38 chgrp $g1 fifo && 79 test "$group" = "$g1" && fail=1;; 90 -rw-------*) test "$group" = "$g1" || fail=1;;
|
/coreutils/src/ |
D | factor.c | 1550 uintmax_t x1, x0, z1, z0, y1, y0, P1, P0, t1, t0, ni, g1, g0, r1m; in factor_using_pollard_rho2() local 1578 g0 = gcd2_odd (&g1, P1, P0, n1, n0); in factor_using_pollard_rho2() 1579 if (g1 != 0 || g0 != 1) in factor_using_pollard_rho2() 1606 g0 = gcd2_odd (&g1, t1, t0, n1, n0); in factor_using_pollard_rho2() 1608 while (g1 == 0 && g0 == 1); in factor_using_pollard_rho2() 1610 if (g1 == 0) in factor_using_pollard_rho2() 1626 if (n1 == g1 && n0 == g0) in factor_using_pollard_rho2() 1640 if (!prime2_p (g1, g0)) in factor_using_pollard_rho2() 1641 factor_using_pollard_rho2 (g1, g0, a + 1, factors); in factor_using_pollard_rho2() 1643 factor_insert_large (factors, g1, g0); in factor_using_pollard_rho2()
|