Searched refs:fn_w (Results 1 – 3 of 3) sorted by relevance
/third_party/bzip2/ |
D | dlltest.c | 74 char *fn_w = NULL; in main() local 109 fn_w = *argv; in main() 112 fn_w = NULL; in main() 123 if(fn_w){ in main() 124 if((fp_w = fopen(fn_w,"wb"))==NULL){ in main() 125 printf("can't open [%s]\n",fn_w); in main() 159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL) in main() 160 || (fn_w !=NULL && (BZ2fp_w = BZ2_bzopen(fn_w,mode))==NULL)){ in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | dlltest.c | 74 char *fn_w = NULL; in main() local 109 fn_w = *argv; in main() 112 fn_w = NULL; in main() 123 if(fn_w){ in main() 124 if((fp_w = fopen(fn_w,"wb"))==NULL){ in main() 125 printf("can't open [%s]\n",fn_w); in main() 159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL) in main() 160 || (fn_w !=NULL && (BZ2fp_w = BZ2_bzopen(fn_w,mode))==NULL)){ in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | dlltest.c | 74 char *fn_w = NULL; in main() local 109 fn_w = *argv; in main() 112 fn_w = NULL; in main() 123 if(fn_w){ in main() 124 if((fp_w = fopen(fn_w,"wb"))==NULL){ in main() 125 printf("can't open [%s]\n",fn_w); in main() 159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL) in main() 160 || (fn_w !=NULL && (BZ2fp_w = BZ2_bzopen(fn_w,mode))==NULL)){ in main()
|