Home | History | Annotate | Download | only in cd9660

Lines Matching defs:working

208 	int ca_used, susp_used, susp_used_pre_ce, working;
212 working = 254 - space;
215 working -= node->su_tail_size + 4;
216 /* printf("There are %i bytes to work with\n",working); */
221 if (working < 0)
227 working -= CD9660_SUSP_ENTRY_SIZE(temp);
228 if (working >= 0) {
232 if (working >= 28) {
243 if (working <= 0) {
738 int working,len;
748 working = 1;
749 while (working) {
760 working = 0;