Searched refs:lastmod (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
H A DMakefile17 PROGRAMS = lastmod.la
18 MANPAGES = slapo-lastmod.5
38 lastmod.la: lastmod.lo
H A Dlastmod.c1 /* $NetBSD: lastmod.c,v 1.3 2021/08/14 16:14:52 christos Exp $ */
3 /* lastmod.c - returns last modification info */
24 __RCSID("$NetBSD: lastmod.c,v 1.3 2021/08/14 16:14:52 christos Exp $");
77 "NAME 'lastmod' "
250 rs->sr_text = "lastmod overlay internal error";
806 if ( strcasecmp( argv[ 0 ], "lastmod-rdnvalue" ) == 0 ) {
814 } else if ( strcasecmp( argv[ 0 ], "lastmod-enabled" ) == 0 ) {
845 fprintf( stderr, "set \"lastmod on\" to make this overlay effective\n" );
935 static slap_overinst lastmod; variable
940 lastmod
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-translucent-local.conf55 # "lastmod off" is not strictly required because the instance of back-ldap
57 # however, the local database needs to have "lastmod off" so it's here as
59 lastmod off
H A Dslapd-syncrepl-consumer-persist-ldap.conf45 # are in place to prevent lastmod operational attrs to be added twice,
47 lastmod on
/netbsd-current/libexec/lfs_cleanerd/
H A Dcleaner.h11 u_int64_t lastmod; member in struct:clfs_seguse
H A Dlfs_cleanerd.c749 age = (now < t->lastmod ? 0 : now - t->lastmod);
1105 fs->clfs_segtab[i + j].lastmod = sup->su_lastmod;
/netbsd-current/usr.sbin/cpuctl/
H A Dcpuctl.c320 time_t lastmod; local
349 lastmod = (time_t)cs.cs_lastmod |
351 ts = asctime(localtime(&lastmod));
/netbsd-current/usr.bin/rdist/
H A Ddocmd.c367 time_t lastmod; variable
398 lastmod = stb.st_mtime;
427 notify(tempfile, NULL, sc->sc_args, lastmod);
477 if (stb.st_mtime > lastmod)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DStabs.cc670 Module *lastmod = NULL; local
680 if (map.module != lastmod)
682 if (lastmod != NULL)
684 count, lastmod->get_name ());
694 lastmod = map.module;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d1358 lastmod, ///
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d1365 lastmod, ///

Completed in 323 milliseconds