freebsd-dev/usr.sbin/tzsetup
Marcelo Araujo b916534496 Use NULL instead of 0 for pointers.
fgetln(3) will returns NULL if cannot get a line from a stream.
strsep(3) it will returns NULL if the end of the string was reached.
jemalloc(3) malloc will returns NULL if it cannot allocate memory.
fgetln(3) it will returns NULL if it cannot get a line from a stream.

MFC after:	4 weeks
2016-04-15 04:10:47 +00:00
..
Makefile Convert usr.sbin to LIBADD 2014-11-25 16:57:27 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
tzsetup.8 Grammar: tzsetup now has more than one option. 2012-02-29 14:44:42 +00:00
tzsetup.c Use NULL instead of 0 for pointers. 2016-04-15 04:10:47 +00:00