Searched refs:ftruncate (Results 26 - 38 of 38) sorted by relevance

12

/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c2136 if (ftruncate(fd, 0) == -1) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c1680 (void) ftruncate(fileno(fp), 0);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1076 int ftruncate(int fildes, off_t len);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c1246 if (ftruncate(fileno(prov->pxc_file), 0) == -1) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c246 * Use O_TRUNC flag for write access, so that the subsequent ftruncate()
276 rv = ftruncate(fd, sz);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c2319 if (ftruncate(fd, 0) < 0)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1433 if (newfile == 0 && (ftruncate(f, 0) == -1)) {
1434 syslog(LOG_ERR, "ftruncate failed for %s [%m]", data->filename);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1873 # define ftruncate ftruncate64 macro
H A Dpp_sys.c2060 * and ftruncate(), both off_t and size_t have supporters. In
2099 if (ftruncate(PerlIO_fileno(fp), len) < 0)
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c1525 if (ftruncate(dirfd, (off_t) 0) < 0 ||
1526 ftruncate(pagfd, (off_t) 0) < 0)
H A Ddeliver.c5610 (void) ftruncate(sm_io_getinfo(f, SM_IO_WHAT_FD, NULL),
H A Dmilter.c3736 MILTER_DF_ERROR("milter_replbody: ftruncate not available on this platform (%s:%s)");
3739 err = ftruncate(sm_io_getinfo(e->e_dfp,
3744 MILTER_DF_ERROR("milter_replbody: sm_io ftruncate %s: %s");
/osnet-11/usr/src/grub/grub2/
H A Dconfigure30512 for gl_func in chown dup2 dup3 environ euidaccess faccessat fchdir fchownat fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell lchown link linkat lseek pipe2 pread pwrite readlink readlinkat rmdir sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do
[all...]

Completed in 181 milliseconds

12