Searched refs:newer (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dmtsm.cpp294 void statem::update(statem *older, statem *newer, int_value_state t) argument
296 if (newer->int_values[t].differs(older->int_values[t])
297 && !newer->int_values[t].is_known)
298 newer->int_values[t].set(older->int_values[t].value);
301 void statem::update(statem *older, statem *newer, units_value_state t) argument
303 if (newer->units_values[t].differs(older->units_values[t])
304 && !newer->units_values[t].is_known)
305 newer->units_values[t].set(older->units_values[t].value);
308 void statem::update(statem *older, statem *newer, bool_value_state t) argument
310 if (newer
315 update(statem *older, statem *newer, string_value_state t) argument
322 merge(statem *newer, statem *older) argument
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h101 void newer (int, char **);
H A Dcmdtab.c72 char newerhelp[] = "get file if remote file is newer than local file ";
153 { "newer", newerhelp, 1, 1, 1, newer },
H A Dcmds.c2128 newer(int argc, char **argv) function
2132 printf("Local file \"%s\" is newer than remote file \"%s\"\n",
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c1102 unsigned older, newer; local
1105 newer = mode.c_cc[which];
1108 if (older == newer && older == def)
1111 (void) fprintf(stderr, "%s %s ", name, older == newer ? "is" : "set to");
1113 if (DISABLED(newer))
1119 else if (newer == 0177)
1122 && newer == (unsigned char) p[0]
1125 else if (newer < 040) {
1126 newer ^= 0100;
1127 (void) fprintf(stderr, "control-%c (^%c).\n", UChar(newer), UCha
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dyacc.mk35 # the touch of the .c is to ensure it is newer than .h (paranoia)
/freebsd-11-stable/contrib/tnftp/src/
H A Dextern.h168 void newer(int, char **);
H A Dcmdtab.c131 HSTR newerhelp[] = "get file if remote file is newer than local file ";
251 { "newer", H(newerhelp), 1, 1, 1, CMPL(r) newer },
H A Dcmds.c579 * If restartit is -1, restart the xfer only if the remote file is newer.
2546 newer(int argc, char *argv[]) function
2551 "Local file \"%s\" is newer than remote file \"%s\".\n",
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc234 // of %as, %aS and %a[...] and newer POSIX %a followed by
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1129 /* If current CRL is equivalent use it if it is newer */
2075 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer, argument
2082 if (base->base_crl_number || newer->base_crl_number) {
2087 if (!base->crl_number || !newer->crl_number) {
2092 if (X509_NAME_cmp(X509_CRL_get_issuer(base), X509_CRL_get_issuer(newer))) {
2097 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) {
2101 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) {
2106 if (ASN1_INTEGER_cmp(newer->crl_number, base->crl_number) <= 0) {
2112 X509_CRL_verify(newer, skey) <= 0)) {
2121 if (!X509_CRL_set_issuer_name(crl, X509_CRL_get_issuer(newer)))
[all...]
H A Dx509.h952 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql43 only used for newer filesystem formats that were released together with
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec28 # (Build[ing] Prereq[uisites] only work for RPM 2.95 and newer.)
81 - Overhaul to deal with newer versions of SuSE and OpenSSH
101 - Added building prerequisites (works in RPM 3.0 and newer)
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk61 # $* = target without suffix $? = sources newer than target
/freebsd-11-stable/contrib/gdb/
H A Dltcf-gcj.sh151 # Be careful not to strip the DATA tag left be newer dlltools.
199 *** binutils to release 2.9.1 or newer. Another option is to modify
H A Dltcf-c.sh148 # Be careful not to strip the DATA tag left be newer dlltools.
206 *** binutils to release 2.9.1 or newer. Another option is to modify
/freebsd-11-stable/sys/conf/
H A Dkern.mk223 # but critical for these newer versions.
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk541 # gcc 4.8 and newer supports libc++, so suppress gnuc++ in that case.
/freebsd-11-stable/contrib/subversion/
H A Dconfigure5685 echo "install serf $serf_check_version or newer."
5970 as_fn_error $? "Apache httpd version $HTTPD_VERSION includes a broken mod_dav; use a newer version of httpd" "$LINENO" 5
6608 echo "Please either install a newer sqlite on this system"
7377 echo "Please either install a newer sqlite on this system"
10042 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
12394 *** binutils to release 2.9.1 or newer. Another option is to modify
12416 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
13592 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
16234 *) # Version 8.0 or newer
19065 and newer ar
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcombine.c6656 rtx newer = force_to_mode (tem, mode, ~(HOST_WIDE_INT) 0,
6661 if (GET_CODE (newer) != SUBREG)
6662 newer = make_compound_operation (newer, in_code);
6664 return newer;
6631 rtx newer = force_to_mode (tem, mode, ~(HOST_WIDE_INT) 0, local
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1669 * Writes can appear to be newer than the bonus buffer because
1795 * Verify that the current bonus buffer is not newer than our txg.
6529 int newer = 0; local
6653 (void) printf("Executing newer ztest: %s\n",
6656 newer++;
6735 (void) printf("%d runs of newer ztest: %s\n", newer,
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2102 It is strongly recommended that you upgrade to a newer
2961 if [ -z "$(find ${BASEDIR}/$D -type f -newer ${BASEDIR}/$D/mandoc.db)" ]; then
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure2490 # generated files are strictly newer.
7549 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
10157 *** binutils to release 2.9.1 or newer. Another option is to modify
10179 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
11356 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
14147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14148 $as_echo_n "checking that generated files are newer than configure... " >&6; }
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure5444 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7165 *** binutils to release 2.9.1 or newer. Another option is to modify
7187 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
11517 *** binutils to release 2.9.1 or newer. Another option is to modify
11539 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify

Completed in 306 milliseconds

12