Searched defs:timeb (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtimeb.h56 struct timeb { struct
63 extern int ftime(struct timeb *);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dtputcfent.c51 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 Dftime.c40 /* from old timeb.h */
41 struct timeb { struct
49 ftime(struct timeb *tp)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c356 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 Docfile.c446 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 DMakefile93 timeb.h.3head \
182 timeb.3head \
271 timeb.3head := LINKSRC = timeb.h.3head

Completed in 76 milliseconds