Home
last modified time | relevance | path

Searched full:newer (Results 1 – 25 of 1060) sorted by relevance

12345678910>>...43

/freebsd/crypto/openssh/openbsd-compat/regress/
H A Dopensslvertest.c31 { 0x1000101fL, 0x1000102fL, 1}, /* newer library patch version: ok */
33 { 0x1000101fL, 0x1000201fL, 1}, /* newer library fix version: ok */
35 { 0x1000101fL, 0x1010101fL, 0}, /* newer library minor version: NO */
37 { 0x1000101fL, 0x2000101fL, 0}, /* newer library major version: NO */
41 { 0x1010101fL, 0x1010102fL, 1}, /* newer library patch version: ok */
43 { 0x1010101fL, 0x1010201fL, 1}, /* newer library fix version: ok */
45 { 0x1010101fL, 0x1020001fL, 0}, /* newer library minor version: NO */
47 { 0x1010101fL, 0x2010101fL, 0}, /* newer library major version: NO */
51 { 0x3010101fL, 0x3010102fL, 1}, /* newer library patch version: ok */
53 { 0x3010101fL, 0x3010201fL, 1}, /* newer library fix version: ok */
[all …]
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_newer_than.c14 * Basic test of --newer-than. in DEFINE_TEST()
16 * Create test1.tar with --newer-than, test2.tar without. in DEFINE_TEST()
31 /* Test --newer-than on create */ in DEFINE_TEST()
34 "--newer-than middle.txt *.txt a", testprog)); in DEFINE_TEST()
49 /* Extract test2.tar to a clean dir with --newer-than and verify. */ in DEFINE_TEST()
52 assertEqualInt(0, systemf("%s xf ../test2.tar --newer-than ../test1in/middle.txt", testprog)); in DEFINE_TEST()
H A Dtest_option_keep_newer_files.c16 /* Test 1: Without --keep-newer-files */ in DEFINE_TEST()
27 /* Test 2: With --keep-newer-files */ in DEFINE_TEST()
32 systemf("%s -xf ../%s --keep-newer-files >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
/freebsd/share/man/man4/
H A Dvmx.467 machine hardware version 7 or newer, as provided by the following
72 VMware ESX/ESXi 4.0 and newer
74 VMware Server 2.0 and newer
76 VMware Workstation 6.5 and newer
78 VMware Fusion 2.0 and newer
H A Dacpi_battery.4174 .Pq rev 0 or newer
179 .Pq rev 0 or newer
183 .Pq rev 0 or newer
194 .Pq rev 0 or newer
198 .Pq rev 0 or newer
208 .Pq rev 0 or newer
236 .Pq rev 1 or newer
/freebsd/contrib/bmake/
H A Dinstall-sh28 # -N newer. Only install if target is missing or older.
87 newer=:
101 -N) newer=Newer;
117 Newer() {
223 $newer $f $t || continue
115 Newer() { global() function
/freebsd/contrib/bmake/mk/
H A Dinstall-sh28 # -N newer. Only install if target is missing or older.
87 newer=:
101 -N) newer=Newer;
117 Newer() {
223 $newer $f $t || continue
115 Newer() { global() function
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c605 unsigned older = 0, newer = 0; in show_tty_change() local
616 newer = new_settings->c_cc[which]; in show_tty_change()
619 if (older == newer && older == def) in show_tty_change()
622 (void) fprintf(stderr, "%s %s ", name, older == newer ? "is" : "set to"); in show_tty_change()
624 if (DISABLED(newer)) { in show_tty_change()
630 } else if (newer == 0177) { in show_tty_change()
633 && newer == (unsigned char) p[0] in show_tty_change()
636 } else if (newer < 040) { in show_tty_change()
637 newer ^= 0100; in show_tty_change()
638 (void) fprintf(stderr, "control-%c (^%c).\n", UChar(newer), UChar(newer)); in show_tty_change()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_set_password.387 are the newer of the three functions, and use a newer version of the
89 newer protocol doesn't work).
/freebsd/usr.bin/find/tests/
H A Dfind_test.sh31 atf_set "descr" "Verifies that -newer correctly uses a symlink, " \
44 # other two files should be newer.
46 atf_check -s exit:0 -o save:output find test -newer test/link
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-dhcom-picoitx.dts7 * DHCOR PCB number: 578-200 or newer
8 * DHCOM PCB number: 579-200 or newer
9 * PicoITX PCB number: 487-600 or newer
H A Dimx6ull-dhcom-drc02.dts7 * DHCOR PCB number: 578-200 or newer
8 * DHCOM PCB number: 579-200 or newer
9 * DRC02 PCB number: 568-100 or newer (2nd ethernet by SoM)
H A Dimx6dl-dhcom-picoitx.dts7 * DHCOM PCB number: 493-300 or newer
8 * PicoITX PCB number: 487-600 or newer
H A Dimx6q-dhcom-pdk2.dts8 * DHCOM PCB number: 493-300 or newer
9 * PDK2 PCB number: 516-400 or newer
H A Dimx6s-dhcom-drc02.dts7 * DHCOM PCB number: 493-400 or newer
8 * DRC02 PCB number: 568-100 or newer
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.174 newer than the corresponding entry in the archive.
202 Only set the modification time if the file is newer than the date specified in
353 .It Fl Fl keep-newer-files
355 Do not overwrite existing files that are newer than the
429 .It Fl Fl newer Ar date
431 Only include files and directories newer than the specified date.
433 .It Fl Fl newer-mtime Ar date
436 .Fl Fl newer ,
438 .It Fl Fl newer-than Pa file
440 Only include files and directories newer than the specified file.
[all …]
H A Dcmdline.c89 { "keep-newer-files", 0, OPTION_KEEP_NEWER_FILES },
100 { "newer", 1, OPTION_NEWER_CTIME },
101 { "newer-ctime", 1, OPTION_NEWER_CTIME },
102 { "newer-ctime-than", 1, OPTION_NEWER_CTIME_THAN },
103 { "newer-mtime", 1, OPTION_NEWER_MTIME },
104 { "newer-mtime-than", 1, OPTION_NEWER_MTIME_THAN },
105 { "newer-than", 1, OPTION_NEWER_CTIME_THAN },
/freebsd/share/man/man9/
H A Dcdefs.965 .It Dv __volatile Ta expands to volatile in C++ and C89 and newer environments,
68 .It Dv __inline Ta expands to inline in C++ and C89 and newer environments,
71 .It Dv __restrict Ta expands to restrict in C99 and newer environments, or
253 in C++-11 and newer compilation environments, otherwise
275 This is defined for C99 or newer and C++ environments.
318 to distinguish it from newer standards.
447 supports C++11 and newer standards fully.
/freebsd/usr.bin/find/
H A Dfind.h76 #define F_TIME2_A 0x00000010 /* one of -newer?a */
77 #define F_TIME2_C 0x00000020 /* one of -newer?c */
78 #define F_TIME2_T 0x00000040 /* one of -newer?t */
97 #define F_TIME2_B 0x00080000 /* one of -newer?B */
H A Dfind.1639 .Ic -newer .
675 .It Ic -newer Ar file
678 .It Ic -newer Ns Ar X Ns Ar Y Ar file
706 .Ic -newer .
1011 .It Li "find / -newer ttt -user wnj -print"
1014 that are newer
1017 .It Li "find / \e! \e( -newer ttt -user wnj \e) -print"
1018 Print out a list of all the files which are not both newer than
1022 .It Li "find / \e( -newer ttt -or -user wnj \e) -print"
1025 or that are newer than
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp153c-dhcor-drc-compact.dts7 * DHCOR PCB number: 586-100 or newer
8 * DRC Compact PCB number: 627-100 or newer
H A Dstm32mp157c-dhcom-pdk2.dts7 * DHCOM PCB number: 587-200 or newer
8 * PDK2 PCB number: 516-400 or newer
H A Dstm32mp157a-dhcor-avenger96.dts9 * DHCOR PCB number: 586-100 or newer
10 * Avenger96 PCB number: 588-200 or newer
H A Dstm32mp157c-dhcom-picoitx.dts7 * DHCOM PCB number: 587-200 or newer
8 * PicoITX PCB number: 487-600 or newer
/freebsd/sys/contrib/xen/arch-x86/hvm/
H A Dstart_info.h52 * | | present in version 1 and newer of the structure.
56 * | | present in version 1 and newer of the structure.
58 * | reserved | Version 1 and newer only.
136 /* All following fields only present in version 1 and newer */

12345678910>>...43