Home
last modified time | relevance | path

Searched refs:cd_time (Results 1 – 17 of 17) sorted by last modified time

/dports/databases/pg_filedump/pg_filedump-REL_14_0/
H A Dpg_filedump.c1716 time_t cd_time; in FormatControl() local
1778 cd_time = controlData->time; in FormatControl()
1816 ctime(&(cd_time)), in FormatControl()
/dports/math/amath/amath-1.8.5/build/flexcat/
H A Dmain.c358 int32 cd_time, ct_time, cat_time; in main() local
360 if((cd_time = getft(cdfile)) != -1) in main()
367 if(cat_time > ct_time && cat_time > cd_time) in main()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dcdrom.Irix.c38 static int cdrom_getPlayingInfo(cd_time *);
129 int cdrom_getPlayingInfo (cd_time *info) { in cdrom_getPlayingInfo()
H A Dmusic_server.c120 cd_time tm = muscd_getpos(); in get_command()
H A Dmusic_client.c259 int mus_cdrom_get_playposition(cd_time *tm) { in mus_cdrom_get_playposition()
275 *tm = *((cd_time *)data); in mus_cdrom_get_playposition()
H A Dmusic_client.h39 extern int mus_cdrom_get_playposition(cd_time *tm);
H A Dcdrom.mp3.c89 static int cdrom_getPlayingInfo(cd_time *);
317 static int cdrom_getPlayingInfo (cd_time *inf) { in cdrom_getPlayingInfo()
H A Dcmds.c59 cd_time info; in commandSC()
101 cd_time info; in commandSR()
H A Dmusic_cdrom.c73 memset(&prv.cdrom.time, 0, sizeof(cd_time)); in muscd_start()
83 cd_time muscd_getpos() { in muscd_getpos()
84 cd_time tm; in muscd_getpos()
H A Dcdrom.FreeBSD.c40 static int cdrom_getPlayingInfo(cd_time *);
206 int cdrom_getPlayingInfo (cd_time *info) { in cdrom_getPlayingInfo()
H A Dcdrom.empty.c32 static int cdrom_getPlayingInfo(cd_time *);
61 int cdrom_getPlayingInfo (cd_time *info) { in cdrom_getPlayingInfo()
H A Dcdrom.Linux.c49 static int cdrom_getPlayingInfo(cd_time *);
240 static int cdrom_getPlayingInfo (cd_time *info) { in cdrom_getPlayingInfo()
H A Dcdrom.h37 } cd_time; typedef
44 int (* getpos)(cd_time *);
H A Dmusic_cdrom.h39 cd_time time; // ���հ���
49 extern cd_time muscd_getpos();
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.h149 extern void cd_time(Widget, XtPointer, XtPointer);
H A Dcallback.c129 register_activate_cb(m->main.time_btn, cd_time, s); in register_main_callbacks()
H A Dcdfunc.c5771 cd_time(Widget w, XtPointer client_data, XtPointer call_data) in cd_time() function