Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c509 char temp_sl[255]; /* used in copying continuation entry*/ in cd9660_createSL() local
569 temp_sl[j] = temp_cr[j]; in cd9660_createSL()
572 temp_sl[0] = SL_FLAGS_CONTINUE; in cd9660_createSL()
573 temp_sl[1] = j - 2; in cd9660_createSL()
577 temp_sl, j); in cd9660_createSL()