Home
last modified time | relevance | path

Searched refs:Scm_IntegerToOffset (Results 1 – 8 of 8) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/ext/fcntl/
H A Dfcntl.c73 FLOCK_GET_N_SET(l_start, off_t, Scm_OffsetToInteger, Scm_IntegerToOffset)
74 FLOCK_GET_N_SET(l_len, off_t, Scm_OffsetToInteger, Scm_IntegerToOffset)
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dportapi.c1014 off_t o = Scm_IntegerToOffset(off); in seek_istr()
1063 rr = Scm_IntegerToOffset(r); in Scm_GetPortPosition()
1173 Scm_IntegerToOffset(off), in set_port_position()
1182 Scm_IntegerToOffset(off), in set_port_position()
1210 Scm_IntegerToOffset(off), in set_port_position()
H A Dlibsys.scm1231 (SCM_SYSCALL r (truncate path (Scm_IntegerToOffset length)))
1236 (SCM_SYSCALL r (ftruncate fd (Scm_IntegerToOffset length)))
H A Dsystem.c97 off_t Scm_IntegerToOffset(ScmObj i) in Scm_IntegerToOffset() function
H A Dlibsys.c8318 SCM_SYSCALL(r,truncate(path,Scm_IntegerToOffset(length))); in libsyssys_truncate()
8346 SCM_SYSCALL(r,ftruncate(fd,Scm_IntegerToOffset(length))); in libsyssys_ftruncate()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dsystem.h76 SCM_EXTERN off_t Scm_IntegerToOffset(ScmObj i);
/dports/lang/gauche/Gauche-0.9.10/ext/vport/
H A Dvport.c355 return Scm_IntegerToOffset(r); in vport_seek()
717 return Scm_IntegerToOffset(r); in bport_seek()
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog12441 * src/system.c (Scm_IntegerToOffset, Scm_OffsetToInteger, ScmSysStat):