Searched refs:timeb (Results 1 - 25 of 35) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtimeb.h56 struct timeb { struct
64 extern int ftime(struct timeb *);
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/gen/
H A Dftime.c45 #include <sys/timeb.h>
52 ftime(struct timeb *tp)
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dftime.c45 #include <sys/timeb.h>
51 ftime(struct timeb *tp)
/opensolaris-onvv-gate/usr/src/cmd/tplot/
H A Dbanner.c140 long timeb; local
163 time(&timeb);
165 fprintf(out, ctime(&timeb));
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dtputcfent.c51 char timeb[BUFSIZ]; local
151 strftime(timeb, sizeof (timeb),
154 (void) fprintf(fp, timeb);
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAuditLogger.cpp38 #include <sys/timeb.h>
144 timeb stTime;
H A DKMSAgentStringUtilities.cpp36 #include <sys/timeb.h>
210 timeb stTime;
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c49 #include <sys/timeb.h>
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dlogent.c212 struct timeb tbuf;
213 static struct timeb tbuf1;
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bf/
H A Dbfspeed.c93 #include <sys/timeb.h>
156 static struct timeb tstart,tend;
H A Dbf_opts.c93 #include <sys/timeb.h>
183 static struct timeb tstart,tend;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbnspeed.c95 #include <sys/timeb.h>
146 static struct timeb tstart,tend;
H A Dexpspeed.c121 #include <sys/timeb.h>
172 static struct timeb tstart,tend;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/cast/
H A Dcast_spd.c93 #include <sys/timeb.h>
156 static struct timeb tstart,tend;
H A Dcastopts.c93 #include <sys/timeb.h>
193 static struct timeb tstart,tend;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc2/
H A Drc2speed.c93 #include <sys/timeb.h>
156 static struct timeb tstart,tend;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc4/
H A Drc4speed.c93 #include <sys/timeb.h>
156 static struct timeb tstart,tend;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc5/
H A Drc5speed.c93 #include <sys/timeb.h>
156 static struct timeb tstart,tend;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dtmdiff.c102 #include <sys/timeb.h>
142 struct timeb ms_timeb;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Dspeed.c94 #include <sys/timeb.h>
161 static struct timeb tstart,tend;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/idea/
H A Didea_spd.c93 #include <sys/timeb.h>
156 static struct timeb tstart,tend;
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_time.c109 #include <sys/timeb.h>
418 static struct timeb tstart,tend;

Completed in 244 milliseconds

12