The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

fgetpos (3)
  • >> fgetpos (3) ( Solaris man: Библиотечные вызовы )
  • fgetpos (3) ( FreeBSD man: Библиотечные вызовы )
  • fgetpos (3) ( Русские man: Библиотечные вызовы )
  • fgetpos (3) ( Linux man: Библиотечные вызовы )
  • fgetpos (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    fgetpos - get current file position information
     
    

    SYNOPSIS

    #include <stdio.h>
    
    int fgetpos(FILE *stream, fpos_t *pos);
    

     

    DESCRIPTION

    The fgetpos() function stores the current value of the file position indicator for the stream pointed to by stream in the object pointed to by pos. The value stored contains unspecified information usable by fsetpos(3C) for repositioning the stream to its position at the time of the call to fgetpos().  

    RETURN VALUES

    Upon successful completion, fgetpos() returns 0. Otherwise, it returns a non-zero value and sets errno to indicate the error.  

    ERRORS

    The fgetpos() function may fail if:

    EBADF

    The file descriptor underlying stream is not valid.

    ESPIPE

    The file descriptor underlying stream is associated with a pipe, a FIFO, or a socket.

    EOVERFLOW

    The current value of the file position cannot be represented correctly in an object of type fpos_t.

     

    USAGE

    The fgetpos() function has a transitional interface for 64-bit file offsets. See lf64(5).  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

     

    SEE ALSO

    fopen(3C), fsetpos(3C), ftell(3C), rewind(3C), ungetc(3C), attributes(5), lf64(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    USAGE
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру