Hi, I am trying to understand how streams are setup, so that I can setup a "dummy" stream when handling input that is in a buffer rather than a file. I notice that tokenize_buffer() always sets up a stream with idx = 0. Does this mean that sparse expects tokenize_buffer() to be only used once in the initialize() phase? The way I am trying to set this up is as follows. I want to allow the user to provide inputs as files, memory buffer, or a combination. I am trying to process the files first, followed by the memory buffer. Therefore I need to use tokenize_buffer() again when processing the memory buffer - but presumably this ought to get a new stream idx rather than 0? Thanks and Regards Dibyendu -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html