| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | AutoSplit.pm | 467 my($trunc) = substr($file,0,$maxlen); 468 $notuniq{$dir}{$trunc} = 1 if $shorts{$dir}{$trunc}; 469 $shorts{$dir}{$trunc} = $shorts{$dir}{$trunc} ? 470 "$shorts{$dir}{$trunc}, $file" : $file; 477 foreach my $trunc (sort keys %{$notuniq{$dir}}) { 478 print " $shorts{$dir}{$trunc} truncate to $trunc\n";
|
| D | bigfloat.pl | 153 } elsif ($rnd_mode eq 'trunc') {
|
| /mirbsd/src/lib/libssl/src/crypto/bio/ |
| D | b_dump.c | 80 int i,j,rows,trunc; in BIO_dump_indent() local 84 trunc=0; in BIO_dump_indent() 88 trunc++; in BIO_dump_indent() 148 if (trunc > 0) in BIO_dump_indent() 151 len+trunc); in BIO_dump_indent()
|
| /mirbsd/src/bin/dd/ |
| D | misc.c | 85 if (st.trunc) { in summary() 88 st.trunc, (st.trunc == 1) ? "block" : "blocks"); in summary()
|
| D | conv.c | 180 ++st.trunc; in block() 211 ++st.trunc; in block_close()
|
| D | dd.h | 68 size_t trunc; /* # of truncated records */ member
|
| /mirbsd/src/sys/netisdn/ |
| D | i4b_trace.c | 145 int trunc = 0; in isdn_layer2_trace_ind() local 162 trunc = 1; in isdn_layer2_trace_ind() 163 hdr->trunc = totlen - MCLBYTES; in isdn_layer2_trace_ind() 168 hdr->trunc = 0; in isdn_layer2_trace_ind() 217 if(trunc) in isdn_layer2_trace_ind()
|
| D | i4b_trace.h | 55 int trunc; /* # of truncated bytes (frame > MCLBYTES) */ member
|
| /mirbsd/src/libexec/spamd/ |
| D | sync.c | 282 goto trunc; in sync_recv() 291 goto trunc; in sync_recv() 303 goto trunc; in sync_recv() 313 goto trunc; in sync_recv() 338 goto trunc; in sync_recv() 359 goto trunc; in sync_recv() 381 goto trunc; in sync_recv() 390 trunc: in sync_recv()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/mailstats/ |
| D | mailstats.c | 59 bool trunc; variable 77 trunc = false; 100 trunc = true; 344 if (trunc)
|
| /mirbsd/src/usr.sbin/httpd/src/modules/ssl/ |
| D | ssl_engine_io.c | 466 int i, j, rows, trunc; in ssl_io_data_dump() local 469 trunc = 0; in ssl_io_data_dump() 471 trunc++; in ssl_io_data_dump() 502 if (trunc > 0) in ssl_io_data_dump() 504 "| %04x - <SPACES/NULS>", len + trunc); in ssl_io_data_dump()
|
| /mirbsd/src/usr.bin/mail/ |
| D | quit.c | 288 trunc(obuf); in quit() 325 trunc(abuf); in quit() 384 trunc(obuf); in writeback() 480 trunc(obuf); in edstop()
|
| D | def.h | 260 #define trunc(stream) do { \ macro
|
| /mirbsd/src/gnu/usr.bin/binutils/cpu/ |
| D | iq2000.cpu | 449 (set rt-rs (add rt-rs (ext SI (trunc HI lo16)))) 455 (set rt (add rs (ext SI (trunc HI lo16)))) 461 (set rt-rs (add rt-rs (ext SI (trunc HI lo16)))) 467 (set rt (add rs (ext SI (trunc HI lo16)))) 527 (set rt-rs (and rt-rs (or #xFFFF0000 (ext SI (trunc HI lo16))))) 533 (set rt (and rs (or #xFFFF0000 (ext SI (trunc HI lo16))))) 630 (if (lt rt-rs (ext SI (trunc HI imm))) 638 (if (lt rs (ext SI (trunc HI imm))) 646 (if (ltu rt-rs (ext SI (trunc HI imm))) 654 (if (ltu rs (ext SI (trunc HI imm))) [all …]
|
| D | m32r.cpu | 1222 (if (ne sr (const 0)) (set dr (mod (ext WI (trunc HI dr)) sr))) 1240 (if (ne sr (const 0)) (set dr (mod (ext WI (trunc BI dr)) sr))) 1265 (if (ne sr (const 0)) (set dr (div (ext WI (trunc BI dr)) sr))) 1281 (if (ne sr (const 0)) (set dr (div (ext WI (trunc HI dr)) sr))) 1480 (ext DI (trunc HI (sra WI src2 (const 16)))))) 1497 (ext DI (trunc HI (sra WI src2 (const 16)))))) 1515 (ext DI (trunc HI src2)))) 1532 (ext DI (trunc HI src2)))) 1550 (ext DI (trunc HI (sra WI src2 (const 16)))))) 1564 (ext DI (trunc HI (sra src2 (const 16))))))) [all …]
|
| D | cris.cpu | 1410 ; CGEN-FIXME: I shouldn't have to use trunc here, should I? 1414 ; the trunc. 1420 ((value pc) (add SI (ext SI (trunc HI value)) (add SI pc (if SI current-mach-is-v32 0 4)))) 1838 (ne DI R (zext DI (trunc SI R)))) 1842 (ne DI R (ext DI (trunc SI R)))) 2082 ; FIXME: Make trunc unnecessary. 2083 (set newval (ext SI (trunc QI sconst8))) 2094 ; FIXME: Make trunc unnecessary. 2095 (set newval (ext SI (trunc HI sconst16))) 2107 ; FIXME: Make trunc unnecessary. [all …]
|
| /mirbsd/src/lib/libm/src/ |
| D | s_trunc.c | 37 trunc(double x) in trunc() function
|
| /mirbsd/src/sbin/scsi/ |
| D | libscsi.c | 870 int trunc = 0; in scsi_dump() local 878 trunc = 1; in scsi_dump() 900 fprintf(f, "%s", (trunc) ? "(truncated)...\n" : "\n"); in scsi_dump()
|
| /mirbsd/src/lib/libm/ |
| D | Makefile | 137 tan.3 tanh.3 trunc.3 fmax.3 fdim.3 207 MLINKS+=trunc.3 truncf.3
|
| /mirbsd/src/sbin/fsck_msdos/ |
| D | fat.c | 313 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) in tryclear() argument 319 *trunc = CLUST_EOF; in tryclear()
|
| /mirbsd/src/usr.sbin/isdn/isdntrace/ |
| D | trace.c | 518 if (hdr->trunc > 0) in fmt_hdr() 525 frm_len, hdr->trunc); in fmt_hdr()
|
| /mirbsd/src/include/ |
| D | math.h | 358 double trunc(double);
|
| /mirbsd/src/etc/ |
| D | MAKEDEV.sub | 136 dnl trunc a b - displays the string a minus b removed from the RHS 153 define({-expr_trunc-}, {-$1trunc()
|
| /mirbsd/src/sys/kern/ |
| D | kern_sysctl.c | 890 sysctl__string(oldp, oldlenp, newp, newlen, str, maxlen, trunc) in sysctl__string() argument 897 int trunc; 904 if (trunc == 0 || *oldlenp == 0) 910 if (trunc && *oldlenp < len) {
|
| /mirbsd/src/sbin/ping6/ |
| D | ping6.c | 2503 goto trunc; in pr_retip() 2562 goto trunc; in pr_retip() 2565 goto trunc; in pr_retip() 2570 trunc: in pr_retip()
|