Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 14 of 14) sorted by relevance

/coreutils/src/
Dptx.c230 intmax_t reference; /* reference descriptor */ member
278 static BLOCK reference; /* reference field for input reference mode */ variable
976 occurs_cursor->reference = total_line_count; in find_occurs_in_text()
986 occurs_cursor->reference = line_start - possible_key.start; in find_occurs_in_text()
1121 reference.start = xmalloc (reference_max_width + 1); in fix_output_parameters()
1425 line_ordinal = occurs->reference + 1; in define_all_fields()
1429 char *file_end = stpcpy (reference.start, file_name); in define_all_fields()
1430 reference.end = file_end + sprintf (file_end, ":%jd", line_ordinal); in define_all_fields()
1438 reference.start = keyafter.start + occurs->reference; in define_all_fields()
1439 reference.end = reference.start; in define_all_fields()
[all …]
Ddate.c406 char *reference = nullptr; in main() local
473 reference = optarg; in main()
506 int option_specified_date = (!!datestr + !!batch_file + !!reference in main()
609 if (reference != nullptr) in main()
611 if (stat (reference, &refstats) != 0) in main()
612 error (EXIT_FAILURE, errno, "%s", quotef (reference)); in main()
/coreutils/tests/truncate/
Dtruncate-parameters.sh30 returns_ 1 truncate --size=0 --reference=file file || fail=1
33 returns_ 1 truncate --io-blocks --reference=file file || fail=1
/coreutils/tests/chcon/
Dchcon-fail.sh32 returns_ 1 chcon --reference=f 2> /dev/null || fail=1
/coreutils/scripts/build-older-versions/
Dcoreutils-5.0-on-glibc-2.28.diff11 # If necessary, add -lm to resolve the `pow' reference in lib/strtod.c
12 # or for the fesetround reference in programs using nanosec.c.
/coreutils/tests/df/
Dno-mtab-status.sh48 /* get reference to original (libc provided) fopen */
Dskip-duplicates.sh59 /* get reference to original (libc provided) fopen */
/coreutils/tests/chgrp/
Dbasic.sh42 chgrp --reference=f2 f ; test $(stat --p=%g f) = $g2 || fail=1
/coreutils/
Dbootstrap513 if git submodule -h|grep -- --reference > /dev/null; then
515 git submodule update --init --reference "$GNULIB_REFDIR" \
525 git clone --reference "$GNULIB_REFDIR" \
698 a git repository, then it is used as a reference.
1405 a git repository, then it is used as a reference.
D.gitignore173 /po/.reference
DREADME-hacking43 repository, then you can use it as a reference to reduce download
DNEWS2835 touch's --file option is no longer recognized. Use --reference=F (-r)
2839 truncate now supports setting file sizes relative to a reference file.
5138 For reference, seq `echo 2^31|bc` > /dev/null takes about one hour
5210 not just the ones that reference directories
/coreutils/doc/
Dfdl.texi38 principally for works whose purpose is instruction or reference.
127 Disclaimers are considered to be included by reference in this
Dcoreutils.texi1124 Invalid memory reference.
5786 taken to be a reference that has the purpose of identifying this input
5789 for more information about reference production.
5878 a colon is added after the reference; this nicely interfaces with GNU
5914 @itemx --auto-reference
5916 @opindex --auto-reference
5919 reference made up of the file name and the line ordinal, with a single
5922 the input reference is still read and skipped, but the automatic
5923 reference is used at output time, overriding the input reference.
6075 Unless @option{-R} option is used, the maximum reference width is
[all …]