Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dfile.rs82 pub shebang: Option<String>,
99 shebang: None, in parse()
H A Dlib.rs996 let mut shebang = None; in parse_file() localVariable
1001 shebang = Some(content[..idx].to_string()); in parse_file()
1004 shebang = Some(content.to_string()); in parse_file()
1011 file.shebang = shebang; in parse_file()
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dinit.rst40 此处加载非二进制文件(shell脚本?),您应该确保脚本在其工作头(shebang
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dinit.rst43 此處加載非二進制文件(shell腳本?),您應該確保腳本在其工作頭(shebang
/linux/Documentation/admin-guide/
H A Dinit.rst32 shebang header line (``#!/...``) that is fully working (including its
/linux/Documentation/userspace-api/
H A Dcheck_exec.rst39 (e.g. ELF libraries, script's shebang).
/linux/rust/syn/gen/
H A Dclone.rs866 shebang: self.shebang.clone(), in clone()
H A Deq.rs855 self.shebang == other.shebang && self.attrs == other.attrs in eq()
H A Dfold.rs2062 shebang: node.shebang, in fold_file()
H A Dhash.rs1118 self.shebang.hash(state); in hash()
H A Ddebug.rs1296 formatter.field("shebang", &self.shebang); in fmt()
H A Dvisit_mut.rs2012 skip!(node.shebang); in visit_file_mut()
H A Dvisit.rs2098 skip!(node.shebang); in visit_file()