Searched refs:hashbang (Results 1 – 1 of 1) sorted by relevance
33 # test - produce a binfmt_script hashbang line for testing35 # @size: bytes for bprm->buf line, including hashbang but not newline37 # @hashbang: the special 2 bytes for running binfmt_script46 fill="A", arg="", newline="\n", hashbang="#!"): argument 54 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg)69 buf=hashbang + leading + root + middle + target + arg + newline