Searched refs:fgets (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/external/autotest/client/profilers/powertop/src/
H A Dmisctips.c60 if (!fgets(buffer, 1023, file)) {
73 if (!fgets(buffer, 1023, file)) {
103 if (!fgets(buffer, 1023, file)) {
125 if (!fgets(buffer, 1023, file)) {
167 if (!fgets(buffer, 1023, file)) {
194 if (!fgets(buffer, 1023, file))
229 if (!fgets(buffer, 1023, file)) {
249 if (!fgets(buffer, 1023, file))
290 if (!fgets(buffer, 1023, file)) {
H A Dconfig.c50 if (fgets(line, 100, file) == NULL)
60 if (fgets(version, 100, file) == NULL) {
78 if (fgets(line, 100, file) == NULL)
H A Dusb.c88 if (fgets(line, 1023,file)==NULL) {
103 if (fgets(line, 1023,file)==NULL) {
H A Dxrandr.c60 if (fgets(line, 1024, file)==NULL)
H A Dbluetooth.c136 fgets(line,2048,file);
138 fgets(line, 2047, file);
H A Durbnum.c77 fgets(name, 4096, file);
84 fgets(name, 4096, file);
104 fgets(name, 4096, file);
111 fgets(vendor, 4096, file);
154 fgets(buffer, 4095, file);
/external/llvm/tools/llvm-c-test/
H A Dhelpers.c25 while (fgets(line, sizeof(line), stdin)) {
/external/libpng/contrib/gregbook/
H A Dreadppm.c89 fgets(ppmline, 256, infile);
107 fgets(ppmline, 256, infile);
112 fgets(ppmline, 256, infile);
/external/libvncserver/examples/
H A Dpnmshow24.c37 fgets(buffer,1024,in);
45 fgets(buffer,1024,in);
51 fgets(buffer,1024,in);
/external/autotest/client/tests/kvm/deps/test_clock_getres/
H A Dtest_clock_getres.c37 while (fgets(line, 80, fr) != NULL) {
/external/fio/exp/
H A Dtest-expression-parser.c38 if (fgets(buffer, 90, stdin) == NULL)
/external/libmtp/examples/
H A Dformat.c33 if ( fgets(buff, sizeof(buff), stdin) == NULL ) {
H A Dreset.c33 if ( fgets(buff, sizeof(buff), stdin) == NULL ) {
/external/opencv3/3rdparty/tbb/
H A Dandroid_additional.h10 char* pbuf = fgets(buf, sizeof(buf), cpuPossible);
/external/selinux/libselinux/src/
H A Dquery_user_context.c25 if (fgets(response, sizeof(response), stdin) == NULL)
51 if (fgets(response, sizeof(response), stdin) == NULL)
85 if (fgets(newfield, newfieldlen, stdin) == NULL)
133 if (fgets(response, sizeof(response), stdin) == NULL
/external/toybox/toys/other/
H A Dlsmod.c25 while (fgets(toybuf, sizeof(toybuf), file)) {
H A Dlsusb.c32 while (fgets(toybuf, sizeof(toybuf), file))
/external/wpa_supplicant_8/hostapd/
H A Dnt_password_hash.c24 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/external/libedit/src/
H A Dfgetln.c61 if (fgets(buf, bufsiz, fp) == NULL)
78 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
/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/c-ares/
H A Dares__read_line.c51 if (!fgets(*buf + offset, bytestoread, fp))
/external/dhcpcd-6.8.2/compat/
H A Dgetline.c68 if (fgets(p, BUFSIZ, fp) == NULL)
/external/libnl/src/
H A Dnl-list-sockets.c30 while (fgets(buf, sizeof(buf), fd)) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_passphrase.c34 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/external/libselinux/src/
H A Dinit.c56 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
74 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {

Completed in 798 milliseconds

1234567891011>>