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

12

/freebsd-current/contrib/ncurses/progs/
H A Dreset_cmd.c566 unsigned older = 0, newer = 0; local
577 newer = new_settings->c_cc[which];
580 if (older == newer && older == def)
583 (void) fprintf(stderr, "%s %s ", name, older == newer ? "is" : "set to");
585 if (DISABLED(newer)) {
591 } else if (newer == 0177) {
594 && newer == (unsigned char) p[0]
597 } else if (newer < 040) {
598 newer ^= 0100;
599 (void) fprintf(stderr, "control-%c (^%c).\n", UChar(newer), UCha
[all...]
/freebsd-current/contrib/bmake/mk/
H A Dinstall-sh28 # -N newer. Only install if target is missing or older.
87 newer=:
101 -N) newer=Newer;
223 $newer $f $t || continue
H A Dyacc.mk59 # the touch of the .c is to ensure it is newer than .h (paranoia)
/freebsd-current/contrib/bmake/
H A Dinstall-sh28 # -N newer. Only install if target is missing or older.
87 newer=:
101 -N) newer=Newer;
223 $newer $f $t || continue
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-make-meta-ignore_patterns.exp8 <tmpdir>/obj/check-ignore.meta: <line>: file '<tmpdir>/ignore/check' is newer than the target...
H A Dvarname-dot-make-meta-ignore_filter.exp8 <tmpdir>/obj/check-ignore.meta: <line>: file '<tmpdir>/ignore/check' is newer than the target...
H A Dvarname-dot-make-meta-ignore_paths.exp8 <tmpdir>/obj/check-ignore.meta: <line>: file '<tmpdir>/ignore/check' is newer than the target...
H A Dposix1.mk63 # $* = target without suffix $? = sources newer than target
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h212 zpl_set_cached_acl(struct inode *ip, int type, struct posix_acl *newer) argument
218 if ((newer != ACL_NOT_CACHED) && (newer != NULL))
219 posix_acl_dup(newer);
224 rcu_assign_pointer(ip->i_acl, newer);
228 rcu_assign_pointer(ip->i_default_acl, newer);
/freebsd-current/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-current/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-current/libexec/rc/rc.d/
H A Dcfumass54 _files=`find "${cfumass_dir}" -newer "${cfumass_image}" -print 2> /dev/null`
/freebsd-current/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-current/share/mk/
H A Dgoogletest.test.mk11 # future this will rely on a newer version of kyua which will integrate in
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A Dfallback.pm36 than prepended, thus allowing the use of a newer module on perl's default
/freebsd-current/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-current/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1072 /* If current CRL is equivalent use it if it is newer */
2020 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer, argument
2028 if (base->base_crl_number != NULL || newer->base_crl_number != NULL) {
2033 if (base->crl_number == NULL || newer->crl_number == NULL) {
2039 X509_CRL_get_issuer(newer)) != 0) {
2044 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) {
2048 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) {
2053 if (ASN1_INTEGER_cmp(newer->crl_number, base->crl_number) <= 0) {
2059 X509_CRL_verify(newer, skey) <= 0)) {
2068 if (!X509_CRL_set_issuer_name(crl, X509_CRL_get_issuer(newer)))
[all...]
/freebsd-current/crypto/openssh/contrib/suse/
H A Dopenssh.spec28 # (Build[ing] Prereq[uisites] only work for RPM 2.95 and newer.)
83 - Overhaul to deal with newer versions of SuSE and OpenSSH
103 - Added building prerequisites (works in RPM 3.0 and newer)
/freebsd-current/sys/conf/
H A Dkern.mk260 # Some newer toolchains default to DWARF 5, which isn't supported by some build
/freebsd-current/
H A DMakefile394 CHECK_TIME!= cmp=`mktemp`; find ${.CURDIR}/sys/sys/param.h -newer "$$cmp" && rm "$$cmp"; echo
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dztest.c2269 * Writes can appear to be newer than the bonus buffer because
2397 * Verify that the current bonus buffer is not newer than our txg.
8788 int newer = 0;
8959 (void) printf("Executing newer ztest: %s\n",
8962 newer++;
9024 (void) printf("%d runs of newer ztest: %s\n", newer,
8794 int newer = 0; local

Completed in 431 milliseconds

12