Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 19 of 19) sorted by relevance

/openbsd/usr.sbin/snmpd/
H A Dtraphandler.c148 int generic_trap, specific_trap, time_stamp; in traphandler_v1translate() local
153 &time_stamp, &vblist) == -1 || in traphandler_v1translate()
204 time_stamp, "1.3.6.1.6.3.1.1.4.1.0", &trapoid, vb0) == NULL) { in traphandler_v1translate()
/openbsd/sys/dev/ic/
H A Dacxreg.h362 uint8_t time_stamp[8]; member
381 uint8_t time_stamp[8]; member
/openbsd/gnu/usr.bin/cvs/src/
H A Dno_diff.c57 ts = time_stamp (finfo->file);
H A Dvers_ts.c248 vers_ts->ts_user = time_stamp (finfo->file);
337 time_stamp (file) in time_stamp() function
H A Dupdate.c709 filestamp = time_stamp (finfo->file);
714 filestamp = time_stamp (finfo->file);
2064 cp = time_stamp (finfo->file);
2616 cp = time_stamp (finfo->file);
H A Dcvs.h482 char *time_stamp PROTO((char *file));
H A Dcommit.c880 filestamp = time_stamp (finfo->file);
885 filestamp = time_stamp (finfo->file);
H A Dentries.c388 ts = time_stamp (user);
H A Dclient.c2133 file_timestamp = time_stamp (filename);
H A DChangeLog353 * vers_ts.c (time_stamp_server, time_stamp) Ditto.
4738 * vers_ts.c (time_stamp, time_stamp_server): Use CVS_LSTAT, not stat,
H A DChangeLog-93953230 * vers_ts.c (time_stamp): Only put st_mtime field into timestamp,
H A DChangeLog-963588 * vers_ts.c (time_stamp, time_stamp_server): Reindent and revise
/openbsd/gnu/usr.bin/binutils/gdb/osf-share/
H A Dcma_tcb_defs.h156 cma_t_integer time_stamp; /* Abs. time in ticks of last update */ member
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DpeXXigen.c1169 bfd_vma time_stamp; in pe_print_idata() local
1180 time_stamp = bfd_get_32 (abfd, data + i + 4 + dataoff); in pe_print_idata()
1187 (unsigned long) time_stamp, in pe_print_idata()
1291 if (time_stamp != 0 in pe_print_idata()
1325 long time_stamp; in pe_print_edata() member
1396 edt.time_stamp = bfd_get_32 (abfd, data + 4); in pe_print_edata()
1418 _("Time/Date stamp \t\t%lx\n"), (unsigned long) edt.time_stamp); in pe_print_edata()
H A DChangeLog-98995085 time_stamp.
/openbsd/gnu/usr.bin/binutils/bfd/
H A DpeXXigen.c1225 bfd_vma time_stamp; local
1241 time_stamp = bfd_get_32 (abfd, data + i + 4 + dataoff);
1248 (unsigned long) time_stamp,
1351 if (time_stamp != 0
1387 long time_stamp; member
1454 edt.time_stamp = bfd_get_32 (abfd, data + 4);
1476 _("Time/Date stamp \t\t%lx\n"), (unsigned long) edt.time_stamp);
H A DChangeLog-98995085 time_stamp.
/openbsd/lib/libcrypto/objects/
H A Dobj_mac.num133 time_stamp 133
/openbsd/gnu/usr.bin/cvs/doc/
H A Dcvs.texinfo1538 @c src/vers_ts.c (function time_stamp).