Searched defs:since (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.h55 time_t since; /* Since this time */ member in struct:options
H A Dntfsundelete.c251 " -t, --time SINCE Last referenced since this time\n"
350 * @since: The absolute time referred to
366 * If parse_time fails, @since will not be changed
371 static int parse_time(const char *value, time_t *since) argument
377 if (!value || !since)
416 *since = now - result;
587 if (opts.since == 0) {
588 if (!parse_time(optarg, &opts.since))
1645 * N.B. We cannot tell if someone has overwritten some of the data since the
1846 * that resident streams need not be truncated, since th
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c902 * This error is not logged since this is an
1922 __svc_nisplus_purge_since(long since) argument
1945 timestamps[fd_idx] < since) {

Completed in 29 milliseconds