Home
last modified time | relevance | path

Searched refs:lastmod (Results 1 – 4 of 4) sorted by relevance

/titanic_41/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)
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c159 time_t lastmod; /* Response Last-Modified: */ member
1116 time_t sdate = shttp->lastmod == -1 ? shttp->date : shttp->lastmod; in nl7c_http_cond()
1223 http->lastmod = -1; in nl7c_http_request()
1695 http->lastmod = secs; in nl7c_http_response()
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1845 Dwarf_Unsigned lastmod = 0; in dwarf_read_line_table_prefix() local
1880 lastmod = _dwarf_decode_u_leb128(line_ptr, &leb128_length); in dwarf_read_line_table_prefix()
1882 curline->lte_last_modification_time = lastmod; in dwarf_read_line_table_prefix()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h386 time_t lastmod; /* HTTP "Last-Modified:" value */ member