OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ftell
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/stdio/
ftell.c
1
/* $OpenBSD:
ftell
.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
87
*
ftell
() returns a long and sizeof(off_t) != sizeof(long) on all arches
90
__indr_reference(ftello,
ftell
);
93
ftell
(FILE *fp)
function
/external/bison/darwin-lib/
stdio.h
821
/*
ftell
, ftello. See the comments on fseek/fseeko. */
826
# undef
ftell
830
# undef
ftell
831
# define
ftell
rpl_ftell
833
_GL_FUNCDECL_RPL (
ftell
, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834
_GL_CXXALIAS_RPL (
ftell
, long, (FILE *fp));
836
_GL_CXXALIAS_SYS (
ftell
, long, (FILE *fp));
838
_GL_CXXALIASWARN (
ftell
);
844
# undef
ftell
862
# undef
ftell
macro
[
all
...]
/external/bison/linux-lib/
stdio.h
821
/*
ftell
, ftello. See the comments on fseek/fseeko. */
826
# undef
ftell
830
# undef
ftell
831
# define
ftell
rpl_ftell
833
_GL_FUNCDECL_RPL (
ftell
, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834
_GL_CXXALIAS_RPL (
ftell
, long, (FILE *fp));
836
_GL_CXXALIAS_SYS (
ftell
, long, (FILE *fp));
838
_GL_CXXALIASWARN (
ftell
);
844
# undef
ftell
862
# undef
ftell
macro
[
all
...]
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
286
/// long
ftell
(FILE *stream);
287
ftell
,
enumerator in enum:llvm::LibFunc::Func
Completed in 2727 milliseconds