/titanic_41/usr/src/cmd/make/lib/vroot/ |
H A D | truncate.cc | 29 extern int truncate(const char *path, off_t length); 36 vroot_result= truncate(path, vroot_args.truncate.length); in truncate_thunk() 42 vroot_args.truncate.length= length; in truncate_vroot()
|
H A D | Makefile | 33 truncate.o \
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/truncate/ |
H A D | Makefile | 19 TESTDIR = $(ROOTOPTPKG)/tests/functional/truncate 23 truncate.cfg \
|
H A D | truncate_002_pos.ksh | 28 . $STF_SUITE/tests/functional/truncate/truncate.cfg
|
H A D | truncate_001_pos.ksh | 28 . $STF_SUITE/tests/functional/truncate/truncate.cfg
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppmisc.c | 41 if ((pp.state & COMPILE) && pp.truncate && strlen(name) > pp.truncate) in pprefmac() 42 name[pp.truncate] = 0; in pprefmac() 121 if ((pp.state & COMPILE) && pp.truncate) return; in ppassert()
|
H A D | pplex.c | 1334 tp = op - ((pp.truncate && pp.truncate < (HITN - HIT0)) ? (pp.truncate - 1) : (HITN - HIT0)); in ppcpp() 1399 if (pp.truncate && (op - tp) > pp.truncate) tp[pp.truncate] = 0; in ppcpp() 1404 … ((sym->flags & SYM_KEYWORD) && (!pp.truncate || (op - tp) <= pp.truncate || (tp[pp.truncate] = '_… in ppcpp() 1610 if (pp.truncate && (op - tp) > pp.truncate) in ppcpp() 1612 tp[pp.truncate] = 0; in ppcpp()
|
H A D | ppop.c | 33 #define REFONE (pp.truncate?(Hash_table_t*)0:pp.symtab) 34 #define REFALL (pp.truncate?pp.dirtab:pp.symtab) 252 return !strchr(b, ' ') && !strneq(b, "__STD", 5) ? strncmp(a, b, pp.truncate) : strcmp(a, b); in trunccomp() 266 …return memhash(a, (n = strlen(a)) > pp.truncate && !strchr(a, ' ') && !strneq(a, "__STD", 5) ? pp.… in trunchash() 947 if (!pp.truncate) in ppop() 1501 pp.truncate = op; in ppop() 1516 pp.truncate = 0; in ppop()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | truncate.c | 46 #define truncate truncate64 macro 73 truncate(const char *path, off_t len) in truncate() function
|
/titanic_41/usr/src/head/ |
H A D | unistd.h | 210 #pragma redefine_extname truncate truncate64 218 #define truncate truncate64 231 #pragma redefine_extname truncate64 truncate 239 #define truncate64 truncate 551 extern int truncate(const char *, off_t);
|
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | files.c | 129 truncate = 0; in open_locked() local 141 truncate = 1; in open_locked() 191 if (truncate) { in open_locked()
|
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | truncate.c | 36 truncate(char *path, off_t length) in truncate() function
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | truncate.c | 37 truncate(char *path, off_t length) in truncate() function
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 283 #if !defined(truncate) && _lib_truncate64 284 #define truncate truncate64 macro
|
/titanic_41/usr/src/cmd/make/include/vroot/ |
H A D | args.h | 56 struct { int length;} truncate; member
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/ |
H A D | Makefile | 71 truncate \
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | bsd-misc.h | 83 int truncate (const char *path, off_t length);
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 297 #if !defined(truncate) && _lib_truncate64 298 #define truncate truncate64 macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_std.h | 297 #if !defined(truncate) && _lib_truncate64 298 #define truncate truncate64 macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 297 #if !defined(truncate) && _lib_truncate64 298 #define truncate truncate64 macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_std.h | 297 #if !defined(truncate) && _lib_truncate64 298 #define truncate truncate64 macro
|
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | stats_log.c | 338 struct cachefs_log_truncate_record truncate; in stats_log_logfile_read() local 532 if ((! xdr_int(xdrs, &truncate.error)) || in stats_log_logfile_read() 533 (! xdr_int(xdrs, (int *)&truncate.time)) || in stats_log_logfile_read() 534 (! xdr_opaque(xdrs, (caddr_t)&truncate.vfsp, in stats_log_logfile_read() 535 sizeof (truncate.vfsp))) || in stats_log_logfile_read() 536 (! xdr_opaque(xdrs, (caddr_t)&truncate.fid, in stats_log_logfile_read() 537 sizeof (truncate.fid))) || in stats_log_logfile_read() 539 (u_longlong_t *)&truncate.fileno)) || in stats_log_logfile_read() 540 (! xdr_int(xdrs, (int *)&truncate.uid)) || in stats_log_logfile_read() 542 (u_longlong_t *)&truncate.size))) { in stats_log_logfile_read() [all …]
|
/titanic_41/usr/src/tools/make/lib/vroot/ |
H A D | Makefile | 33 truncate.o \
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-misc.c | 106 int truncate (const char *path, off_t length) in truncate() function
|
/titanic_41/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 &&
|