HomeSort by: relevance | last modified time | path
    Searched defs:lastmod (Results 1 - 6 of 6) sorted by relevancy

  /src/libexec/lfs_cleanerd/
cleaner.h 11 u_int64_t lastmod; member in struct:clfs_seguse
  /src/usr.bin/rdist/
docmd.c 367 time_t lastmod; variable
398 lastmod = stb.st_mtime;
427 notify(tempfile, NULL, sc->sc_args, lastmod);
477 if (stb.st_mtime > lastmod)
  /src/usr.sbin/cpuctl/
cpuctl.c 320 time_t lastmod; local
349 lastmod = (time_t)cs.cs_lastmod |
351 ts = asctime(localtime(&lastmod));
  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
lastmod.c 1 /* $NetBSD: lastmod.c,v 1.4 2025/09/05 21:16:16 christos Exp $ */
3 /* lastmod.c - returns last modification info */
24 __RCSID("$NetBSD: lastmod.c,v 1.4 2025/09/05 21:16:16 christos Exp $");
77 "NAME 'lastmod' "
110 "DESC 'Lastmod overlay state' "
250 rs->sr_text = "lastmod overlay internal error";
794 if ( strcasecmp( argv[ 0 ], "lastmod-rdnvalue" ) == 0 ) {
802 } else if ( strcasecmp( argv[ 0 ], "lastmod-enabled" ) == 0 ) {
838 fprintf( stderr, "set \"lastmod on\" to make this overlay effective\n" );
857 ber_str2bv( "Lastmod", 0, 1, &lmi->lmi_rdnvalue )
931 static slap_overinst lastmod; variable
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Stabs.cc 481 Module *lastmod = NULL; local
491 if (map.module != lastmod)
493 if (lastmod != NULL)
495 count, lastmod->get_name ());
505 lastmod = map.module;
1711 int lastMod, phase, stabs_level, modCnt = 0;
1724 lastMod = lo->seg_modules->size ();
1833 mod = append_Module (lo, sbase, lastMod);
1898 Stabs::append_Module (LoadObject *lo, char *name, int lastMod)
1907 if (size < lastMod)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stabs.cc 481 Module *lastmod = NULL; local
491 if (map.module != lastmod)
493 if (lastmod != NULL)
495 count, lastmod->get_name ());
505 lastmod = map.module;
1711 int lastMod, phase, stabs_level, modCnt = 0;
1724 lastMod = lo->seg_modules->size ();
1833 mod = append_Module (lo, sbase, lastMod);
1898 Stabs::append_Module (LoadObject *lo, char *name, int lastMod)
1907 if (size < lastMod)
    [all...]

Completed in 36 milliseconds