HomeSort by: relevance | last modified time | path
    Searched defs:truncate (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/lib/libc/sys/
truncate.c 1 /* $NetBSD: truncate.c,v 1.13 2012/03/20 16:26:12 matt Exp $ */
35 static char sccsid[] = "@(#)truncate.c 8.1 (Berkeley) 6/17/93";
37 __RCSID("$NetBSD: truncate.c,v 1.13 2012/03/20 16:26:12 matt Exp $");
52 truncate(const char *path, off_t length) function
  /src/external/gpl2/groff/dist/src/include/
index.h 33 int truncate; member in struct:index_header
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
XFile.pm 67 C<open>, C<seek>, and C<truncate>. It also overrides the C<getline>
270 =item C<$fh-E<gt>truncate ($len)>
272 Truncate the file to length C<$len>. Die on failure.
276 sub truncate subroutine
279 if (!truncate ($fh, $len))
282 fatal "cannot truncate $file at $len: $!";
  /src/lib/librefuse/refuse/
v11.h 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v11
v21.h 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v21
v22.h 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v22
v23.h 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v23
v25.h 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v25
v26.h 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v26
v28.h 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v28
v29.h 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v29
v30.h 67 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v30
v34.h 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v34
v35.h 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v35
v38.h 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v38
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_masquerade.c 88 int truncate; local
128 for (truncate = 1; *masq == '!'; masq++)
129 truncate = !truncate;
140 if (truncate) {
  /src/tests/kernel/
t_memfd_create.c 138 ATF_TC(truncate); variable
139 ATF_TC_HEAD(truncate, tc)
145 ATF_TC_BODY(truncate, tc)
167 "Truncate did not shrink size to %zu (is %jd)",
173 "Truncate did not grow size to %zu (is %jd)", rwbuf_size,
301 "Seal %x prevented truncate to shrink", except);
303 "Truncate failed unexpectedly (%s)",
312 "Seal %x prevented truncate to shrink", except);
314 "Truncate failed unexpectedly (%s)",
338 "Truncate succeeded unexpectedly")
    [all...]
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 100 #define truncate(a,b) rump_sys_truncate(a,b) macro
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Boolean.h 80 Boolean truncate(unsigned TruncBits) const { return *this; } function in class:clang::interp::Boolean
Integral.h 140 Integral truncate(unsigned TruncBits) const { function in class:clang::interp::Integral
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops-common.h 170 inline int truncate(const wchar_t* path, _off64_t length) function in namespace:filesystem::__gnu_posix
216 using ::truncate;
218 inline int truncate(const char* path, off_t length)
243 inline int truncate(const char*, off_t) { errno = ENOSYS; return -1; }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops-common.h 166 inline int truncate(const wchar_t* path, _off64_t length) function in namespace:filesystem::__gnu_posix
212 using ::truncate;
214 inline int truncate(const char* path, off_t length)
239 inline int truncate(const char*, off_t) { errno = ENOSYS; return -1; }
  /src/external/gpl3/gdb/dist/gdb/
gmp-utils.h 154 void truncate (gdb::array_view<gdb_byte> buf, enum bfd_endian byte_order, function in struct:gdb_mpz
  /src/external/gpl3/gdb.old/dist/gdb/
gmp-utils.h 154 void truncate (gdb::array_view<gdb_byte> buf, enum bfd_endian byte_order, function in struct:gdb_mpz
  /src/external/bsd/ntp/dist/sntp/libopts/
save.c 487 * truncate() emulation for Microsoft C
493 truncate(char const* fname, size_t newsz) function
560 if (truncate(fname, new_sz) < 0)

Completed in 90 milliseconds

1 2 3 4