mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
fseek -> fseeko
ftell -> ftello
fseek(x, 0L, 0) -> rewind(x)
NOTE: that fseek/ftell not works for >long offsets per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
[EOVERFLOW] For ftell ( ), the current file offset cannot be represented
correctly in an object of type long.
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| msgs.1 | ||
| msgs.c | ||
| pathnames.h | ||