Searched defs:trunc (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailstats.c61 bool trunc; local
78 trunc = false;
100 trunc = true;
342 if (trunc)
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c427 dt_node_t *anp, *trunc; local
444 trunc = anp->dn_list;
455 assert(trunc != NULL);
456 if (!dt_node_is_scalar(trunc)) {
479 assert(trunc != NULL);
480 dt_cg(yypcb, trunc);
H A Ddt_consume.c1283 dt_trunc_t *trunc = arg; local
1285 dtrace_aggvarid_t id = trunc->dttd_id;
1293 if (trunc->dttd_remaining == 0)
1296 trunc->dttd_remaining--;
1303 dt_trunc_t trunc; local
1319 trunc.dttd_id = *((dtrace_aggvarid_t *)addr);
1358 trunc.dttd_remaining = remaining;
1360 (void) func(dtp, dt_trunc_agg, &trunc);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c1133 int trunc=0, clexec=0, fn, traceon; local
1309 trunc = io_op[2] = ';';
1479 sh_iosave(shp,fn,indx,tname?fname:(trunc?Empty:0));
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2517 int trunc = 0; local
2525 trunc = 1;
2533 if (!trunc && rw_m.rwl.magic == RWL_MAGIC) {
2640 int trunc = 0; local
2650 trunc = 1;
2658 if (trunc && ps_pdread(ph_p, sh_p->sh_unique,
2692 if (trunc && ps_pdread(ph_p, sh_p->sh_unique,
2710 if (trunc && ps_pdread(ph_p, sh_p->sh_unique,
3036 int trunc = 0; local
3056 trunc
[all...]

Completed in 567 milliseconds