fseek.3 (d9e3eff33a03bcb668a9c9924443bf3b2d18bd15) | fseek.3 (71b5a4326ddbfff4f2f249acea228dc5e642dd62) |
---|---|
1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 171 unchanged lines hidden (view full) --- 180.It Bq Er EINVAL 181The 182.Fa whence 183argument is invalid. 184The resulting file-position 185indicator would be set to a negative value. 186.It Bq Er EOVERFLOW 187The resulting file offset would be a value which | 1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 171 unchanged lines hidden (view full) --- 180.It Bq Er EINVAL 181The 182.Fa whence 183argument is invalid. 184The resulting file-position 185indicator would be set to a negative value. 186.It Bq Er EOVERFLOW 187The resulting file offset would be a value which |
188cannot be represented correctly in an object of type requested. | 188cannot be represented correctly in an object of type off_t 189for 190.Fn fseeko 191or long for 192.Fn fseek . |
189.El 190.Pp 191The functions 192.Fn fgetpos , 193.Fn fseek , 194.Fn fseeko , 195.Fn fsetpos , 196.Fn ftell , --- 30 unchanged lines hidden --- | 193.El 194.Pp 195The functions 196.Fn fgetpos , 197.Fn fseek , 198.Fn fseeko , 199.Fn fsetpos , 200.Fn ftell , --- 30 unchanged lines hidden --- |