Home
last modified time | relevance | path

Searched refs:temp_sl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c498 char temp_sl[255]; /* used in copying continuation entry*/ in cd9660_createSL() local
558 temp_sl[j] = temp_cr[j]; in cd9660_createSL()
561 temp_sl[0] = SL_FLAGS_CONTINUE; in cd9660_createSL()
562 temp_sl[1] = j - 2; in cd9660_createSL()
566 temp_sl, j); in cd9660_createSL()