Home
last modified time | relevance | path

Searched refs:timeb (Results 1 – 25 of 1468) sorted by relevance

12345678910>>...59

/dports/lang/mosh/mosh-0.2.7/src/win/
H A Dwin.cpp36 struct _timeb timeb; in gettimeofday() local
37 _ftime_s(&timeb); in gettimeofday()
38 tv->tv_sec = timeb.time; in gettimeofday()
39 tv->tv_usec = timeb.millitm * 1000; in gettimeofday()
/dports/net/yaz/yaz-5.31.1/src/
H A Dgettimeofday.c31 struct _timeb timeb; in yaz_gettimeofday() local
32 _ftime(&timeb); in yaz_gettimeofday()
33 tval->tv_sec = timeb.time; in yaz_gettimeofday()
34 tval->tv_usec = timeb.millitm * 1000; in yaz_gettimeofday()
/dports/net-mgmt/rate/rate-0.9/
H A Dprotos.h21 void (**custom_output)(struct timeb*, int, int, unsigned long long,
25 void (**custom_output)(struct timeb*, int, int, unsigned long long,
29 void (**custom_output)(struct timeb*, int, int, unsigned long long,
33 void (**custom_output)(struct timeb*, int, int, unsigned long long,
/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DPortableGettimeofday.c16 struct _timeb timeb; in gettimeofday() local
17 _ftime_s(&timeb); in gettimeofday()
19 tv->tv_sec = (long) timeb.time; in gettimeofday()
20 tv->tv_usec = (long) (timeb.millitm * 1000); in gettimeofday()
/dports/benchmarks/unixbench/byte-unixbench-5.1.3/UnixBench/src/
H A Dwhets.c637 timeb = dtime()-timea; in whetstones()
658 timeb = dtime()-timea; in whetstones()
680 timeb = dtime()-timea; in whetstones()
683 2,x,timeb,calibrate,4); in whetstones()
701 timeb = dtime()-timea; in whetstones()
703 2,y,timeb,calibrate,5); in whetstones()
719 timeb = dtime()-timea; in whetstones()
721 1,z,timeb,calibrate,6); in whetstones()
740 timeb = dtime()-timea; in whetstones()
756 timeb = dtime()-timea; in whetstones()
[all …]
/dports/news/cnews/cnews-cr.g_18/libc/
H A Dgetreldate.c56 static int prsreldate(char *timestr, struct timeb *now, register struct tm *tm, int *tzp);
64 struct timeb *now;
78 struct timeb *now;
85 struct timeb fakenow;
108 struct timeb *now;
194 struct timeb *now;
256 struct timeb *ft = NULL;
H A Dgetabsdate.c21 static int prsabsdate(char *timestr, struct timeb *now, register struct tm *tm, int *tzp);
34 struct timeb *now;
49 struct timeb *now;
89 struct timeb *now;
97 struct timeb ftz;
/dports/cad/ngspice_rework/ngspice-35/src/misc/
H A Dmisc_time.h14 extern struct timeb timebegin;
16 void timediff(struct timeb *, struct timeb *, int *, int *);
H A Dmisc_time.c73 struct timeb timebegin;
75 void timediff(struct timeb *now, struct timeb *begin, int *sec, int *msec) in timediff()
119 struct timeb timenow; in seconds()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dtimeb.h61 struct timeb { struct
103 void __cdecl ftime (struct timeb *);
108 __CRT_INLINE void __cdecl ftime(struct timeb *_Tmb) { in ftime()
112 __CRT_INLINE void __cdecl ftime(struct timeb *_Tmb) { in ftime()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/sys/
H A Dtimeb.h61 struct timeb { struct
103 void __cdecl ftime (struct timeb *);
108 __CRT_INLINE void __cdecl ftime(struct timeb *_Tmb) { in ftime()
112 __CRT_INLINE void __cdecl ftime(struct timeb *_Tmb) { in ftime()
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dstimebh.inc3 Ptimeb = ^timeb;
4 timeb = record
19 function ftime(var __timebuf:timeb):longint;cdecl;external clib name 'ftime';
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-headers/
H A Dsys_timeb.texi1 @node sys/timeb.h
2 @section @file{sys/timeb.h}
4 POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/timeb.h.html}
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb; in xtzset() local
106 ftime(&timeb); in xtzset()
107 timezone = timeb.timezone * 60; in xtzset()
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb; in xtzset() local
106 ftime(&timeb); in xtzset()
107 timezone = timeb.timezone * 60; in xtzset()
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb; in xtzset() local
106 ftime(&timeb); in xtzset()
107 timezone = timeb.timezone * 60; in xtzset()
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb;
106 ftime(&timeb);
107 timezone = timeb.timezone * 60;
/dports/archivers/star/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb; in xtzset() local
106 ftime(&timeb); in xtzset()
107 timezone = timeb.timezone * 60; in xtzset()
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb; in xtzset() local
106 ftime(&timeb); in xtzset()
107 timezone = timeb.timezone * 60; in xtzset()
/dports/editors/ved/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb; in xtzset() local
106 ftime(&timeb); in xtzset()
107 timezone = timeb.timezone * 60; in xtzset()
/dports/devel/smake/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb; in xtzset() local
106 ftime(&timeb); in xtzset()
107 timezone = timeb.timezone * 60; in xtzset()
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dxtzset.c48 struct timeb timeb; in xtzset() local
106 ftime(&timeb); in xtzset()
107 timezone = timeb.timezone * 60; in xtzset()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-headers/
H A Dsys_timeb.texi1 @node sys/timeb.h
2 @section @file{sys/timeb.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/timeb.h.ht…
/dports/games/csmash/csmash-0.6.6/
H A DNetwork.h43 void SendTime( int sd, struct timeb* tb );
44 void ReadTime( int sd, struct timeb* tb );
46 void getcurrenttime( struct timeb *tb );
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dtimer.c64 int ftime(struct timeb *tbp) { in ftime()
88 struct timeb tp ; in Ytimer_start()
101 struct timeb tp; in Ytimer_elapsed()

12345678910>>...59