OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgetpos
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/compat/include/
stdio.h
42
int
fgetpos
(FILE * __restrict, off_t * __restrict);
/src/lib/libc/compat/stdio/
compat_fgetpos.c
35
* NetBSD:
fgetpos
.c,v 1.11 2003/08/07 16:43:23 agc Exp
53
__warn_references(
fgetpos
,
54
"warning: reference to compatibility
fgetpos
(); include <stdio.h> for correct reference")
58
fgetpos
(FILE * __restrict fp, off_t * __restrict pos)
/src/lib/libc/stdio/
fgetpos.c
1
/* $NetBSD:
fgetpos
.c,v 1.12 2012/01/22 18:36:17 christos Exp $ */
38
static char sccsid[] = "@(#)
fgetpos
.c 8.1 (Berkeley) 6/4/93";
40
__RCSID("$NetBSD:
fgetpos
.c,v 1.12 2012/01/22 18:36:17 christos Exp $");
52
fgetpos
(FILE * __restrict fp, fpos_t * __restrict pos)
function in typeref:typename:int
Makefile.inc
8
fflush.c fgetc.c fgetln.c
fgetpos
.c fgets.c fgetstr.c fgetwc.c \
41
MLINKS+=fseek.3
fgetpos
.3 fseek.3 fseeko.3 fseek.3 fsetpos.3 fseek.3 ftell.3 \
/src/usr.bin/xlint/llib/
llib-lstdc
172
int (
fgetpos
)(FILE *stream, fpos_t *pos);
llib-lposix
125
int (
fgetpos
)(FILE *stream, fpos_t *pos);
/src/include/
stdio.h
285
int
fgetpos
(FILE * __restrict, fpos_t * __restrict) __RENAME(__fgetpos50);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
80
#define
fgetpos
__fgetpos50
8403
INTERCEPTOR(int,
fgetpos
, __sanitizer_FILE *stream, void *pos) {
8405
COMMON_INTERCEPTOR_ENTER(ctx,
fgetpos
, stream, pos);
8406
int ret = REAL(
fgetpos
)(stream, pos);
8424
COMMON_INTERCEPT_FUNCTION(
fgetpos
); \
Completed in 20 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025