Searched refs:truncate (Results 1 - 25 of 249) sorted by relevance

12345678910

/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_mathn.rb65 assert_equal( 2, ( 13/5).truncate)
66 assert_equal( 2, ( 5/2).truncate)
67 assert_equal( 2, ( 12/5).truncate)
68 assert_equal(-2, (-12/5).truncate)
69 assert_equal(-2, ( -5/2).truncate)
70 assert_equal(-2, (-13/5).truncate)
72 assert_equal( 2, ( 13/5).truncate(0))
73 assert_equal( 2, ( 5/2).truncate(0))
74 assert_equal( 2, ( 12/5).truncate(0))
75 assert_equal(-2, (-12/5).truncate(
[all...]
/macosx-10.10.1/groff-38/groff/src/include/
H A Dindex.h31 int truncate; member in struct:index_header
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dunistd.h7 int truncate(const char* path, off_t new_size);
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/am/
H A DMakefile6 stat.html sync.html truncate.html upgrade.html verify.html
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_masquerade.c90 int truncate; local
128 for (truncate = 1; *masq == '!'; masq++)
129 truncate = !truncate;
139 if (truncate) {
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Denv004.tcl62 -truncate -mode 0644 $omethod -env $e} $args {data1/datafile1.db}]
66 -truncate -mode 0644 $omethod -env $e} $args {data2/datafile2.db}]
70 -truncate -mode 0644 $omethod -env $e} $args {data3/datafile3.db}]
H A Drep042script.tcl13 # op: operation: one of del or truncate
68 } elseif { $op == "truncate" } {
69 set stat [catch {$db truncate} ret]
H A Dfop003.tcl9 # TEST Test behavior of create and truncate for compatibility
32 puts "\tFop$tnum.a: -truncate is not allowed within\
41 catch {[berkdb_open_noerr -truncate $omethod $args -env $env \
82 puts "\tFop$tnum.d: -create is allowed on open -truncate of\
84 # Use the file we already have with -truncate flag. The open
88 {berkdb_open -create -truncate $omethod} $args $testdir/$file]
H A Dfoputils.tcl16 truncate { do_truncate $omethod $names $txn $env $largs }
49 truncate { do_inmem_truncate $omethod $names $txn $env $largs }
199 # because testing of truncate is meaningful only in cases
204 if {[catch {$db truncate -txn $txn} result]} {
215 if {[catch {$db truncate -txn $txn} result]} {
252 truncate {
320 truncate {
443 truncate {
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.h70 int truncate (const char *, off_t);
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-truncate.el1 ;;; erc-truncate.el --- Functions for truncating ERC buffers
28 ;; support for the Emacs IRC client. Use `erc-truncate-mode' to switch
36 (defgroup erc-truncate nil
43 \(see `erc-truncate-buffer' and `erc-insert-post-hook')."
44 :group 'erc-truncate
47 ;;;###autoload (autoload 'erc-truncate-mode "erc-truncate" nil t)
48 (define-erc-module truncate nil function
54 ((add-hook 'erc-insert-post-hook 'erc-truncate-buffer))
56 ((remove-hook 'erc-insert-post-hook 'erc-truncate
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAtom.h60 /// truncate - Truncates an atom so that TruncPt is the last byte address
62 void truncate(uint64_t TruncPt);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_html_snippet.rb107 text = truncate input
227 res << truncate(text)
230 res << truncate(text)
269 def truncate text method in class:RDoc.list_item_start
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c234 boolean_t altfmt, truncate; local
328 truncate = FALSE;
460 truncate = _doprnt_truncates;
489 truncate = _doprnt_truncates;
494 truncate = _doprnt_truncates;
505 truncate = _doprnt_truncates;
515 truncate = _doprnt_truncates;
525 truncate = _doprnt_truncates;
531 truncate = _doprnt_truncates;
567 if (truncate)
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/xa/
H A Dxa_db.c32 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__xa_methods
142 xam->truncate = dbp->truncate;
147 dbp->truncate = __xa_truncate;
237 dbp->xa_internal)->truncate(dbp, txn, countp, flags));
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dxt-mouse.el125 (defun xterm-mouse-truncate-wrap (f)
128 ;; First try the built-in truncate, in case there's no overflow.
129 (truncate f)
136 (dbig (truncate (/ f maxwrap)))
138 (+ (truncate fdiff) (* maxwrap dbig))))))
148 (timestamp (xterm-mouse-truncate-wrap
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Ddenseranges.cpp50 void truncate(int32_t newLength) { function in class:__anon1261::LargestGaps
148 gaps.truncate(num-1);
/macosx-10.10.1/BerkeleyDB-21/db/test/scr015/
H A DTestTruncate.cpp61 // Now, truncate and make sure that it's really gone.
64 db->truncate(NULL, &nrecords, 0);
65 cout << "truncate returns " << nrecords << "\n";
68 cout << "after truncate get: "
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtokiter.cpp30 token.truncate(0);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dlocdispnames.cpp59 result.truncate(0);
71 result.truncate(0);
99 result.truncate(0);
111 result.truncate(0);
139 result.truncate(0);
151 result.truncate(0);
179 result.truncate(0);
191 result.truncate(0);
219 result.truncate(0);
231 result.truncate(
[all...]
H A Dcharstr.h73 CharString &truncate(int32_t newLength);
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_float.rb12 assert_equal(2, 2.6.truncate)
13 assert_equal(-2, (-2.6).truncate)
15 assert_equal(-2, (-2.4).truncate)
359 assert_equal(1, 1.5.truncate)
364 assert_equal(2, 2.0.truncate)
369 assert_equal(-1, (-1.5).truncate)
374 assert_equal(-2, (-2.0).truncate)
380 assert_raise(FloatDomainError) { inf.truncate }
472 i = f.truncate
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dname2uni.cpp152 name.truncate(0);
201 str.truncate(0);
H A Dfuncrepl.cpp100 rule.truncate(0);
/macosx-10.10.1/PostgreSQL-97/Support/
H A Dpostgres98 truncate $FILE, tell($FILE);

Completed in 182 milliseconds

12345678910