Searched refs:temp_cr (Results 1 – 1 of 1) sorted by relevance
526 char temp_cr[255]; in cd9660_createSL() local543 temp_cr[0] = SL_FLAGS_ROOT; in cd9660_createSL()544 temp_cr[1] = 0; in cd9660_createSL()546 temp_cr, 2); in cd9660_createSL()552 temp_cr[i] = '\0'; in cd9660_createSL()560 temp_cr[0] = SL_FLAGS_CURRENT; in cd9660_createSL()565 temp_cr[0] = SL_FLAGS_PARENT; in cd9660_createSL()569 temp_cr[dir_count+2] = *sl_ptr; in cd9660_createSL()574 temp_cr[dir_count + 2] = *sl_ptr; in cd9660_createSL()587 temp_sl[j] = temp_cr[j]; in cd9660_createSL()[all …]