NULL 192 ansi2knr.c #ifndef NULL
NULL 281 ansi2knr.c if ( out == NULL ) {
NULL 289 ansi2knr.c if ( in == NULL ) {
NULL 303 ansi2knr.c if ( buf == NULL )
NULL 309 ansi2knr.c while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
NULL 322 ansi2knr.c if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
NULL 580 ansi2knr.c if ( breaks == NULL )
NULL 591 ansi2knr.c char *lp = NULL;
NULL 592 ansi2knr.c char *rp = NULL;
NULL 593 ansi2knr.c char *end = NULL;
NULL 604 ansi2knr.c for ( ; end == NULL; p++ )
NULL 37 cdjpeg.c if (sig_cinfo != NULL) {
NULL 38 cdjpeg.c if (sig_cinfo->err != NULL) /* turn off trace output */
NULL 157 cdjpeg.c if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
NULL 175 cdjpeg.c if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
NULL 47 cjpeg.c NULL
NULL 124 cjpeg.c return NULL; /* suppress compiler warnings */
NULL 219 cjpeg.c char * qualityarg = NULL; /* saves -quality parm if any */
NULL 220 cjpeg.c char * qtablefile = NULL; /* saves -qtables filename if any */
NULL 221 cjpeg.c char * qslotsarg = NULL; /* saves -qslots parm if any */
NULL 222 cjpeg.c char * samplearg = NULL; /* saves -sample parm if any */
NULL 223 cjpeg.c char * scansarg = NULL; /* saves -scans parm if any */
NULL 230 cjpeg.c outfilename = NULL;
NULL 240 cjpeg.c outfilename = NULL; /* -outfile applies to just one input file */
NULL 434 cjpeg.c if (qualityarg != NULL) /* process -quality if it was present */
NULL 438 cjpeg.c if (qtablefile != NULL) /* process -qtables if it was present */
NULL 442 cjpeg.c if (qslotsarg != NULL) /* process -qslots if it was present */
NULL 446 cjpeg.c if (samplearg != NULL) /* process -sample if it was present */
NULL 456 cjpeg.c if (scansarg != NULL) /* process -scans if it was present */
NULL 490 cjpeg.c if (progname == NULL || progname[0] == 0)
NULL 525 cjpeg.c if (outfilename == NULL) {
NULL 549 cjpeg.c if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
NULL 559 cjpeg.c if (outfilename != NULL) {
NULL 560 cjpeg.c if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
NULL 297 ckconfig.c if ((outfile = fopen("jconfig.h", "w")) == NULL) {
NULL 49 djpeg.c NULL
NULL 179 djpeg.c outfilename = NULL;
NULL 189 djpeg.c outfilename = NULL; /* -outfile applies to just one input file */
NULL 275 djpeg.c if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
NULL 433 djpeg.c djpeg_dest_ptr dest_mgr = NULL;
NULL 444 djpeg.c if (progname == NULL || progname[0] == 0)
NULL 481 djpeg.c if (outfilename == NULL) {
NULL 505 djpeg.c if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
NULL 515 djpeg.c if (outfilename != NULL) {
NULL 516 djpeg.c if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
NULL 114 example.c if ((outfile = fopen(filename, "wb")) == NULL) {
NULL 306 example.c if ((infile = fopen(filename, "rb")) == NULL) {
NULL 35 jcapimin.c cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
NULL 61 jcapimin.c cinfo->progress = NULL;
NULL 62 jcapimin.c cinfo->dest = NULL;
NULL 64 jcapimin.c cinfo->comp_info = NULL;
NULL 67 jcapimin.c cinfo->quant_tbl_ptrs[i] = NULL;
NULL 72 jcapimin.c cinfo->dc_huff_tbl_ptrs[i] = NULL;
NULL 73 jcapimin.c cinfo->ac_huff_tbl_ptrs[i] = NULL;
NULL 76 jcapimin.c cinfo->script_space = NULL;
NULL 128 jcapimin.c if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL)
NULL 133 jcapimin.c if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL)
NULL 135 jcapimin.c if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL)
NULL 165 jcapimin.c if (cinfo->progress != NULL) {
NULL 173 jcapimin.c if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
NULL 88 jcapistd.c if (cinfo->progress != NULL) {
NULL 133 jcapistd.c if (cinfo->progress != NULL) {
NULL 870 jcarith.c if (entropy->dc_stats[tbl] == NULL)
NULL 883 jcarith.c if (entropy->ac_stats[tbl] == NULL)
NULL 928 jcarith.c entropy->dc_stats[i] = NULL;
NULL 929 jcarith.c entropy->ac_stats[i] = NULL;
NULL 109 jccoefct.c if (coef->whole_image[0] != NULL)
NULL 115 jccoefct.c if (coef->whole_image[0] == NULL)
NULL 120 jccoefct.c if (coef->whole_image[0] == NULL)
NULL 451 jccoefct.c coef->whole_image[0] = NULL; /* flag for no virtual arrays */
NULL 352 jcdctmgr.c cinfo->quant_tbl_ptrs[qtblno] == NULL)
NULL 363 jcdctmgr.c if (fdct->divisors[qtblno] == NULL) {
NULL 398 jcdctmgr.c if (fdct->divisors[qtblno] == NULL) {
NULL 432 jcdctmgr.c if (fdct->float_divisors[qtblno] == NULL) {
NULL 477 jcdctmgr.c fdct->divisors[i] = NULL;
NULL 479 jcdctmgr.c fdct->float_divisors[i] = NULL;
NULL 180 jchuff.c if (htbl == NULL)
NULL 184 jchuff.c if (*pdtbl == NULL)
NULL 1423 jchuff.c if (*htblptr == NULL)
NULL 1434 jchuff.c if (*htblptr == NULL)
NULL 1480 jchuff.c if (entropy->bit_buffer == NULL)
NULL 1510 jchuff.c if (entropy->dc_count_ptrs[tbl] == NULL)
NULL 1530 jchuff.c if (entropy->ac_count_ptrs[tbl] == NULL)
NULL 1570 jchuff.c entropy->dc_derived_tbls[i] = entropy->ac_derived_tbls[i] = NULL;
NULL 1571 jchuff.c entropy->dc_count_ptrs[i] = entropy->ac_count_ptrs[i] = NULL;
NULL 1575 jchuff.c entropy->bit_buffer = NULL; /* needed only in AC refinement scan */
NULL 85 jcmainct.c if (main->whole_image[0] != NULL)
NULL 94 jcmainct.c if (main->whole_image[0] == NULL)
NULL 282 jcmainct.c main->whole_image[0] = NULL; /* flag for no virtual arrays */
NULL 153 jcmarker.c if (qtbl == NULL)
NULL 199 jcmarker.c if (htbl == NULL)
NULL 639 jcmarker.c if (cinfo->quant_tbl_ptrs[i] != NULL)
NULL 645 jcmarker.c if (cinfo->dc_huff_tbl_ptrs[i] != NULL)
NULL 647 jcmarker.c if (cinfo->ac_huff_tbl_ptrs[i] != NULL)
NULL 518 jcmaster.c if (cinfo->scan_info != NULL) {
NULL 719 jcmaster.c if (cinfo->progress != NULL) {
NULL 807 jcmaster.c if (cinfo->scan_info != NULL) {
NULL 34 jcomapi.c if (cinfo->mem == NULL)
NULL 50 jcomapi.c ((j_decompress_ptr) cinfo)->marker_list = NULL;
NULL 73 jcomapi.c if (cinfo->mem != NULL)
NULL 75 jcomapi.c cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
NULL 46 jcparam.c if (*qtblptr == NULL)
NULL 175 jcparam.c if (*htblptr == NULL)
NULL 297 jcparam.c if (cinfo->comp_info == NULL)
NULL 320 jcparam.c cinfo->scan_info = NULL;
NULL 588 jcparam.c if (cinfo->script_space == NULL || cinfo->script_space_size < nscans) {
NULL 94 jctrans.c if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
NULL 96 jctrans.c if (*qtblptr == NULL)
NULL 123 jctrans.c srcinfo->quant_tbl_ptrs[tblno] == NULL)
NULL 127 jctrans.c if (c_quant != NULL) {
NULL 36 jdapimin.c cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
NULL 62 jdapimin.c cinfo->progress = NULL;
NULL 63 jdapimin.c cinfo->src = NULL;
NULL 66 jdapimin.c cinfo->quant_tbl_ptrs[i] = NULL;
NULL 69 jdapimin.c cinfo->dc_huff_tbl_ptrs[i] = NULL;
NULL 70 jdapimin.c cinfo->ac_huff_tbl_ptrs[i] = NULL;
NULL 76 jdapimin.c cinfo->marker_list = NULL;
NULL 206 jdapimin.c cinfo->colormap = NULL;
NULL 57 jdapistd.c if (cinfo->progress != NULL)
NULL 66 jdapistd.c if (cinfo->progress != NULL &&
NULL 110 jdapistd.c if (cinfo->progress != NULL) {
NULL 117 jdapistd.c (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL,
NULL 165 jdapistd.c if (cinfo->progress != NULL) {
NULL 198 jdapistd.c if (cinfo->progress != NULL) {
NULL 706 jdarith.c if (entropy->dc_stats[tbl] == NULL)
NULL 719 jdarith.c if (entropy->ac_stats[tbl] == NULL)
NULL 754 jdarith.c entropy->dc_stats[i] = NULL;
NULL 755 jdarith.c entropy->ac_stats[i] = NULL;
NULL 133 jdatadst.c if (nextbuffer == NULL)
NULL 138 jdatadst.c if (dest->newbuffer != NULL)
NULL 206 jdatadst.c if (cinfo->dest == NULL) { /* first time for this JPEG object? */
NULL 237 jdatadst.c if (outbuffer == NULL || outsize == NULL) /* sanity check */
NULL 243 jdatadst.c if (cinfo->dest == NULL) { /* first time for this JPEG object? */
NULL 255 jdatadst.c dest->newbuffer = NULL;
NULL 257 jdatadst.c if (*outbuffer == NULL || *outsize == 0) {
NULL 260 jdatadst.c if (dest->newbuffer == NULL)
NULL 220 jdatasrc.c if (cinfo->src == NULL) { /* first time for this JPEG object? */
NULL 238 jdatasrc.c src->pub.next_input_byte = NULL; /* until buffer loaded */
NULL 253 jdatasrc.c if (inbuffer == NULL || insize == 0) /* Treat empty input as fatal error */
NULL 260 jdatasrc.c if (cinfo->src == NULL) { /* first time for this JPEG object? */
NULL 125 jdcoefct.c if (coef->pub.coef_arrays != NULL) {
NULL 415 jdcoefct.c if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
NULL 419 jdcoefct.c if (coef->coef_bits_latch == NULL)
NULL 429 jdcoefct.c if ((qtable = compptr->quant_table) == NULL)
NULL 687 jdcoefct.c coef->coef_bits_latch = NULL;
NULL 734 jdcoefct.c coef->pub.coef_arrays = NULL; /* flag for no virtual arrays */
NULL 95 jddctmgr.c inverse_DCT_method_ptr method_ptr = NULL;
NULL 269 jddctmgr.c if (qtbl == NULL) /* happens if no data yet for component */
NULL 343 jdhuff.c if (htbl == NULL)
NULL 347 jdhuff.c if (*pdtbl == NULL)
NULL 1533 jdhuff.c entropy->derived_tbls[i] = NULL;
NULL 1538 jdhuff.c entropy->dc_derived_tbls[i] = entropy->ac_derived_tbls[i] = NULL;
NULL 371 jdinput.c compptr->quant_table = NULL;
NULL 496 jdinput.c if (compptr->quant_table != NULL)
NULL 501 jdinput.c cinfo->quant_tbl_ptrs[qtblno] == NULL)
NULL 631 jdinput.c cinfo->coef_bits = NULL;
NULL 463 jdmainct.c (*cinfo->post->post_process_data) (cinfo, (JSAMPIMAGE) NULL,
NULL 464 jdmainct.c (JDIMENSION *) NULL, (JDIMENSION) 0,
NULL 277 jdmarker.c if (cinfo->comp_info == NULL) /* do only once, even if suspend */
NULL 479 jdmarker.c if (*htblptr == NULL)
NULL 519 jdmarker.c if (cinfo->quant_tbl_ptrs[n] == NULL)
NULL 786 jdmarker.c if (cur_marker == NULL) {
NULL 803 jdmarker.c cur_marker->next = NULL;
NULL 816 jdmarker.c data = NULL;
NULL 839 jdmarker.c if (cur_marker != NULL) { /* will be NULL if bogus length word */
NULL 841 jdmarker.c if (cinfo->marker_list == NULL) {
NULL 845 jdmarker.c while (prev->next != NULL)
NULL 854 jdmarker.c marker->cur_marker = NULL;
NULL 1292 jdmarker.c cinfo->comp_info = NULL; /* until allocated by get_sof */
NULL 1298 jdmarker.c marker->cur_marker = NULL;
NULL 293 jdmaster.c master->quantizer_1pass = NULL;
NULL 294 jdmaster.c master->quantizer_2pass = NULL;
NULL 309 jdmaster.c cinfo->colormap = NULL;
NULL 310 jdmaster.c } else if (cinfo->colormap != NULL) {
NULL 382 jdmaster.c if (cinfo->progress != NULL && ! cinfo->buffered_image &&
NULL 429 jdmaster.c if (cinfo->quantize_colors && cinfo->colormap == NULL) {
NULL 455 jdmaster.c if (cinfo->progress != NULL) {
NULL 500 jdmaster.c cinfo->colormap != NULL) {
NULL 394 jdmerge.c upsample->spare_row = NULL;
NULL 86 jdpostct.c if (post->buffer == NULL) {
NULL 101 jdpostct.c if (post->whole_image == NULL)
NULL 107 jdpostct.c if (post->whole_image == NULL)
NULL 185 jdpostct.c (JSAMPARRAY) NULL, (int) num_rows);
NULL 259 jdpostct.c post->whole_image = NULL; /* flag for no virtual arrays */
NULL 260 jdpostct.c post->buffer = NULL; /* flag for no strip buffer */
NULL 174 jdsample.c *output_data_ptr = NULL; /* safety check */
NULL 58 jdtrans.c if (cinfo->progress != NULL)
NULL 63 jdtrans.c return NULL;
NULL 67 jdtrans.c if (cinfo->progress != NULL &&
NULL 88 jdtrans.c return NULL; /* keep compiler happy */
NULL 123 jdtrans.c if (cinfo->progress != NULL) {
NULL 52 jerror.c NULL
NULL 161 jerror.c const char * msgtext = NULL;
NULL 169 jerror.c } else if (err->addon_message_table != NULL &&
NULL 176 jerror.c if (msgtext == NULL) {
NULL 247 jerror.c err->addon_message_table = NULL;
NULL 144 jmemansi.c if ((info->temp_file = tmpfile()) == NULL)
NULL 139 jmemdos.c if ((env = (const char *) getenv("TMP")) == NULL)
NULL 140 jmemdos.c if ((env = (const char *) getenv("TEMP")) == NULL)
NULL 153 jmemdos.c if ((tfile = fopen(fname, READ_BINARY)) == NULL)
NULL 421 jmemdos.c if (xms_driver == NULL)
NULL 199 jmemmgr.c for (lhdr_ptr = mem->large_list[pool_id]; lhdr_ptr != NULL;
NULL 205 jmemmgr.c for (shdr_ptr = mem->small_list[pool_id]; shdr_ptr != NULL;
NULL 277 jmemmgr.c prev_hdr_ptr = NULL;
NULL 279 jmemmgr.c while (hdr_ptr != NULL) {
NULL 287 jmemmgr.c if (hdr_ptr == NULL) {
NULL 290 jmemmgr.c if (prev_hdr_ptr == NULL) /* first pool in class? */
NULL 300 jmemmgr.c if (hdr_ptr != NULL)
NULL 308 jmemmgr.c hdr_ptr->hdr.next = NULL;
NULL 311 jmemmgr.c if (prev_hdr_ptr == NULL) /* first pool in class? */
NULL 364 jmemmgr.c if (hdr_ptr == NULL)
NULL 539 jmemmgr.c result->mem_buffer = NULL; /* marks array not yet realized */
NULL 569 jmemmgr.c result->mem_buffer = NULL; /* marks array not yet realized */
NULL 598 jmemmgr.c for (sptr = mem->virt_sarray_list; sptr != NULL; sptr = sptr->next) {
NULL 599 jmemmgr.c if (sptr->mem_buffer == NULL) { /* if not realized yet */
NULL 606 jmemmgr.c for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
NULL 607 jmemmgr.c if (bptr->mem_buffer == NULL) { /* if not realized yet */
NULL 639 jmemmgr.c for (sptr = mem->virt_sarray_list; sptr != NULL; sptr = sptr->next) {
NULL 640 jmemmgr.c if (sptr->mem_buffer == NULL) { /* if not realized yet */
NULL 663 jmemmgr.c for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
NULL 664 jmemmgr.c if (bptr->mem_buffer == NULL) { /* if not realized yet */
NULL 768 jmemmgr.c ptr->mem_buffer == NULL)
NULL 853 jmemmgr.c ptr->mem_buffer == NULL)
NULL 950 jmemmgr.c for (sptr = mem->virt_sarray_list; sptr != NULL; sptr = sptr->next) {
NULL 956 jmemmgr.c mem->virt_sarray_list = NULL;
NULL 957 jmemmgr.c for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
NULL 963 jmemmgr.c mem->virt_barray_list = NULL;
NULL 968 jmemmgr.c mem->large_list[pool_id] = NULL;
NULL 970 jmemmgr.c while (lhdr_ptr != NULL) {
NULL 982 jmemmgr.c mem->small_list[pool_id] = NULL;
NULL 984 jmemmgr.c while (shdr_ptr != NULL) {
NULL 1016 jmemmgr.c cinfo->mem = NULL; /* ensures I will be called only once */
NULL 1035 jmemmgr.c cinfo->mem = NULL; /* for safety if init fails */
NULL 1061 jmemmgr.c if (mem == NULL) {
NULL 1086 jmemmgr.c mem->small_list[pool] = NULL;
NULL 1087 jmemmgr.c mem->large_list[pool] = NULL;
NULL 1089 jmemmgr.c mem->virt_sarray_list = NULL;
NULL 1090 jmemmgr.c mem->virt_barray_list = NULL;
NULL 1106 jmemmgr.c if ((memenv = getenv("JPEGMEM")) != NULL) {
NULL 103 jmemname.c if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
NULL 251 jmemname.c if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
NULL 132 jpegtran.c char * scansarg = NULL; /* saves -scans parm if any */
NULL 136 jpegtran.c outfilename = NULL;
NULL 137 jpegtran.c scaleoption = NULL;
NULL 153 jpegtran.c outfilename = NULL; /* -outfile applies to just one input file */
NULL 352 jpegtran.c if (scansarg != NULL) /* process -scans if it was present */
NULL 389 jpegtran.c if (progname == NULL || progname[0] == 0)
NULL 420 jpegtran.c if (outfilename == NULL) {
NULL 444 jpegtran.c if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) {
NULL 467 jpegtran.c if (scaleoption != NULL)
NULL 512 jpegtran.c if (outfilename != NULL) {
NULL 513 jpegtran.c if ((fp = fopen(outfilename, WRITE_BINARY)) == NULL) {
NULL 440 jquant1.c odither = NULL; /* search for matching prior component */
NULL 447 jquant1.c if (odither == NULL) /* need a new table? */
NULL 772 jquant1.c if (cquantize->odither[0] == NULL)
NULL 779 jquant1.c if (cquantize->fserrors[0] == NULL)
NULL 832 jquant1.c cquantize->fserrors[0] = NULL; /* Flag FS workspace not allocated */
NULL 833 jquant1.c cquantize->odither[0] = NULL; /* Also flag odither arrays not allocated */
NULL 280 jquant2.c boxptr which = NULL;
NULL 300 jquant2.c boxptr which = NULL;
NULL 441 jquant2.c if (b1 == NULL) /* no splittable boxes left! */
NULL 1202 jquant2.c if (cquantize->fserrors == NULL)
NULL 1208 jquant2.c if (cquantize->error_limiter == NULL)
NULL 1255 jquant2.c cquantize->fserrors = NULL; /* flag optional arrays not allocated */
NULL 1256 jquant2.c cquantize->error_limiter = NULL;
NULL 1289 jquant2.c cquantize->sv_colormap = NULL;
NULL 200 rdbmp.c if (progress != NULL) {
NULL 216 rdbmp.c if (progress != NULL)
NULL 390 rdbmp.c if (cinfo->progress != NULL) {
NULL 35 rdgif.c return NULL; /* keep compiler happy */
NULL 466 rdjpgcom.c if (progname == NULL || progname[0] == 0)
NULL 490 rdjpgcom.c if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
NULL 500 rdjpgcom.c if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
NULL 90 rdrle.c source->header = *rle_hdr_init(NULL);
NULL 170 rdrle.c if (progress != NULL) {
NULL 263 rdrle.c if (progress != NULL) {
NULL 279 rdrle.c if (progress != NULL) {
NULL 303 rdrle.c if (progress != NULL) {
NULL 328 rdrle.c if (progress != NULL) {
NULL 337 rdrle.c if (progress != NULL)
NULL 90 rdswitch.c if ((fp = fopen(filename, "r")) == NULL) {
NULL 183 rdswitch.c if ((fp = fopen(filename, "r")) == NULL) {
NULL 308 rdtarga.c if (progress != NULL) {
NULL 317 rdtarga.c if (progress != NULL)
NULL 427 rdtarga.c if (cinfo->progress != NULL) {
NULL 436 rdtarga.c source->whole_image = NULL;
NULL 458 rdtarga.c source->colormap = NULL;
NULL 1092 transupp.c info->workspace_coef_arrays = NULL;
NULL 1128 transupp.c if (qtblptr != NULL) {
NULL 1367 transupp.c if (srcinfo->marker_list != NULL &&
NULL 1388 transupp.c if (info->workspace_coef_arrays != NULL)
NULL 1551 transupp.c for (marker = srcinfo->marker_list; marker != NULL; marker = marker->next) {
NULL 300 wrbmp.c if (colormap != NULL) {
NULL 362 wrbmp.c if (progress != NULL) {
NULL 375 wrbmp.c if (progress != NULL)
NULL 429 wrbmp.c if (cinfo->progress != NULL) {
NULL 262 wrgif.c if (colormap != NULL) {
NULL 309 wrgif.c emit_header(dest, 256, (JSAMPARRAY) NULL);
NULL 418 wrjpgcom.c char * comment_arg = NULL;
NULL 419 wrjpgcom.c FILE * comment_file = NULL;
NULL 429 wrjpgcom.c if (progname == NULL || progname[0] == 0)
NULL 442 wrjpgcom.c if ((comment_file = fopen(argv[argn], "r")) == NULL) {
NULL 454 wrjpgcom.c if (comment_arg == NULL)
NULL 475 wrjpgcom.c if (comment_arg != NULL && comment_file != NULL)
NULL 480 wrjpgcom.c if (comment_arg == NULL && comment_file == NULL && argn >= argc)
NULL 485 wrjpgcom.c if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
NULL 495 wrjpgcom.c if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
NULL 512 wrjpgcom.c if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) {
NULL 527 wrjpgcom.c if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
NULL 537 wrjpgcom.c if (comment_arg == NULL) {
NULL 542 wrjpgcom.c if (comment_arg == NULL)
NULL 545 wrjpgcom.c src_file = (comment_file != NULL ? comment_file : stdin);
NULL 554 wrjpgcom.c if (comment_file != NULL)
NULL 112 wrrle.c dest->colormap = NULL;
NULL 139 wrrle.c if (progress != NULL) {
NULL 186 wrrle.c header = *rle_hdr_init(NULL);
NULL 215 wrrle.c if (progress != NULL) {
NULL 229 wrrle.c if (progress != NULL) {
NULL 251 wrrle.c if (progress != NULL) {
NULL 260 wrrle.c if (progress != NULL)