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

/freebsd-9.3-release/usr.bin/mail/
H A Dcollect.cdiff 82793 Sun Sep 02 12:40:51 MDT 2001 ache File positions are off_t nowdays, not long, so:
fseek -> fseeko
ftell -> ftello

NOTE: 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.
H A Dedit.cdiff 82793 Sun Sep 02 12:40:51 MDT 2001 ache File positions are off_t nowdays, not long, so:
fseek -> fseeko
ftell -> ftello

NOTE: 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.
H A Dfio.cdiff 82793 Sun Sep 02 12:40:51 MDT 2001 ache File positions are off_t nowdays, not long, so:
fseek -> fseeko
ftell -> ftello

NOTE: 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.
H A Dquit.cdiff 82793 Sun Sep 02 12:40:51 MDT 2001 ache File positions are off_t nowdays, not long, so:
fseek -> fseeko
ftell -> ftello

NOTE: 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.

Completed in 82 milliseconds