HomeSort by relevance Sort by last modified time
    Searched full:fgets (Results 176 - 200 of 518) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/srec/portable/src/
PFileWrap.c 253 temp = fgets ( string, n, (FILE *)self );
  /external/tinyxml/
tinyxml.cpp 997 // Subtle bug here. TinyXml did use fgets. But from the XML spec:
1007 // It is not clear fgets does that, and certainly isn't clear it works cross platform.
1008 // Generally, you expect fgets to translate from the convention of the OS to the c/unix
1012 while( fgets( buf, sizeof(buf), file ) )
    [all...]
xmltest.cpp 546 while ( fgets( verifyBuf, 256, verify ) )
548 fgets( savedBuf, 256, saved );
822 fgets( buf, 1024, textfile );
  /external/webkit/Tools/DumpRenderTree/cg/
ImageDiffCG.cpp 199 while (fgets(buffer, sizeof(buffer), stdin)) {
  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 218 while (fgets(testString, sizeof(testString), stdin)) {
  /external/webkit/Tools/DumpRenderTree/gtk/
ImageDiff.cpp 195 while (fgets(buffer, sizeof(buffer), stdin)) {
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffCairo.cpp 202 while (fgets(buffer, sizeof(buffer), stdin)) {
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 311 while (fgets(filenameBuffer, sizeof(filenameBuffer), stdin)) {
  /frameworks/base/libs/utils/
CallStack.cpp 162 while(fgets(data, 1024, fp)) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 140 #pragma redefine_extname fgets __mfwrap_fgets
  /external/iproute2/ip/
iptunnel.c 415 fgets(buf, sizeof(buf), fp);
416 fgets(buf, sizeof(buf), fp);
418 while (fgets(buf, sizeof(buf), fp) != NULL) {
  /external/openssl/crypto/des/
des.c 767 fgets((char *)b,300,fp);
788 fgets((char *)b,300,fp);
796 fgets((char *)b,300,fp);
  /external/openssl/crypto/ui/
ui_openssl.c 401 if (!fgets(buf,SIZE,in))
438 p=fgets(result,maxsize,tty_in);
440 p=fgets(result,maxsize,tty_in);
  /system/core/toolbox/
top.c 330 fgets(buf, MAX_LINE, file);
371 fgets(line, MAX_LINE, file);
402 while (fgets(line, MAX_LINE, file)) {
  /external/llvm/test/CodeGen/Thumb2/
2009-08-04-ScavengerAssert.ll 74 declare i8* @fgets(i8*, i32, %struct.FILE* nocapture) nounwind
182 %40 = call i8* @fgets(i8* %buff14, i32 512, %struct.FILE* %12) nounwind ; <i8*> [#uses=0]
290 %61 = call i8* @fgets(i8* %buff14, i32 512, %struct.FILE* %12) nounwind ; <i8*> [#uses=1]
349 %70 = call i8* @fgets(i8* %buff14, i32 512, %struct.FILE* %12) nounwind ; <i8*> [#uses=0]
485 %96 = call i8* @fgets(i8* %buff14, i32 512, %struct.FILE* %12) nounwind ; <i8*> [#uses=0]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 
libmudflap.so.0.0.0 
libmudflapth.so 
libmudflapth.so.0 
libmudflapth.so.0.0.0 
  /sdk/emulator/qtools/
trace_reader.cpp 885 while (fgets(buf, kBufSize, fstream)) {
901 while (fgets(buf, kBufSize, fstream)) {
937 while (fgets(buf, kBufSize, fstream)) {
    [all...]
  /system/netd/
CommandListener.cpp 829 fgets(buffer, sizeof(buffer), fp); // Header 1
830 fgets(buffer, sizeof(buffer), fp); // Header 2
831 while(fgets(buffer, sizeof(buffer), fp)) {
    [all...]
  /system/vold/
VolumeManager.cpp 873 while(fgets(line, sizeof(line), fp)) {
985 if (fgets(line, sizeof(line), fp) && sscanf(line, "%d", &mSavedDirtyRatio)) {
1146 while(fgets(line, sizeof(line), fp)) {
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 571 while (fgets (line, 255, glob_file) != NULL)

Completed in 496 milliseconds

1 2 3 4 5 6 78 91011>>