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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/groff/dist/src/include/
index.h 33 int truncate; member in struct:index_header
  /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/tests/lib/libc/sys/
t_truncate.c 44 static const char path[] = "truncate";
72 atf_tc_fail("ftruncate(2) did not truncate");
110 atf_tc_set_md_var(tc, "descr", "A basic test of truncate(2)");
126 ATF_REQUIRE(truncate(path, sizes[i]) == 0);
132 atf_tc_fail("truncate(2) did not truncate");
147 atf_tc_set_md_var(tc, "descr", "Test errors from truncate(2)");
156 ATF_REQUIRE_ERRNO(EFAULT, truncate((void *)-1, 999) == -1);
159 ATF_REQUIRE_ERRNO(EISDIR, truncate("/etc", 999) == -1);
162 ATF_REQUIRE_ERRNO(ENOENT, truncate("/a/b/c/d/e/f/g", 999) == -1)
    [all...]
  /src/lib/libm/arch/m68k/
s_ceil.S 49 fintx %fp0 | truncate
s_floor.S 50 fintx %fp0 | truncate
  /src/usr.bin/mail/
v7.local.c 76 * Do not remove the spool file, just truncate it to zero
80 if (value(ENAME_KEEP) != NULL || truncate(mailname, (off_t)0) < 0)
  /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/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
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
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
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
truncate1.c 1 /* Check that the truncate syscall works trivially.
31 if (truncate (fname, strlen(tsttxt1) - 10) != 0)
33 perror ("truncate");
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
truncate1.c 1 /* Check that the truncate syscall works trivially.
31 if (truncate (fname, strlen(tsttxt1) - 10) != 0)
33 perror ("truncate");
  /src/external/lgpl3/mpfr/dist/src/
sub1.c 146 /* since we can't have an exact result, for RNDF we can truncate b */
399 goto truncate;
406 or carry = 0 [truncate, but cannot decide inexact flag] */
412 goto truncate;
429 goto truncate;
449 1. sh = 0, then cmp_low=0: we can either truncate, subtract one ulp
454 either we truncate and flag=-1, or we add one ulp and flag=1
456 truncate but we can't decide the ternary value, here cmp_low=0:
458 we always truncate and inexact can be any of -1,0,1
507 truncate if cc - half < bb < cc + hal
    [all...]
sqrt.c 192 goto truncate;
198 truncate:
321 goto truncate;
327 truncate:
466 goto truncate;
472 truncate:
613 else /* usize > rrsize: truncate the input */
632 /* truncate low bits of rp[0] */
645 goto truncate;
663 goto truncate; /* with the default inexact=-1 *
    [all...]
div.c 222 goto truncate;
228 truncate:
370 goto truncate;
376 truncate:
624 goto truncate;
630 truncate:
952 if (usize >= n + n) /* truncate the dividend */
960 if (vsize >= n) /* truncate the divisor */
994 if the round bit is 0, we truncate
1006 goto truncate;
    [all...]
  /src/external/bsd/ntp/dist/sntp/tests/
fileHandlingTest.c 97 if (!truncate(filename, 0))
  /src/external/gpl3/gcc/dist/gcc/
spellcheck.cc 426 candidates.truncate (0);
441 candidates.truncate (0);
450 candidates.truncate (0);
460 candidates.truncate (0);
470 candidates.truncate (0);
  /src/external/gpl3/gcc/dist/libgcc/config/epiphany/
crtrunc.S 1 # initialize config for -mfp-mode=truncate
  /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
crtrunc.S 1 # initialize config for -mfp-mode=truncate

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>