/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | truncate.c | 33 * ftruncate() and truncate() set a file to a specified 46 #define truncate truncate64 macro 73 truncate(const char *path, off_t len) function 81 * truncate() is not a cancellation point,
|
/osnet-11/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 688 bool truncate; local 741 truncate = bitset(O_TRUNC, omode); 742 if (truncate) 758 if (truncate &&
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 75 $io->truncate ( LEN ) 424 sub truncate { subroutine 425 @_ == 2 or croak 'usage: $io->truncate(LEN)'; 426 truncate($_[0], $_[1]);
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | tr.c | 42 "[t:truncate-set1?Truncate \aset1\a to the length of \aset2\a.]" 117 int truncate; member in struct:__anon1499 171 c = tr->level ? -2 : tr->type && !tr->truncate ? tr->prev : -1; 324 tr->truncate = flags & TR_TRUNCATE; 372 else if (tr->truncate) 390 tr->truncate = 1;
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_compat.h | 32 int (*truncate) (const char *, off_t); member in struct:fuse_operations_compat25 91 int (*truncate) (const char *, off_t); member in struct:fuse_operations_compat22 142 int (*truncate) (const char *, off_t); member in struct:fuse_operations_compat2 190 int (*truncate) (const char *, off_t); member in struct:fuse_operations_compat1
|
H A D | fuse.h | 142 int (*truncate) (const char *, off_t); member in struct:fuse_operations 357 * This method is called instead of the truncate() method if the 361 * versions earlier than 2.6.15, the truncate() method will be
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsundelete.h | 49 int truncate; /* Truncate files to exact size. */ member in struct:options
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 300 #if !defined(truncate) && _lib_truncate64 301 #define truncate truncate64 macro
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 153 #define systruncate truncate 843 truncate(const char* path, off_t offset) function
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 286 #if !defined(truncate) && _lib_truncate64 287 #define truncate truncate64 macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 300 #if !defined(truncate) && _lib_truncate64 301 #define truncate truncate64 macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_std.h | 300 #if !defined(truncate) && _lib_truncate64 301 #define truncate truncate64 macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_std.h | 300 #if !defined(truncate) && _lib_truncate64 301 #define truncate truncate64 macro
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perl.h | 1870 # define truncate truncate64 macro
|