Searched refs:truncate (Results 26 - 35 of 35) sorted by relevance

12

/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c107 if ((pp.state & COMPILE) && pp.truncate) return;
653 if (pp.truncate)
1239 else if (!pp.truncate) ppfsm(FSM_MACRO, sym->name);
1854 var.type = pp.truncate;
1855 pp.truncate = PPTOKSIZ;
1857 pp.truncate = var.type;
H A Dpplib.h318 int truncate; /* identifier truncation length */ \
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com575 truncate.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com608 truncate.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com571 truncate.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile549 truncate.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH91 * to truncate files. You might need a -lx to get this routine.
602 * This symbol, if defined, indicates that the truncate routine is
603 * available to truncate files.
H A Dperl.h1870 # define truncate truncate64 macro
H A Dpp_sys.c2059 /* There seems to be no consensus on the length type of truncate()
2063 /* XXX Configure probe for the length type of *truncate() needed XXX */
2073 /* XXX Configure probe for the signedness of the length type of *truncate() needed? XXX */
2092 TAINT_PROPER("truncate");
2125 TAINT_PROPER("truncate");
2127 if (truncate(name, len) < 0)
2151 DIE(aTHX_ "truncate not implemented");
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1075 /* truncate.c */
1077 int truncate(const char *path, off_t len);

Completed in 72 milliseconds

12