Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/exec/
H A Dbinfmt_script.py33 # test - produce a binfmt_script hashbang line for testing
35 # @size: bytes for bprm->buf line, including hashbang but not newline
37 # @hashbang: the special 2 bytes for running binfmt_script
46 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