Home | History | Annotate | Download | only in tools

Lines Matching defs:const

64    /* We must ensure that zlib uses 'const' in declarations. */
68 #ifdef const
69 /* zlib.h sometimes #defines const to nothing, undo this. */
70 # undef const
97 static_cast<type>(static_cast<const void*>(value))
102 # define aligncastconst(type, value) ((const void*)(value))
757 skip_chunk_type(const struct global *global, png_uint_32 type)
839 const char * file_name;
840 const char * out_name; /* Name of output file (if required) */
916 emit_string(const char *str, FILE *out)
932 static const char *
949 emit_error(struct file *file, int code, const char *what)
954 const char *reason;
1029 file_init(struct file *file, struct global *global, const char *file_name,
1030 const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int))
1088 log_error(struct file *file, int code, const char *what)
1130 stop(struct file *file, int code, const char *what)
1185 stop_invalid(struct file *file, const char *what)
1191 type_message(struct file *file, png_uint_32 type, const char *what)
1220 file_setpos(struct file *file, const fpos_t *pos)
1568 chunk_message(struct chunk *chunk, const char *message)
1583 chunk_init(struct chunk * const chunk, struct file * const file)
1792 IDAT_init(struct IDAT * const idat, struct file * const file)
1836 const struct IDAT_list *cur;
2040 static const char *
2055 static const char *
2080 const char *reason = zlib->z.msg;
2103 const char *reason;
2518 const unsigned int count = list->count;
2795 const png_uint_32 type = file->type;
3567 const char *file_name, const char *out_name)
3652 one_file(struct global *global, const char *file_name, const char *out_name)
3675 usage(const char *prog)
3679 static const char *usage_string[] = {
3858 main(int argc, const char **argv)
3861 const char * prog = *argv;
3862 const char * outfile = NULL;
3863 const char * suffix = NULL;
3864 const char * prefix = NULL;