Searched refs:timeb (Results 1 - 16 of 16) 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 *);
|
H A D | Makefile | 597 timeb.h \
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | ftime.c | 45 #include <sys/timeb.h> 52 ftime(struct timeb *tp)
|
/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/lib/libc/port/gen/ |
H A D | ftime.c | 45 #include <sys/timeb.h> 51 ftime(struct timeb *tp)
|
/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/uts/common/gssapi/mechs/krb5/krb5/os/ |
H A D | c_ustime.c | 49 #include <sys/timeb.h>
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | logent.c | 212 struct timeb tbuf; 213 static struct timeb tbuf1;
|
H A D | uucp.h | 107 #include <sys/timeb.h>
|
/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
|
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 27 struct timeb { 854 struct timeb *now; 857 struct timeb ftz; 973 d = getreldate(buff, (struct timeb *)NULL);
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 76 #include <sys/timeb.h>
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 138 #include <sys/timeb.h> 441 int ftime(struct timeb *tp);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 48 #include <sys/timeb.h>
|
Completed in 89 milliseconds