Unix and Linux Discussions Tagged with errors |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
14,896 |
AIX |
|
|
|
18 |
15,429 |
What is on Your Mind? |
|
|
|
0 |
26,354 |
What is on Your Mind? |
|
|
|
0 |
26,613 |
What is on Your Mind? |
|
|
|
6 |
2,839 |
UNIX for Beginners Questions & Answers |
|
|
|
21 |
9,818 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,489 |
AIX |
|
|
|
4 |
1,471 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,607 |
Shell Programming and Scripting |
|
|
|
1 |
5,518 |
Shell Programming and Scripting |
|
|
|
0 |
2,033 |
Solaris BigAdmin RSS |
|
|
|
2 |
5,636 |
Linux |
|
|
|
1 |
7,602 |
Shell Programming and Scripting |
|
|
|
1 |
4,405 |
SuSE |
|
|
|
3 |
3,776 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,937 |
AIX |
|
|
|
3 |
8,049 |
Solaris |
|
|
|
1 |
2,281 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,403 |
Solaris |
|
|
|
4 |
8,485 |
Shell Programming and Scripting |
|
|
|
1 |
3,513 |
Shell Programming and Scripting |
|
|
|
1 |
6,247 |
HP-UX |
|
|
|
5 |
8,561 |
SCO |
|
|
|
1 |
2,571 |
Shell Programming and Scripting |
|
|
|
4 |
2,565 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
7,400 |
AIX |
|
|
|
3 |
11,923 |
Shell Programming and Scripting |
|
|
|
3 |
6,016 |
Programming |
|
|
|
2 |
4,051 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,865 |
UNIX for Dummies Questions & Answers |
|
|
|
16 |
156,067 |
Programming |
|
|
|
1 |
12,039 |
Linux |
|
|
|
3 |
9,297 |
Shell Programming and Scripting |
|
|
|
5 |
10,723 |
HP-UX |
|
|
|
1 |
2,776 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
16,221 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
31,185 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,075 |
Programming |
|
|
|
6 |
9,802 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,244 |
UNIX for Dummies Questions & Answers |
fgetpos64(3S) fgetpos64(3S)
NAME
fgetpos64(), fopen64(), freopen64(), fseeko64(), fsetpos64(), fstatvfsdev64(), ftello64(), ftw64(), nftw64(), statvfsdev64(), tmpfile64() -
non-POSIX standard API interfaces to support large files.
SYNOPSIS
DESCRIPTION
New API's to support large files. These API interfaces are not a part of the POSIX standard and may be removed in the future.
The function is identical to except that returns the position in a instead of a All other functional behaviors, returns,
and errors are identical.
The function is identical to in 64-bit compile environment. The function returns a pointer to a FILE which can be used to
grow the file past 2 GB if desired. All other functional behaviors, returns, and errors are identical to
The function is identical to in 64-bit compile environment. The function returns a pointer to a FILE which can be used to
grow the file past 2 GB if desired. All other functional behaviors, returns, and errors are identical to
The function is identical to except that accepts an for the size parameter instead of All other functional behaviors,
returns, and errors are identical.
The function is identical to except that accepts an for the pos parameter instead of All other functional behaviors,
returns, and errors are identical.
The function is identical to except that accepts a for the second parameter instead of All other functional behaviors,
returns, and errors are identical.
The function is identical to except that returns the file position in an instead of an All other functional behaviors,
returns, and errors are identical.
The function is identical to except that it that it utilizes a as the second parameter to the function whose pointer is
passed to All other functional behaviors, returns, and errors are identical.
The function is identical to except that it that it utilizes a as the second parameter to the function whose pointer is
passed to All other functional behaviors, returns, and errors are identical.
The function is identical to except that accepts a for the second parameter instead of All other functional behaviors,
returns, and errors are identical.
The function is identical to in the 64-bit compile environment. Both interfaces create a temporary file that is capable
of growing beyond 2GB's if desired. All other functional behaviors, returns, and errors are identical.
SEE ALSO
thread_safety(5).
fgetpos64(3S)