Home
last modified time | relevance | path

Searched refs:open_or_open64 (Results 1 – 12 of 12) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dsyscalls.h60 #define open_or_open64 CHOOSE_LARGEFILE(open,open64) macro
H A Dfilesys.c209 STRING_SYSCALL (path, c_path, fd = open_or_open64 (c_path, iflags, imode));
1089 oldfd = open_or_open64 (c_oldfile, O_RDONLY | O_BINARY);
1098 newfd = open_or_open64 (c_newfile, O_WRONLY | O_CREAT | O_TRUNC,
H A Dfports.c263 SCM_SYSCALL (fdes = open_or_open64 (file, flags, 0666)); in scm_open_file_with_encoding()
H A DChangeLog-20081172 * fports.c (scm_open_file): Use open_or_open64.
/dports/lang/guile1/guile-1.8.8/libguile/
H A D_scm.h131 #define open_or_open64 CHOOSE_LARGEFILE(open,open64) macro
H A Dfilesys.c362 STRING_SYSCALL (path, c_path, fd = open_or_open64 (c_path, iflags, imode));
1536 oldfd = open_or_open64 (c_oldfile, O_RDONLY);
1549 newfd = open_or_open64 (c_newfile, O_WRONLY | O_CREAT | O_TRUNC,
H A Dfports.c364 SCM_SYSCALL (fdes = open_or_open64 (file, flags, 0666));
H A DChangeLog-2008769 * fports.c (scm_open_file): Use open_or_open64.
/dports/lang/guile2/guile-2.2.7/libguile/
H A D_scm.h167 #define open_or_open64 CHOOSE_LARGEFILE(open,open64) macro
H A Dfilesys.c203 STRING_SYSCALL (path, c_path, fd = open_or_open64 (c_path, iflags, imode));
1083 oldfd = open_or_open64 (c_oldfile, O_RDONLY | O_BINARY);
1092 newfd = open_or_open64 (c_newfile, O_WRONLY | O_CREAT | O_TRUNC,
H A Dfports.c250 SCM_SYSCALL (fdes = open_or_open64 (file, flags, 0666)); in scm_open_file_with_encoding()
H A DChangeLog-20081172 * fports.c (scm_open_file): Use open_or_open64.