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

1234567891011>>

/external/lldb/test/functionalities/process_launch/
H A Dmain.cpp9 fgets (buffer, sizeof (buffer), stdin);
13 fgets (buffer, sizeof (buffer), stdin);
/external/lldb/test/functionalities/command_script/import/
H A Dmain.c10 while (fgets(line, sizeof(line), stdin)) { // Waiting to be attached...
/external/lldb/test/python_api/hello_world/
H A Dmain.c10 while (fgets(line, sizeof(line), stdin)) { // Waiting to be attached...
/external/lldb/test/python_api/process/io/
H A Dmain.c7 while (fgets(line, sizeof(line), stdin)) { // Reading from stdin...
/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/strace/test/
H A Dwait_must_be_interruptible.c71 fgets(buf1, 80, stdin); printf("%s", buf1);
72 fgets(buf2, 80, stdin); printf("%s", buf2);
73 fgets(buf3, 80, stdin); printf("%s", buf3);
/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/openssl/crypto/lhash/
H A Dlh_test.c76 fgets(buf,256,stdin);
/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/chromium_org/tools/android/ps_ext/
H A Dps_ext.c50 fgets(line, sizeof(line), f);
82 fgets(line, sizeof(line), f);
123 fgets(cmdline, sizeof(cmdline), f);
/external/chromium_org/chrome/tools/convert_dict/
H A Dhunspell_reader.cc30 const char* line = fgets(line_buffer, kLineBufferLen - 1, file);
/external/iproute2/ip/
H A Dipmroute.c61 if (!fgets(buf, sizeof(buf), fp)) {
65 while (fgets(buf, sizeof(buf), fp)) {
88 if (!fgets(buf, sizeof(buf), fp)) {
93 while (fgets(buf, sizeof(buf), fp)) {
/external/libnl/src/
H A Dnl-list-sockets.c30 while (fgets(buf, sizeof(buf), fd)) {
/external/openssl/crypto/bio/
H A Dbio_lcl.h9 #define UP_fgets fgets
/external/pixman/pixman/
H A Dpixman-mips.c50 while (fgets (cpuinfo_line, sizeof (cpuinfo_line), f) != NULL)
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc120 if (fgets(line, 100, fp) == NULL) {
151 if (fgets(line, 100, fp) == NULL) {
180 if (!fgets(line, 100, fp))
190 if (fgets(line, 100, fp))
/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) {
/external/qemu/distrib/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) {
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c118 while (fgets(buf, sizeof(buf), sf)) {
265 while (fgets(buf, sizeof(buf), f)) {
299 while (fgets(buf, sizeof(buf), f)) {
333 while (fgets(buf, sizeof(buf), f)) {
371 while (fgets(buf, sizeof(buf), f)) {
403 while (fgets(buf, sizeof(buf), f)) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPchange.cc51 if (fgets(temp_str, 100, stat_file) == NULL) {
73 if (fgets(first_line, FIRSTLINELEN, in_file) == NULL) {

Completed in 8871 milliseconds

1234567891011>>