Home
last modified time | relevance | path

Searched refs:Scm_MakeTime64 (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dsystem.c732 return Scm_MakeTime64(SCM_SYM_TIME_UTC, in STAT_GETTER_UI()
736 return Scm_MakeTime64(SCM_SYM_TIME_UTC, in STAT_GETTER_UI()
745 return Scm_MakeTime64(SCM_SYM_TIME_UTC, in stat_mtim_get()
749 return Scm_MakeTime64(SCM_SYM_TIME_UTC, in stat_mtim_get()
758 return Scm_MakeTime64(SCM_SYM_TIME_UTC, in stat_ctim_get()
762 return Scm_MakeTime64(SCM_SYM_TIME_UTC, in stat_ctim_get()
881 ScmObj Scm_MakeTime64(ScmObj type, int64_t sec, long nsec) in Scm_MakeTime64() function
1035 return Scm_MakeTime64(SCM_SYM_TIME_UTC, sec, 0); in Scm_Int64SecondsToTime()
1043 return Scm_MakeTime64(SCM_SYM_TIME_UTC, secs, (long)(frac * 1.0e9)); in Scm_RealSecondsToTime()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dsystem.h150 SCM_EXTERN ScmObj Scm_MakeTime64(ScmObj type, int64_t sec, long nsec);
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog12483 * src/system.c: Changed accordingly. Added Scm_MakeTime64() and