repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
lib
/
libc
/
regex
/
data
/
zero.in
blob
2786944eb227f0e828ad278bba73726ab53281e3
1
# cases involving NULs
2
aZb & a a
3
aZb &p a
4
aZb &p# (aZb) aZb
5
aZ*b &p# (ab) ab
6
a.b &# (aZb) aZb
7
a.* &# (aZb)c aZb