Home
last modified time | relevance | path

Searched refs:q (Results 1 – 24 of 24) sorted by relevance

/coreutils/tests/factor/
Dcreate-test.sh16 q=79228162514264337593543
58 t26) set ${q}940336 ${q}942335 63cbd6313d78247b04d63bbbac50cb8f8d33ff71 ;;
59 t27) set ${q}942336 ${q}944335 0d03d63653767173182491b86fa18f8f680bb036 ;;
60 t28) set ${q}944336 ${q}946335 ca43bd38cd9f97cc5bb63613cb19643578640f0b ;;
61 t29) set ${q}946336 ${q}948335 86d59545a0c13567fa96811821ea5cde950611b1 ;;
62 t30) set ${q}948336 ${q}950335 c3740e702fa9c97e6cf00150860e0b936a141a6b ;;
63 t31) set ${q}950336 ${q}952335 551c3c4c4640d86fda311b5c3006dac45505c0ce ;;
64 t32) set ${q}952336 ${q}954335 b1b0b00463c2f853d70ef9c4f7a96de5cb614156 ;;
65 t33) set ${q}954336 ${q}956335 8938a484a9ef6bb16478091d294fcde9f8ecea69 ;;
66 t34) set ${q}956336 ${q}958335 d1ae6bc712d994f35edf55c785d71ddf31f16535 ;;
[all …]
/coreutils/gl/lib/
Dbuffer-lcm.c42 size_t lcm, m, n, q, r; in buffer_lcm() local
49 q = a / n; in buffer_lcm()
50 lcm = q * b; in buffer_lcm()
51 if (lcm <= lcm_max && lcm / b == q) in buffer_lcm()
/coreutils/src/
Dtsort.c121 struct item *p, *q, *r, *s, *t; in search_item() local
142 q = p->left; in search_item()
144 q = p->right; in search_item()
146 if (q == nullptr) in search_item()
149 q = new_item (str); in search_item()
153 p->left = q; in search_item()
155 p->right = q; in search_item()
171 while (p != q) in search_item()
191 return q; in search_item()
245 return q; in search_item()
[all …]
Dfactor.c287 # define udiv_qrnnd(q, r, n1, n0, d) \ argument
306 (q) = __q; \
808 q = t0 * pd[I].binv; \ in factor_using_division()
809 if (LIKELY (q > pd[I].lim)) \ in factor_using_division()
811 t0 = q; \ in factor_using_division()
818 uintmax_t q; in factor_using_division() local
840 mpz_t q; in mp_factor_using_division() local
845 mpz_init (q); in mp_factor_using_division()
871 mpz_clear (q); in mp_factor_using_division()
975 uintmax_t rh, rl, q, th, xh; in mulredc() local
[all …]
Dlonglong.h203 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
206 udiv_qrnnd_preinv (q, r, n1, n0, d, __di); \
283 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
286 udiv_qrnnd_preinv (q, r, n1, n0, d, __di); \
349 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
352 udiv_qrnnd_preinv (q, r, n1, n0, d, __di); \
391 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
393 : "=r" (q), "=q" (r) \
514 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
516 (q) = __MPN(udiv_qrnnd) (&__r, (n1), (n0), (d)); \
[all …]
Dpr.c787 COLUMN *q; in cols_ready_to_print() local
792 for (q = column_vector, i = 0; i < columns; ++q, ++i) in cols_ready_to_print()
793 if (q->status == OPEN in cols_ready_to_print()
794 || q->status == FF_FOUND /* With -b: To print a header only */ in cols_ready_to_print()
795 || (storing_columns && q->lines_stored > 0 && q->lines_to_print > 0)) in cols_ready_to_print()
1516 COLUMN *q; in close_file() local
1534 for (q = column_vector, i = columns; i; ++q, --i) in close_file()
1536 q->status = CLOSED; in close_file()
1537 if (q->lines_stored == 0) in close_file()
1539 q->lines_to_print = 0; in close_file()
[all …]
Dprintf.c352 char *q; in print_direc() local
376 q = mempcpy (p, start, length); in print_direc()
377 q = mempcpy (q, length_modifier, length_modifier_len); in print_direc()
378 *q++ = conversion; in print_direc()
379 *q = '\0'; in print_direc()
Dpwd.c109 char *q = xnmalloc (2, half); in file_name_prepend() local
111 p->start = q + 2 * half - n_used; in file_name_prepend()
114 p->buf = q; in file_name_prepend()
Dseq.c475 char *q; in seq_fast() local
480 q = memcpy (q0 + inc_size - q_len, b, q_len + 1); in seq_fast()
483 q = q0 = nullptr; in seq_fast()
485 bool ok = inf || cmp (p, p_len, q, q_len) <= 0; in seq_fast()
506 if (! inf && 0 < cmp (p, p_len, q, q_len)) in seq_fast()
Dls.c2515 char *q; in get_funky_string() local
2518 q = *dest; /* the whole darn time. */ in get_funky_string()
2551 *(q++) = *(p++); in get_funky_string()
2615 *(q++) = num; in get_funky_string()
2625 *(q++) = num; in get_funky_string()
2665 *(q++) = num; in get_funky_string()
2676 *(q++) = *(p++) & 037; in get_funky_string()
2681 *(q++) = 127; in get_funky_string()
2693 *dest = q; in get_funky_string()
4577 char *q = buf; in quote_name_buf() local
[all …]
/coreutils/tests/seq/
Dseq.pl36 (my $q = $p) =~ s/9/0/g;
37 $q = "1$q";
38 (my $r = $q) =~ s/0$/1/;
130 ['long-1', "$p $r", {OUT => [$p, $q, $r]}],
/coreutils/tests/date/
Ddate.pl89 ['q-1', "--date '2016-1-1' +%q", {OUT=>"1"}],
90 ['q-2', "--date '2016-4-1' +%q", {OUT=>"2"}],
91 ['q-3', "--date '2016-7-1' +%q", {OUT=>"3"}],
92 ['q-4', "--date '2016-10-1' +%q", {OUT=>"4"}],
/coreutils/tests/rm/
Dhash.sh29 for j in a b c d e f g h i j k l m n o p q r s t u v w x y z; do
Dr-3.sh35 for j in a b c d e f g h i j k l m n o p q r s t u v w x y; do
/coreutils/tests/shred/
Dshred-remove.sh53 a b c d e f g h i j k l m n o p q r s t u v w x y z \
/coreutils/tests/du/
Dmove-dir-while-traversing.sh64 long=d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z
/coreutils/tests/
Dfilefrag-extent-compare2 & eval 'exec perl -wS "$0" $argv:q'
Dinit.sh106 || { printf '%s\n' "$*" | sed 1q >&$stderr_fileno_ ; } ;;
/coreutils/
DREADME-release35 wget -q $kgit/torvalds/linux.git/plain/include/uapi/linux/magic.h \
45 ?q=%23define+.*_SUPER_MAGIC+-file%3Amagic\.h
Dcfg.mk323 sed -r 1q /dev/null 2>/dev/null \
441 { echo N; echo q; $(extract_char) $@-tmp; }| sort \
Dinit.cfg696 # https://unix.stackexchange.com/q/63865
DNEWS1106 the pipe terminates. That allows `tail -f file | grep -q foo` to return
1108 waiting for data. Instead one should now `tail -f file | grep -q .`
1338 date now accepts the %q format to output the quarter of the year.
1394 printf now supports the '%q' format to print arguments in a form that
2450 [bug introduced in textutils-1.19q]
/coreutils/scripts/git-hooks/
Dcommit-msg2 & eval 'exec perl -w "$0" $argv:q'
/coreutils/doc/
Dcoreutils.texi3011 @item -q
3014 @opindex -q
3037 avoid @command{head}, e.g., by using @samp{sed 5q} instead of
3211 @item -q
3214 @opindex -q
3682 @itemx -q
3686 @opindex -q
6980 $ ( sed -u 1q ; sort -k2b,2 ) < file1 > file1.sorted
6981 $ ( sed -u 1q ; sort -k2b,2 ) < file2 > file2.sorted
8255 @option{--hide-control-chars} (@option{-q}), and @option{--zero} options
[all …]