opnsense-src/usr.bin/tip/tip
Poul-Henning Kamp d030d2d2ae Many places in the code NULL is used in integer context, where
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
..
acu.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
acutab.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
cmds.c Removed a buffer overflow in args(). 1997-08-26 10:25:19 +00:00
cmdtab.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
cu.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
dial.sh Tom Gray's new tip changes to support a modem capabilities database and 1995-03-31 11:47:39 +00:00
hunt.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
log.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
Makefile Fixed DPADD. 1997-04-01 07:37:28 +00:00
modems.5 Correct some man page xrefs, and some other minor changes to bring some 1996-04-08 04:18:31 +00:00
partab.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
pathnames.h Rename PATH_LOCK to PATH_UUCPLOCK 1995-09-23 15:17:32 +00:00
remcap.c Tom Gray's new tip changes to support a modem capabilities database and 1995-03-31 11:47:39 +00:00
remote.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
tip.1 Typo fix. 1997-06-14 19:45:00 +00:00
tip.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
tip.h Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAX 1997-08-25 05:02:11 +00:00
tipconf.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
tipout.c Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAX 1997-08-25 05:02:11 +00:00
value.c Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
vars.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00