Searched defs:fgets (Results 1 - 7 of 7) sorted by relevance
/external/srec/portable/include/ |
H A D | PFile.h | 220 * 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/bison/lib/ |
H A D | unlocked-io.h | 65 # 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/e2fsprogs/intl/ |
H A D | localealias.c | 101 # 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/openssl/crypto/des/ |
H A D | read_pwd.c | 174 #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/bison/darwin-lib/ |
H A D | stdio.h | 551 # 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/linux-lib/ |
H A D | stdio.h | 551 # 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/llvm/include/llvm/Target/ |
H A D | TargetLibraryInfo.h | 251 /// char *fgets(char *s, int n, FILE *stream); 252 fgets, enumerator in enum:llvm::LibFunc::Func
|
Completed in 371 milliseconds