Home
last modified time | relevance | path

Searched refs:fp_w (Results 1 – 4 of 4) sorted by relevance

/third_party/bzip2/
Ddlltest.c121 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/
Ddlltest.c121 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/
Ddlltest.c121 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/
Dtest_subprocess.py736 fp_r, fp_w = os.pipe()
738 default_pipesize = fcntl.fcntl(fp_w, fcntl.F_GETPIPE_SZ)
745 os.close(fp_w)