Searched defs:fgets (Results 1 - 7 of 7) sorted by last modified time

/external/srec/portable/include/
H A DPFile.h220 * fgets() implementation for PFile.
224 * @param string See fgets()
225 * @param n See fgets()
227 * @return see fgets()
229 ESR_ReturnCode(*fgets)(struct PFile_t* self, LCHAR* string, int n, LCHAR** result); member in struct:PFile_t
393 * fgets() implementation for PFile.
396 * @param string See fgets()
397 * @param n See fgets()
399 * @return see fgets()
504 * Backwards compatible fgets()
[all...]
/external/openssl/crypto/des/
H A Dread_pwd.c174 #define fgets(a,b,c) noecho_fgets(a,b,c) macro
253 fgets(buf,SIZE,in);
365 fgets(buf,size,tty);
376 fgets(buff,size,tty);
396 perror("fgets(tty)");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h251 /// char *fgets(char *s, int n, FILE *stream);
252 fgets, enumerator in enum:llvm::LibFunc::Func
/external/e2fsprogs/intl/
H A Dlocalealias.c101 # define FGETS(buf, n, fp) fgets (buf, n, fp)
114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/external/bison/darwin-lib/
H A Dstdio.h551 # undef fgets
552 # define fgets rpl_fgets
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream));
560 _GL_CXXALIASWARN (fgets); variable
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
/external/bison/lib/
H A Dunlocked-io.h65 # undef fgets macro
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
68 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/external/bison/linux-lib/
H A Dstdio.h551 # undef fgets
552 # define fgets rpl_fgets
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream));
560 _GL_CXXALIASWARN (fgets); variable
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");

Completed in 155 milliseconds