Lines Matching refs:string

7 0	string		:\ shell archive or commands for antique kernel text
8 0 string #!/bin/sh Bourne shell script text
9 0 string #!\ /bin/sh Bourne shell script text
10 0 string #!/bin/csh C shell script text
11 0 string #!\ /bin/csh C shell script text
13 0 string #!/bin/ksh Korn shell script text
14 0 string #!\ /bin/ksh Korn shell script text
16 0 string #!/bin/mksh MirBSD Korn shell script text
17 0 string #!\ /bin/mksh MirBSD Korn shell script text
18 0 string #!/usr/bin/env\ mksh MirBSD Korn shell script text
19 0 string #!\ /usr/bin/env\ mksh MirBSD Korn shell script text
20 0 string #!/bin/tcsh Tenex C shell script text
21 0 string #!\ /bin/tcsh Tenex C shell script text
22 0 string #!/usr/local/tcsh Tenex C shell script text
23 0 string #!\ /usr/local/tcsh Tenex C shell script text
24 0 string #!/usr/local/bin/tcsh Tenex C shell script text
25 0 string #!\ /usr/local/bin/tcsh Tenex C shell script text
28 0 string #!/usr/local/bin/zsh Paul Falstad's zsh
29 0 string #!\ /usr/local/bin/zsh Paul Falstad's zsh
30 0 string #!/usr/local/bin/ash Neil Brown's ash
31 0 string #!\ /usr/local/bin/ash Neil Brown's ash
32 0 string #!/usr/local/bin/ae Neil Brown's ae
33 0 string #!\ /usr/local/bin/ae Neil Brown's ae
34 0 string #!/bin/nawk new awk script text
35 0 string #!\ /bin/nawk new awk script text
36 0 string #!/usr/bin/nawk new awk script text
37 0 string #!\ /usr/bin/nawk new awk script text
38 0 string #!/usr/local/bin/nawk new awk script text
39 0 string #!\ /usr/local/bin/nawk new awk script text
40 0 string #!/bin/gawk GNU awk script text
41 0 string #!\ /bin/gawk GNU awk script text
42 0 string #!/usr/bin/gawk GNU awk script text
43 0 string #!\ /usr/bin/gawk GNU awk script text
44 0 string #!/usr/local/bin/gawk GNU awk script text
45 0 string #!\ /usr/local/bin/gawk GNU awk script text
47 0 string #!/bin/awk awk commands text
48 0 string #!\ /bin/awk awk commands text
49 0 string #!/usr/bin/awk awk commands text
50 0 string #!\ /usr/bin/awk awk commands text
51 0 string BEGIN awk commands text
56 0 string #!/bin/perl perl commands text
57 0 string #!\ /bin/perl perl commands text
58 0 string eval\ "exec\ /bin/perl perl commands text
59 0 string #!/usr/bin/perl perl commands text
60 0 string #!\ /usr/bin/perl perl commands text
61 0 string eval\ "exec\ /usr/bin/perl perl commands text
62 0 string #!/usr/local/bin/perl perl commands text
63 0 string #!\ /usr/local/bin/perl perl commands text
64 0 string #!/usr/bin/env\ perl perl commands text
65 0 string #!\ /usr/bin/env\ perl perl commands text
66 0 string eval\ "exec\ /usr/local/bin/perl perl commands text
69 0 string #!/bin/rc Plan 9 rc shell script text
70 0 string #!\ /bin/rc Plan 9 rc shell script text
73 0 string #!/bin/bash Bourne-Again shell script text
74 0 string #!\ /bin/bash Bourne-Again shell script text
75 0 string #!/usr/local/bin/bash Bourne-Again shell script text
76 0 string #!\ /usr/local/bin/bash Bourne-Again shell script text
79 0 string #!\ / a
80 >3 string >\0 %s script text
81 0 string #!/ a
82 >2 string >\0 %s script text
83 0 string #!\ commands text
84 >3 string >\0 for %s
87 0 string #!/bin/mksh MirBSD Korn shell script text, with BOM
88 0 string #!\ /bin/mksh MirBSD Korn shell script text, with BOM
89 0 string #!/usr/bin/env\ mksh MirBSD Korn shell script text, with BOM
90 0 string #!\ /usr/bin/env\ mksh MirBSD Korn shell script text, with BOM
91 0 string #!/bin/perl perl commands text, with BOM
92 0 string #!\ /bin/perl perl commands text, with BOM
93 0 string eval\ "exec\ /bin/perl perl commands text, with BOM
94 0 string #!/usr/bin/perl perl commands text, with BOM
95 0 string #!\ /usr/bin/perl perl commands text, with BOM
96 0 string eval\ "exec\ /usr/bin/perl perl commands text, with BOM
97 0 string #!/usr/local/bin/perl perl commands text, with BOM
98 0 string #!\ /usr/local/bin/perl perl commands text, with BOM
99 0 string #!/usr/bin/env\ perl perl commands text, with BOM
100 0 string #!\ /usr/bin/env\ perl perl commands text, with BOM