*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: fseek | Section: 3 | Source: 4.4BSD | File: fseek.3
FSEEK(3F) FSEEK(3F) NAME fseek, ftell - reposition a file on a logical unit SYNOPSIS integer function fseek (lunit, offset, from) integer offset, from integer function ftell (lunit) DESCRIPTION lunit must refer to an open logical unit. offset is an offset in bytes relative to the position specified by from. Valid values for from are: 0 meaning `beginning of the file' 1 meaning `the current position' 2 meaning `the end of the file' The value returned by fseek will be 0 if successful, a system error code otherwise. (See perror(3F)) Ftell returns the current position of the file associated with the specified logical unit. The value is an offset, in bytes, from the be- ginning of the file. If the value returned is negative, it indicates an error and will be the negation of the system error code. (See per- ror(3F)) FILES /usr/lib/libU77.a SEE ALSO fseek(3S), perror(3F) 4.2 Berkeley Distribution April 30, 1991 FSEEK(3F)

Navigation Options