/bionic/libc/stdio/ |
fgets.c | 1 /* $OpenBSD: fgets.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */ 45 fgets(char *buf, int n, FILE *fp) function
|
gets.c | 38 "warning: gets() is very unsafe; consider using fgets()");
|
/build/tools/fs_config/ |
fs_config.c | 46 while (fgets(buffer, 1023, stdin) != NULL) {
|
/external/bluetooth/glib/tests/ |
testgdateparser.c | 59 while (fgets(input, 1023, stdin))
|
/external/e2fsprogs/lib/ext2fs/ |
read_bb_file.c | 55 if (fgets(buf, sizeof(buf), f) == NULL)
|
/external/e2fsprogs/util/ |
subst.c | 216 if (fgets(line, sizeof(line), f) == NULL) 286 oldcp = fgets(oldbuf, sizeof(oldbuf), old_f); 287 newcp = fgets(newbuf, sizeof(newbuf), new_f); 368 if (fgets(line, sizeof(line), in) == NULL)
|
/external/iproute2/ip/ |
ipmaddr.c | 93 while (fgets(buf, sizeof(buf), fp)) { 131 fgets(buf, sizeof(buf), fp); 137 while (fgets(buf, sizeof(buf), fp)) { 166 while (fgets(buf, sizeof(buf), fp)) {
|
/external/iproute2/misc/ |
lnstat_util.c | 52 fgets(buf, sizeof(buf)-1, lf->fp); 97 fgets(buf, sizeof(buf)-1, lf->fp); 111 fgets(buf, sizeof(buf)-1, lf->fp); 145 fgets(buf, sizeof(buf)-1, lf->fp);
|
/external/oprofile/daemon/ |
opd_pipe.c | 79 if (fgets(line, 256, fifo_fd) == NULL)
|
/external/wpa_supplicant/ |
wpa_passphrase.c | 40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_passphrase.c | 40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_passphrase.c | 40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio2.h | 135 __wur __warnattr ("please use fgets or getline instead, gets can't " 150 FILE *__restrict __stream), fgets) __wur; 154 __wur __warnattr ("fgets called with bigger size than length " 158 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) function
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
console.cc | 76 // This forces the read() in fgets() to return with errno = EINTR. fgets() 139 while (fgets(input_buffer, sizeof(input_buffer), stdin) != NULL) {
|
/external/oprofile/libpopt/ |
poptparse.c | 155 while (fgets(line, (int)maxlinelen, fp) != NULL) { 182 q[-1] = '\0'; /* kill off newline from fgets() call */ 208 *x = 0; /* null out last char if space (including fgets() NL) */
|
/external/libpng/contrib/gregbook/ |
wpng.c | 123 # define FGETS(buf,len,stream) dos_kbd_gets(buf,len) 126 # define FGETS fgets 213 fgets(tmpline, 80, tmpfile); 334 fgets(pnmline, 256, wpng_info.infile); 347 fgets(pnmline, 256, wpng_info.infile); /* lose any comments */ 351 fgets(pnmline, 256, wpng_info.infile); /* more comment lines */ 455 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) { 485 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) { 517 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1 [all...] |
readppm.c | 89 fgets(ppmline, 256, infile); 107 fgets(ppmline, 256, infile); 112 fgets(ppmline, 256, infile);
|
/system/core/toolbox/ |
vmstat.c | 165 while (fgets(line, MAX_LINE, f)) { 183 while (fgets(line, MAX_LINE, f)) { 206 while (fgets(line, MAX_LINE, f)) {
|
/bionic/libstdc++/include/ |
cstdio | 52 using ::fgets;
|
/external/dhcpcd/compat/ |
getline.c | 68 if (fgets(p, BUFSIZ, fp) == NULL)
|
/external/e2fsprogs/resize/ |
test_extent.c | 30 if (!fgets(buf, sizeof(buf), in))
|
/external/ppp/pppd/plugins/radius/ |
clientid.c | 50 while (fgets(buffer, sizeof(buffer), mapfd) != NULL)
|
/hardware/ti/omap4xxx/ |
mapinfo.c | 56 while(fgets(data, sizeof(data), fp)) {
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdio | 52 using ::fgets;
|
/ndk/sources/cxx-stl/system/include/ |
cstdio | 52 using ::fgets;
|