Home
last modified time | relevance | path

Searched refs:cmp_lines (Results 1 – 11 of 11) sorted by relevance

/dports/devel/ftnchek/ftnchek-3.3.1/test/
H A Dcmp.c49 int cmp_lines( char *line1, char *line2);
69 int cmp_lines( char *line1, char *line2) in cmp_lines() function
120 if( (status = cmp_lines(line1, line2)) != 0 ) { in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/
H A Drefcmp-metadata.awk41 cmp_lines[NR] = $0;
58 print cmp_lines[i];
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/
H A Drefcmp-metadata.awk41 cmp_lines[NR] = $0;
58 print cmp_lines[i];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/
H A Drefcmp-metadata.awk41 cmp_lines[NR] = $0;
58 print cmp_lines[i];
/dports/multimedia/handbrake/ffmpeg-4.4/tests/
H A Drefcmp-metadata.awk41 cmp_lines[NR] = $0;
58 print cmp_lines[i];
/dports/science/code_saturne/code_saturne-7.1.0/build-aux/
H A Dcs_version.py288 cmp_lines = []
291 cmp_lines = f.readlines()
295 if len(cmp_lines) != len(lines):
299 if l != cmp_lines[i]:
/dports/math/numdiff/numdiff-5.9.0/
H A DChangeLog277 (cmp_lines): Added output instructions in raw output mode for the case of
280 (cmp_lines): New local integer (boolean) variables
298 (cmp_lines): Added output instruction in raw output mode for the case of
300 (cmp_lines): Added output instruction in raw output mode for the case of
561 (cmp_lines): Signature and definition changed. All callers changed.
562 (cmp_lines): New local variables end_field1, end_field2.
563 (cmp_lines): strspn() and strcspn() replaced by
565 (cmp_lines): _SD_MASK replaced by _SU_MASK.
569 (cmp_files): Changed calls to cmp_lines().
641 * cmpfns.c (cmp_lines):
[all …]
H A Dcmpfns.c237 int cmp_lines (const char* line1, const char* line2, in cmp_lines() function
512 if ( (cmp_lines (line1, line2, in cmp_files()
555 if ( (cmp_lines (line1, line2, in cmp_files()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/macro/
H A DRecentChanges.py141 def cmp_lines(first, second): function
308 pages.sort(cmp_lines)
350 pages.sort(cmp_lines)
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/
H A Dwscript335 cmp_lines = sorted(open(check_path).readlines())
336 check(lambda: out_lines == cmp_lines,
/dports/devel/sord/sord-0.16.8/
H A Dwscript394 cmp_lines = sorted(open(check_path).readlines())
395 check(lambda: out_lines == cmp_lines,