Lines Matching refs:temp_cr
526 char temp_cr[255]; in cd9660_createSL() local
543 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()
611 path_count + 2] = temp_cr[j]; in cd9660_createSL()
621 path_count+2] = temp_cr[j]; in cd9660_createSL()
628 temp_cr[1] = dir_count; in cd9660_createSL()
631 temp_cr, dir_count + 2); in cd9660_createSL()
645 temp_cr[i] = '\0'; in cd9660_createSL()