Searched hist:298033 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.sbin/tzsetup/
H A Dtzsetup.cdiff 298033 Fri Apr 15 04:22:57 MDT 2016 araujo 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

Completed in 94 milliseconds