Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 12 of 12) sorted by relevance

/coreutils/tests/cp/
Dspecial-bits.sh36 set _ $(ls -l a); shift; p1=$1
38 test $p1 = $p2 || fail=1
41 set _ $(ls -l b); shift; p1=$1
43 test $p1 = $p2 || fail=1
47 set _ $(ls -l c); shift; p1=$1
49 test $p1 = $p2 && fail=1
/coreutils/tests/dd/
Ddirect.sh28 truncate -s 8193 p1 || framework_failure_
30 for i in short m1 p1; do
/coreutils/tests/misc/
Dsleep.sh34 timeout 10 sleep 0x.002p1 || fail=1
/coreutils/src/
Dsystem.h500 char const *p1 = p0 + alignment - 1; in ptr_align() local
501 return (void *) (p1 - (size_t) p1 % alignment); in ptr_align()
Dfactor.c557 uintmax_t p1, uintmax_t p0) in factor_insert_large() argument
559 if (p1 > 0) in factor_insert_large()
563 factors->plarge[1] = p1; in factor_insert_large()
996 uintmax_t r1, r0, q, p1, t1, t0, s1, s0; in mulredc2() local
1019 umul_ppmm (p1, p0, q, m0); in mulredc2()
1022 add_ssaaaa (r1, r0, r1, r0, 0, p1); in mulredc2()
1046 umul_ppmm (p1, p0, q, m0); in mulredc2()
1049 add_ssaaaa (r1, r0, r1, r0, 0, p1); in mulredc2()
1994 uintmax_t p1, p0; in factor_using_squfof() local
1996 umul_ppmm (p1, p0, sqrt_n, sqrt_n); in factor_using_squfof()
[all …]
Dshuf.c125 char *p1 = stpcpy (p, operand[i]); in input_from_argv() local
127 p = p1; in input_from_argv()
Dpr.c818 char const *p1 = p + 1; in first_last_page() local
819 err = xstrtoumax (p1, &p, 10, &last, ""); in first_last_page()
822 if (p1 == p || last < first) in first_last_page()
Dls.c2422 char *p1 = strchr (p0, '\n'); in decode_switches() local
2423 if (! p1) in decode_switches()
2424 p1 = p0; in decode_switches()
2427 if (strchr (p1 + 1, '\n')) in decode_switches()
2430 *p1++ = '\0'; in decode_switches()
2433 long_time_format[1] = p1; in decode_switches()
/coreutils/scripts/build-older-versions/
Dbuild-older-versions.sh124 && patch --ignore-whitespace --batch --forward -p1 < "../../$patch_file"
DREADME.older-versions91 patch -p1 < ../coreutils-5.97-on-glibc-2.28.diff
/coreutils/
Dbootstrap266 p1=$(echo "$ver1" | cut -d. -f$i)
268 if [ ! "$p1" ]; then
274 elif [ ! "$p1" = "$p2" ]; then
275 if [ "$p1" -gt "$p2" ] 2>/dev/null; then # numeric comparison
277 elif [ "$p2" -gt "$p1" ] 2>/dev/null; then # numeric comparison
280 lp=$(printf "%s\n%s\n" "$p1" "$p2" | LANG=C sort -n | tail -n1)
Dcfg.mk136 patch --fuzz=0 -f -s -d $(srcdir)/gnulib/ -p1 --dry-run < "$$p" >&2 \