Home
last modified time | relevance | path

Searched refs:Scm_SysMkstemp (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dsystem.h299 SCM_EXTERN ScmObj Scm_SysMkstemp(ScmString *tmpl);
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibsys.scm459 (define-cproc sys-mkstemp (template::<string>) Scm_SysMkstemp)
H A Dsystem.c580 ScmObj Scm_SysMkstemp(ScmString *templat) in Scm_SysMkstemp() function
H A Dlibsys.c5666 {SCM_RESULT=(Scm_SysMkstemp(template));goto SCM_STUB_RETURN;} in libsyssys_mkstemp()
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog9451 seekable. For example, Scm_SysMkstemp calls this function on
16412 * src/syslib.stub, src/system.c (Scm_SysMkstemp): provides alternative