HomeSort by relevance Sort by last modified time
    Searched refs:fgets (Results 1 - 25 of 596) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/functionalities/process_launch/
main.cpp 9 fgets (buffer, sizeof (buffer), stdin);
13 fgets (buffer, sizeof (buffer), stdin);
  /external/lldb/test/functionalities/command_script/import/
main.c 10 while (fgets(line, sizeof(line), stdin)) { // Waiting to be attached...
  /external/lldb/test/python_api/hello_world/
main.c 10 while (fgets(line, sizeof(line), stdin)) { // Waiting to be attached...
  /external/lldb/test/python_api/process/io/
main.c 7 while (fgets(line, sizeof(line), stdin)) { // Reading from stdin...
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 75 fgets (buf, 160, stderr);
79 fgets (buf, 160, stderr);
83 fgets (buf, 160, stderr);
  /bionic/libc/bionic/
__fgets_chk.cpp 36 * __fgets_chk. Called in place of fgets() when we know the
43 * This fgets check is called if _FORTIFY_SOURCE is defined and
49 __fortify_chk_fail("fgets: buffer size < 0", 0);
53 __fortify_chk_fail("fgets: prevented write past end of buffer", 0);
56 return fgets(dest, supplied_size, stream);
  /external/llvm/tools/llvm-c-test/
helpers.c 25 while (fgets(line, sizeof(line), stdin)) {
  /external/libpng/contrib/gregbook/
readppm.c 89 fgets(ppmline, 256, infile);
107 fgets(ppmline, 256, infile);
112 fgets(ppmline, 256, infile);
  /external/strace/test/
wait_must_be_interruptible.c 71 fgets(buf1, 80, stdin); printf("%s", buf1);
72 fgets(buf2, 80, stdin); printf("%s", buf2);
73 fgets(buf3, 80, stdin); printf("%s", buf3);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
lh_test.c 76 fgets(buf,256,stdin);
  /external/libmtp/examples/
format.c 33 if ( fgets(buff, sizeof(buff), stdin) == NULL ) {
reset.c 33 if ( fgets(buff, sizeof(buff), stdin) == NULL ) {
  /external/openssl/crypto/lhash/
lh_test.c 76 fgets(buf,256,stdin);
  /external/wpa_supplicant_8/hostapd/
nt_password_hash.c 24 if (fgets(buf, sizeof(buf), stdin) == NULL) {
  /system/core/logcat/tests/
logcat_test.cpp 57 while (fgets(buffer, sizeof(buffer), fp)) {
86 while (fgets(buffer, sizeof(buffer), fp)) {
110 while (fgets(buffer, sizeof(buffer), fp)) {
134 while (fgets(buffer, sizeof(buffer), fp)) {
158 while (fgets(buffer, sizeof(buffer), fp)) {
183 while (fgets(buffer, sizeof(buffer), fp)) {
209 while (fgets(buffer, sizeof(buffer), fp)) {
253 while (fgets(buffer, sizeof(buffer), fp)) {
285 while (fgets(buffer, sizeof(buffer), fp)) {
378 while (fgets(buffer, sizeof(buffer), fp))
    [all...]
  /external/libedit/src/
fgetln.c 61 if (fgets(buf, bufsiz, fp) == NULL)
78 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
  /external/bison/lib/
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/chromium_org/tools/android/ps_ext/
ps_ext.c 50 fgets(line, sizeof(line), f);
82 fgets(line, sizeof(line), f);
123 fgets(cmdline, sizeof(cmdline), f);
  /hardware/qcom/display/msm8226/libmemtrack/
kgsl.c 68 if (fgets(line, sizeof(line), fp)) {
100 if (fgets(line, sizeof(line), fp) == NULL) {
125 if (fgets(line, sizeof(line), smaps_fp) == NULL) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
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)
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 38 if (fgets(buffer, sizeof(buffer), f) != NULL) {
  /external/chromium_org/chrome/tools/convert_dict/
hunspell_reader.cc 30 const char* line = fgets(line_buffer, kLineBufferLen - 1, file);

Completed in 551 milliseconds

1 2 3 4 5 6 7 8 91011>>