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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
fputc.c 2 * fputc.c
9 int fputc(int c, FILE * f) function
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 34 fputc(',', fp);
38 fputc('\n', fp);
45 fputc('\n', fp);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fputc.c 2 Implementation of fputc as declared in <stdio.h>.
43 NetBSD: fputc.c,v 1.12 2003/08/07 16:43:24 agc Exp
44 fputc.c 8.1 (Berkeley) 6/4/93
55 fputc(int c, FILE *fp) function
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 12 int fputc(int, FILE *);
  /frameworks/wilhelm/src/
sllog.h 88 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
95 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
102 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
109 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
116 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
  /frameworks/av/cmds/stagefright/
WaveWriter.h 56 fputc(x & 0xff, mFile);
57 fputc(x >> 8, mFile);
  /external/vboot_reference/tests/futility/
binary_editor.c 36 fputc(c, stdout);
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_output.cpp 35 return EOF != fputc(byte, _file);
  /prebuilts/misc/common/swig/include/2.0.11/guile/
interpreter.i 23 fputc('\n', stderr);
32 fputc('\n', stderr);
  /external/e2fsprogs/lib/ss/
list_rqs.c 69 fputc('\n', output);
73 fputc(' ', output);
75 fputc('\n', output);
  /frameworks/base/tools/bit/
print.cpp 77 fputc('=', stdout);
87 fputc('\n', stdout);
101 fputc('\n', stderr);
115 fputc('\n', stderr);
149 fputc('\n', stderr);
  /external/libvncserver/client_examples/
ppmtest.c 54 fputc((v>>pf->redShift)*256/(pf->redMax+1),f);
55 fputc((v>>pf->greenShift)*256/(pf->greenMax+1),f);
56 fputc((v>>pf->blueShift)*256/(pf->blueMax+1),f);
  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 62 fputc(c, base_fs_file);
79 if (!isspace(spaced_allocs[i + 1])) fputc(',', base_fs_file);
80 } else fputc(spaced_allocs[i], base_fs_file);
  /bionic/tests/
stdio_ext_test.cpp 71 ASSERT_EQ('x', fputc('x', fp));
73 ASSERT_EQ('y', fputc('y', fp));
83 ASSERT_EQ('a', fputc('a', fp));
88 ASSERT_EQ('b', fputc('b', fp));
89 ASSERT_EQ('\n', fputc('\n', fp));
108 ASSERT_EQ('a', fputc('a', fp));
155 ASSERT_TRUE(fputc('x', fp) != EOF);
164 ASSERT_TRUE(fputc('x', fp) != EOF);
186 ASSERT_TRUE(fputc('x', fp) != EOF);
  /external/curl/src/
tool_writeout.c 119 fputc('%', stream);
338 fputc('%', stream);
339 fputc(ptr[1], stream);
347 fputc('\r', stream);
350 fputc('\n', stream);
353 fputc('\t', stream);
357 fputc(*ptr, stream);
358 fputc(ptr[1], stream);
364 fputc(*ptr, stream);
  /external/libgsm/src/
toast_alaw.c 331 if (fputc( S2A( *buf ), out) == EOF) return -1;
toast_ulaw.c     [all...]
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 26 fputc('\n', _file);
  /external/tensorflow/tensorflow/contrib/lite/
error_reporter.cc 43 fputc('\n', stderr);
  /toolchain/binutils/binutils-2.27/libiberty/
partition.c 155 fputc ('[', fp);
173 fputc ('(', fp);
176 fputc (')', fp);
178 fputc (']', fp);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/
splitfile.c 135 fputc (CharC, Out1);
144 fputc (CharC, Out2);
  /external/clang/test/Analysis/
simple-stream-checks.c 12 fputc(*Data, F);
76 fputc(*Data, F);
  /external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_lock.c 77 fputc(*c, stdout);
80 fputc('\n', stdout);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.c 530 fputc (EFI_DEP_SOR, OutFile);
564 fputc (EFI_DEP_BEFORE, OutFile);
597 fputc (EFI_DEP_AFTER, OutFile);
607 fputc (Opcode, OutFile);
623 fputc (Opcode, OutFile);
639 fputc (Opcode, OutFile);
672 fputc (Opcode, OutFile);
684 fputc (EFI_DEP_TRUE, OutFile);
697 fputc (EFI_DEP_FALSE, OutFile);
749 fputc (EFI_DEP_PUSH, OutFile);
    [all...]
  /system/core/libcutils/
open_memstream.c 327 fputc('a', stream);
328 fputc('b', stream);
329 fputc('c', stream);
330 fputc('d', stream);
331 fputc('e', stream);
332 fputc('f', stream);
346 fputc('x', stream);

Completed in 1200 milliseconds

1 2 3 4 5 6 7 8 91011>>