aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/strings/strings.c
Commit message (Collapse)AuthorAgeFilesLines
* Finish the deorbital burn of the i386-only a.out toolchain.David E. O'Brien2003-06-271-221/+0
| | | | Notes: svn path=/head/; revision=116903
* remove __PWarner Losh2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92922
* Warns cleanups.David Malone2001-12-031-1/+1
| | | | Notes: svn path=/head/; revision=87298
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
| | | | | | | getopt returns -1 not EOF. Notes: svn path=/head/; revision=65428
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* malloc(3) need to allocate one byte more.Poul-Henning Kamp1999-03-291-2/+2
| | | | | | | | PR: 10855 Submitted by: Petteri Holländer <pete@iki.fi> Notes: svn path=/head/; revision=45113
* Use err(3).Philippe Charnier1997-08-111-15/+17
| | | | Notes: svn path=/head/; revision=28072
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Use more complicated printable test to remove unnecessary 8bit charsAndrey A. Chernov1995-12-281-1/+3
| | | | Notes: svn path=/head/; revision=13079
* Localize itAndrey A. Chernov1995-12-281-1/+4
| | | | Notes: svn path=/head/; revision=13076
* >Description:David Greenman1995-02-151-1/+1
| | | | | | | | | | | | | | | | | The "strings" program chokes if you try using "-n". >How-To-Repeat: Try "strings -n SOMENUMBER SOMEFILE". >Fix: Here's a "diff -u" patch that corrects the problem. Submitted by: Lon Willett <lon%softt.uucp@math.utah.edu> via NetBSD Notes: svn path=/head/; revision=6413
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+216
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590