Searched defs:td (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcosync.c52 int td; local
70 if ((td = open(tmp, O_WRONLY|O_CREAT|O_TRUNC|O_cloexec, 0)) >= 0)
71 close(td);
75 if ((td = open(file, mode|O_cloexec)) < 0)
78 dup2(td, fd);
79 close(td);
/ast/src/cmd/mailx/
H A Dspam.c371 register char* td; local
403 for (td = ad; td; td = strchr(td, '.'))
404 if (!strcasecmp(++td, bp))
/ast/src/cmd/codexlib/zip/
H A Ddeflate.c136 Vmalloc_t* vm; /* memory region for tl, td */
159 Huff_t* td; /* literal distance state table */ member in struct:State_s
161 int bd; /* number of bits decoded by td[] */
218 Huff_t* td; /* literal distance state table */ local
220 int bd; /* number of bits decoded by td[] */
231 td = state->td;
279 t = td + GETBITS(bd);
414 state->td = state->fixed_td;
430 Huff_t* td; /* distanc local
[all...]
H A Dimplode.c117 Huff_t *td; member in struct:State_s
252 Huff_t *tb, *tl, *td; /* literal, length, and distance tables */ local
257 td = state->td;
307 t = td + IGETBITS(state, bd);
393 Huff_t *tb, *tl, *td; /* literal, length, and distance tables */ local
398 td = state->td;
447 t = td + IGETBITS(state, bd);
533 Huff_t *tl, *td; /* lengt local
661 Huff_t *tl, *td; /* length and distance state tables */ local
[all...]

Completed in 12 milliseconds