Searched defs:ftruncate (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dtruncate.c33 * ftruncate() and truncate() set a file to a specified
45 #define ftruncate ftruncate64 macro
57 ftruncate(int fildes, off_t len) function
85 if ((fd = open(path, O_WRONLY)) == -1 || ftruncate(fd, len) == -1)
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h56 int (*ftruncate) (const char *, off_t, struct fuse_file_info *); member in struct:fuse_operations_compat25
H A Dfuse.h83 * releasedir, fsyncdir, access, create, ftruncate, fgetattr, lock,
358 * truncation was invoked from an ftruncate() system call.
366 int (*ftruncate) (const char *, off_t, struct fuse_file_info *); member in struct:fuse_operations
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h292 #if !defined(ftruncate) && _lib_ftruncate64
293 #define ftruncate ftruncate64 macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dast_std.h278 #if !defined(ftruncate) && _lib_ftruncate64
279 #define ftruncate ftruncate64 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h292 #if !defined(ftruncate) && _lib_ftruncate64
293 #define ftruncate ftruncate64 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h292 #if !defined(ftruncate) && _lib_ftruncate64
293 #define ftruncate ftruncate64 macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h292 #if !defined(ftruncate) && _lib_ftruncate64
293 #define ftruncate ftruncate64 macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1226 # define NOFTRUNCATE 0 /* has (simulated) ftruncate call */
1252 # define ftruncate chsize /* use chsize(2) to emulate ftruncate */ macro
1304 # define NOFTRUNCATE 1 /* do not have ftruncate(2) */
1854 # define NOFTRUNCATE 1 /* lacks ftruncate() */
2322 # define NOFTRUNCATE 1 /* do not have ftruncate(2) */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1873 # define ftruncate ftruncate64 macro

Completed in 70 milliseconds