Searched refs:fp_r (Results 1 – 7 of 7) sorted by relevance
/third_party/bzip2/ |
D | dlltest.c | 144 FILE *fp_r = NULL; in main() local 147 if((fp_r = fopen(fn_r,"rb"))==NULL){ in main() 153 fp_r = stdin; in main() 164 while((len=fread(buff,1,0x1000,fp_r))>0){ in main() 168 if(fp_r!=stdin)fclose(fp_r); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | dlltest.c | 144 FILE *fp_r = NULL; in main() local 147 if((fp_r = fopen(fn_r,"rb"))==NULL){ in main() 153 fp_r = stdin; in main() 164 while((len=fread(buff,1,0x1000,fp_r))>0){ in main() 168 if(fp_r!=stdin)fclose(fp_r); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | dlltest.c | 144 FILE *fp_r = NULL; in main() local 147 if((fp_r = fopen(fn_r,"rb"))==NULL){ in main() 153 fp_r = stdin; in main() 164 while((len=fread(buff,1,0x1000,fp_r))>0){ in main() 168 if(fp_r!=stdin)fclose(fp_r); in main()
|
/third_party/musl/arch/mipsn32/bits/ |
D | signal.h | 19 } fp_r; member
|
/third_party/musl/arch/mips/bits/ |
D | signal.h | 18 } fp_r; member
|
/third_party/musl/arch/mips64/bits/ |
D | signal.h | 19 } fp_r; member
|
/third_party/python/Lib/test/ |
D | test_subprocess.py | 736 fp_r, fp_w = os.pipe() 744 os.close(fp_r)
|