Searched defs:tend (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c83 time_t tcur, tend; local
94 tend = start + etime;
95 memcpy(&end, localtime(&tend), sizeof(end));
99 while ( tcur < tend ) { /* one iteration per day or part thereof */
104 result[NONPRIME] += tend-tcur;
117 result[hp->h_type] += tend-tcur;
118 tcur = tend;
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c205 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); local
227 for (tp = tbuf; tp < tend; fp->ctf_typemax++) {
347 for (id = 1, tp = tbuf; tp < tend; xp++, id++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c175 const uint8_t *tstart, *tend; local
186 tend = tstart + plen;
194 if (tptr < tstart || tptr+POET_HDRLEN > tend ||
195 tptr+POET_HDRLEN+POET_GET_LENG(tptr) > tend)
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c1405 char *tend, *send; /* tmp and suffix end */ local
1417 tend = &tmp[strlen(tmp)];
1424 while (tend >= tmp && send >= suffix)
1425 if (*tend == *send)
1426 tend--, send--;
1430 *++tend = '\0';
/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c794 char *temp, *tend; local
805 for ( tend = temp + strlen(temp) ; *temp; ) {
822 *tend = '\0';
823 if ( (tend = strrchr(temp, '/')) == NULL ) {
827 *(tend+1) = '\0';
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c2920 uint64_t tend; local
2922 tend = ml->ml_address + ml->ml_size;
2923 if (tstart > end || tend < start)
2929 if (end < tend)
2930 tend = end;
2931 if (rend < tend)
2932 rend = tend;

Completed in 76 milliseconds