This website requires JavaScript.
Explore
Help
Sign In
mischief
/
openbsd-src
Watch
1
Star
0
Fork
0
You've already forked openbsd-src
mirror of
https://github.com/openbsd/src.git
synced
2025-01-10 06:47:55 -08:00
Code
a9050c90c4
openbsd-src
/
usr.bin
/
grep
History
deraadt
becf52eadd
two globals not needed in NOZ mode
2008-10-16 22:56:32 +00:00
..
binary.c
file.c
two globals not needed in NOZ mode
2008-10-16 22:56:32 +00:00
grep.1
convert to new .Dd format;
2007-05-31 19:19:00 +00:00
grep.c
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
2007-09-02 15:19:07 +00:00
grep.h
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
2007-09-02 15:19:07 +00:00
Makefile
mmfile.c
That should be S_ISREG, dunno why I committed this wrong version;
2006-09-20 14:29:03 +00:00
queue.c
delint; remove redundant vars and functions; ok jaredy@
2006-02-09 09:54:46 +00:00
util.c
Process patterns containing $ end ^ (but not as last or first char)
2007-10-02 17:59:18 +00:00