control 560 contrib/libtests/tarith.c checkfp_control control; control 586 contrib/libtests/tarith.c control.cnumber = 0; control 587 contrib/libtests/tarith.c control.check_state = start; control 588 contrib/libtests/tarith.c control.at_start = 1; control 589 contrib/libtests/tarith.c control.cdigits_in_state = 0; control 590 contrib/libtests/tarith.c control.limit = command.limit; control 591 contrib/libtests/tarith.c control.state = 0; control 592 contrib/libtests/tarith.c control.is_negative = 0; control 593 contrib/libtests/tarith.c control.is_zero = 1; control 594 contrib/libtests/tarith.c control.number_was_valid = 0; control 596 contrib/libtests/tarith.c result = check_all_characters(&command, control); control 3529 contrib/tools/pngfix.c return file_end(&control->file); control 3538 contrib/tools/pngfix.c struct control *control = png_voidcast(struct control*, control 3540 contrib/tools/pngfix.c return &control->file; control 3546 contrib/tools/pngfix.c struct control *control = png_voidcast(struct control*, file->alloc_ptr); control 3551 contrib/tools/pngfix.c IDAT_init(&control->idat, file); control 3557 contrib/tools/pngfix.c chunk_init(&control->chunk, file); control 3568 contrib/tools/pngfix.c return file_init(&control->file, global, file_name, out_name, control, control 3583 contrib/tools/pngfix.c png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, control, control 3589 contrib/tools/pngfix.c log_error(&control->file, LIBPNG_ERROR_CODE, "OOM allocating png_struct"); control 3590 contrib/tools/pngfix.c control->file.status_code |= INTERNAL_ERROR; control 3594 contrib/tools/pngfix.c rc = setjmp(control->file.jmpbuf); control 3597 contrib/tools/pngfix.c png_set_read_fn(png_ptr, control, read_callback); control 3603 contrib/tools/pngfix.c if (control->file.global->verbose) control 3637 contrib/tools/pngfix.c if (control->file.global->verbose) control 3654 contrib/tools/pngfix.c struct control control; control 3663 contrib/tools/pngfix.c rc = control_init(&control, global, file_name, out_name); control 3666 contrib/tools/pngfix.c rc = read_png(&control); control 3668 contrib/tools/pngfix.c rc |= control_end(&control); control 1282 pngread.c png_controlp control = png_voidcast(png_controlp, control 1283 pngread.c png_malloc_warn(png_ptr, (sizeof *control))); control 1285 pngread.c if (control != NULL) control 1287 pngread.c memset(control, 0, (sizeof *control)); control 1289 pngread.c control->png_ptr = png_ptr; control 1290 pngread.c control->info_ptr = info_ptr; control 1291 pngread.c control->for_write = 0; control 1293 pngread.c image->opaque = control; control 3075 pngread.c png_controlp control = image->opaque; control 3076 pngread.c png_structrp png_ptr = control->png_ptr; control 3077 pngread.c png_inforp info_ptr = control->info_ptr; control 1684 pngwrite.c png_controlp control = png_voidcast(png_controlp, control 1685 pngwrite.c png_malloc_warn(png_ptr, (sizeof *control))); control 1687 pngwrite.c if (control != NULL) control 1689 pngwrite.c memset(control, 0, (sizeof *control)); control 1691 pngwrite.c control->png_ptr = png_ptr; control 1692 pngwrite.c control->info_ptr = info_ptr; control 1693 pngwrite.c control->for_write = 1; control 1695 pngwrite.c image->opaque = control;