Searched defs:fgets (Results 1 - 4 of 4) sorted by relevance

/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/bison/lib/
H A Dunlocked-io.h66 # undef fgets macro
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
69 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/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/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)");

Completed in 62 milliseconds