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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-syncrepl-slave-persist-ldap.conf47 # are in place to prevent lastmod operational attrs to be added twice,
49 lastmod on
H A Dslapd-translucent-local.conf59 # "lastmod off" is not strictly required because the instance of back-ldap
61 # however, the local database needs to have "lastmod off" so it's here as
63 lastmod off
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dcleaner.h11 u_int64_t lastmod; member in struct:clfs_seguse
H A Dlfs_cleanerd.c681 age = (now < t->lastmod ? 0 : now - t->lastmod);
1023 fs->clfs_segtab[i + j].lastmod = sup->su_lastmod;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
H A Dlastmod.c3 /* lastmod.c - returns last modification info */
4 /* OpenLDAP: pkg/ldap/contrib/slapd-modules/lastmod/lastmod.c,v 1.2.2.6 2010/04/19 16:53:00 quanah Exp */
74 "NAME 'lastmod' "
247 rs->sr_text = "lastmod overlay internal error";
805 if ( strcasecmp( argv[ 0 ], "lastmod-rdnvalue" ) == 0 ) {
813 } else if ( strcasecmp( argv[ 0 ], "lastmod-enabled" ) == 0 ) {
846 fprintf( stderr, "set \"lastmod on\" to make this overlay effective\n" );
938 static slap_overinst lastmod; variable
943 lastmod
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/
H A Dcpuctl.c278 time_t lastmod; local
307 lastmod = (time_t)cs.cs_lastmod |
309 ts = asctime(localtime(&lastmod));
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Ddocmd.c364 time_t lastmod; variable
395 lastmod = stb.st_mtime;
424 notify(tempfile, NULL, sc->sc_args, lastmod);
474 if (stb.st_mtime > lastmod)

Completed in 130 milliseconds