Searched defs:timeb (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | timeb.h | 56 struct timeb { struct 63 extern int ftime(struct timeb *);
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | tputcfent.c | 51 char timeb[BUFSIZ]; local 151 (void) strftime(timeb, sizeof (timeb), 154 (void) fputs(timeb, fp);
|
/illumos-gate/usr/src/lib/libbc/libc/compat/4.1/ |
H A D | ftime.c | 40 /* from old timeb.h */ 41 struct timeb { struct 49 ftime(struct timeb *tp)
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgops.c | 356 char timeb[BUFSIZ]; local 437 (void) strftime(timeb, sizeof (timeb), "%c\n", timep); 442 get_prog_name(), "remove", a_pkgInst, timeb); 545 char timeb[BUFSIZ]; local 630 (void) strftime(timeb, sizeof (timeb), "%c\n", timep); 635 get_prog_name(), "add", a_pkgInst, timeb);
|
H A D | ocfile.c | 446 char timeb[BUFSIZ]; local 507 (void) strftime(timeb, sizeof (timeb), "%c\n", timep); 510 get_prog_name(), pkginst, timeb);
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 93 timeb.h.3head \ 182 timeb.3head \ 271 timeb.3head := LINKSRC = timeb.h.3head
|
Completed in 76 milliseconds