Home
last modified time | relevance | path

Searched refs:stat_or_stat64 (Results 1 – 9 of 9) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dsyscalls.h67 #define stat_or_stat64 CHOOSE_LARGEFILE(stat,stat64) macro
H A Dfilesys.c345 scm_stat2scm (struct stat_or_stat64 *stat_temp) in scm_stat2scm()
531 struct stat_or_stat64 stat_temp;
540 SCM_SYSCALL (rv = stat_or_stat64 (file, &stat_temp));
576 struct stat_or_stat64 stat_temp;
1080 struct stat_or_stat64 oldstat;
H A DChangeLog-20081429 * _scm.h (stat_or_stat64 etc): Macros for selecting LFS64 when
/dports/lang/guile1/guile-1.8.8/libguile/
H A D_scm.h138 #define stat_or_stat64 CHOOSE_LARGEFILE(stat,stat64) macro
H A Dfilesys.c489 scm_stat2scm (struct stat_or_stat64 *stat_temp) in scm_stat2scm()
667 struct stat_or_stat64 stat_temp;
686 SCM_SYSCALL (rv = stat_or_stat64 (file, &stat_temp));
1501 struct stat_or_stat64 stat_temp;
1527 struct stat_or_stat64 oldstat;
H A DChangeLog-20081015 * _scm.h (stat_or_stat64 etc): Macros for selecting LFS64 when
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfilesys.c339 scm_stat2scm (struct stat_or_stat64 *stat_temp) in scm_stat2scm()
525 struct stat_or_stat64 stat_temp;
534 SCM_SYSCALL (rv = stat_or_stat64 (file, &stat_temp));
570 struct stat_or_stat64 stat_temp;
1074 struct stat_or_stat64 oldstat;
H A D_scm.h174 #define stat_or_stat64 CHOOSE_LARGEFILE(stat,stat64) macro
H A DChangeLog-20081429 * _scm.h (stat_or_stat64 etc): Macros for selecting LFS64 when