Searched refs:fp_w (Results 1 – 4 of 4) sorted by relevance
/third_party/bzip2/ |
D | dlltest.c | 121 FILE *fp_w = NULL; in main() local 124 if((fp_w = fopen(fn_w,"wb"))==NULL){ in main() 130 fp_w = stdout; in main() 138 fwrite(buff,1,len,fp_w); in main() 141 if(fp_w != stdout) fclose(fp_w); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | dlltest.c | 121 FILE *fp_w = NULL; in main() local 124 if((fp_w = fopen(fn_w,"wb"))==NULL){ in main() 130 fp_w = stdout; in main() 138 fwrite(buff,1,len,fp_w); in main() 141 if(fp_w != stdout) fclose(fp_w); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | dlltest.c | 121 FILE *fp_w = NULL; in main() local 124 if((fp_w = fopen(fn_w,"wb"))==NULL){ in main() 130 fp_w = stdout; in main() 138 fwrite(buff,1,len,fp_w); in main() 141 if(fp_w != stdout) fclose(fp_w); in main()
|
/third_party/python/Lib/test/ |
D | test_subprocess.py | 736 fp_r, fp_w = os.pipe() 738 default_pipesize = fcntl.fcntl(fp_w, fcntl.F_GETPIPE_SZ) 745 os.close(fp_w)
|