Searched refs:str_index (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Denc_des.c74 int str_index; member in struct:stinfo
505 stp->str_index = sizeof(DES_cblock);
515 stp->str_index = sizeof(DES_cblock);
545 index = stp->str_index;
559 stp->str_index = index;
573 if (stp->str_index)
574 --stp->str_index;
578 index = stp->str_index++;
583 stp->str_index = 1; /* Next time will be 1 */
617 index = stp->str_index;
[all...]
/macosx-10.10.1/libtelnet-13/
H A Denc_des.c90 int str_index; member in struct:fb::stinfo
517 stp->str_index = sizeof(Block);
528 stp->str_index = sizeof(Block);
559 idx = stp->str_index;
573 stp->str_index = idx;
588 if (stp->str_index)
589 --stp->str_index;
593 idx = stp->str_index++;
598 stp->str_index = 1; /* Next time will be 1 */
632 idx = stp->str_index;
[all...]

Completed in 81 milliseconds