Searched defs:lastmod (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c507 time_t lastmod; variable
542 lastmod = stb.st_mtime;
571 notify(Tmpfile, NULL, sc->sc_args, lastmod);
624 if (stb.st_mtime > lastmod)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c159 time_t lastmod; /* Response Last-Modified: */ member in struct:http_s
1116 time_t sdate = shttp->lastmod == -1 ? shttp->date : shttp->lastmod;
1223 http->lastmod = -1;
1695 http->lastmod = secs;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1845 Dwarf_Unsigned lastmod = 0; local
1880 lastmod = _dwarf_decode_u_leb128(line_ptr, &leb128_length);
1882 curline->lte_last_modification_time = lastmod;
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h386 time_t lastmod; /* HTTP "Last-Modified:" value */ member in struct:node_s

Completed in 131 milliseconds