/freebsd/crypto/openssh/openbsd-compat/regress/ |
H A D | opensslvertest.c | 31 { 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 D | test_option_newer_than.c | 14 * 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 D | test_option_keep_newer_files.c | 16 /* 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 D | vmx.4 | 67 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 D | acpi_battery.4 | 174 .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 D | install-sh | 28 # -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 D | install-sh | 28 # -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 D | reset_cmd.c | 605 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 D | krb5_set_password.3 | 87 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 D | find_test.sh | 31 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 D | imx6ull-dhcom-picoitx.dts | 7 * 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 D | imx6ull-dhcom-drc02.dts | 7 * 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 D | imx6dl-dhcom-picoitx.dts | 7 * DHCOM PCB number: 493-300 or newer 8 * PicoITX PCB number: 487-600 or newer
|
H A D | imx6q-dhcom-pdk2.dts | 8 * DHCOM PCB number: 493-300 or newer 9 * PDK2 PCB number: 516-400 or newer
|
H A D | imx6s-dhcom-drc02.dts | 7 * DHCOM PCB number: 493-400 or newer 8 * DRC02 PCB number: 568-100 or newer
|
/freebsd/contrib/libarchive/tar/ |
H A D | bsdtar.1 | 74 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 D | cmdline.c | 89 { "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 D | cdefs.9 | 65 .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 D | find.h | 76 #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 D | find.1 | 639 .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 D | stm32mp153c-dhcor-drc-compact.dts | 7 * DHCOR PCB number: 586-100 or newer 8 * DRC Compact PCB number: 627-100 or newer
|
H A D | stm32mp157c-dhcom-pdk2.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * PDK2 PCB number: 516-400 or newer
|
H A D | stm32mp157a-dhcor-avenger96.dts | 9 * DHCOR PCB number: 586-100 or newer 10 * Avenger96 PCB number: 588-200 or newer
|
H A D | stm32mp157c-dhcom-picoitx.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * PicoITX PCB number: 487-600 or newer
|
/freebsd/sys/contrib/xen/arch-x86/hvm/ |
H A D | start_info.h | 52 * | | 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 */
|