/reactos/sdk/lib/3rdparty/freetype/src/truetype/ |
H A D | ttobjs.c | 810 FT_Bool pedantic ) in tt_size_run_fpgm() argument 833 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm() 902 FT_Bool pedantic ) in tt_size_run_prep() argument 920 exec->pedantic_hinting = pedantic; in tt_size_run_prep() 1018 FT_Bool pedantic ) in tt_size_init_bytecode() argument 1111 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode() 1124 FT_Bool pedantic ) in tt_size_ready_bytecode() argument 1130 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode() 1164 error = tt_size_run_prep( size, pedantic ); in tt_size_ready_bytecode()
|
H A D | ttobjs.h | 380 FT_Bool pedantic ); 384 FT_Bool pedantic ); 388 FT_Bool pedantic );
|
H A D | ttgload.c | 2363 FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); in tt_loader_init() local 2407 error = tt_size_ready_bytecode( size, pedantic ); in tt_loader_init() 2597 error = tt_size_run_prep( size, pedantic ); in tt_loader_init()
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | preproc.c | 183 if(pp_status.pedantic) in pp_del_define() 206 if(pp_status.pedantic) in pp_add_define() 262 if(pp_status.pedantic) in pp_add_macro()
|
H A D | wpp_private.h | 225 int pedantic; /* pedantic option */ member
|
H A D | ppy.y | 278 …| tPPIDENT opt_text tNL { if(pp_status.pedantic) ppy_warning("#ident ignored (arg: '%s')", $2); fr…
|
/reactos/sdk/lib/3rdparty/freetype/src/tools/ftrandom/ |
H A D | Makefile | 23 -pedantic \
|
/reactos/sdk/tools/widl/ |
H A D | widl.h | 37 extern int pedantic;
|
H A D | widl.c | 112 int pedantic = 0; variable 747 pedantic = 1; in main()
|
/reactos/sdk/tools/wpp/ |
H A D | preproc.c | 309 if(pp_status.pedantic) in pp_del_define() 335 if(pp_status.pedantic) in pp_add_define() 394 if(pp_status.pedantic) in pp_add_macro()
|
H A D | wpp_private.h | 236 int pedantic; /* pedantic option */ member
|
H A D | wpp.c | 179 pp_status.pedantic = on; in wpp_set_pedantic()
|
H A D | ppy.y | 296 …| tPPIDENT opt_text tNL { if(pp_status.pedantic) ppy_warning("#ident ignored (arg: '%s')", $2); fr…
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | SAX2.c | 619 if ((ent == NULL) && (ctxt->pedantic)) in xmlSAX2EntityDecl() 638 if ((ent == NULL) && (ctxt->pedantic) && in xmlSAX2EntityDecl() 865 if ((ent == NULL) && (ctxt->pedantic) && in xmlSAX2UnparsedEntityDecl() 885 if ((ent == NULL) && (ctxt->pedantic) && in xmlSAX2UnparsedEntityDecl() 1241 if ((ctxt->pedantic != 0) && (val[0] != 0)) { in xmlSAX2AttributeInternal()
|
H A D | parserInternals.c | 1578 ctxt->pedantic = xmlPedanticParserDefaultValue; in xmlInitParserCtxt() 1579 if (ctxt->pedantic) { in xmlInitParserCtxt()
|
H A D | parser.c | 8478 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "xml:lang"))) { in xmlParseAttribute() 9194 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "lang"))) { in xmlParseAttribute2() 9423 if ((ctxt->pedantic) && (uri->scheme == NULL)) { in xmlParseStartTag2() 15034 ctxt->pedantic = 1; in xmlCtxtUseOptionsInternal() 15038 ctxt->pedantic = 0; in xmlCtxtUseOptionsInternal()
|
H A D | HTMLparser.c | 6846 ctxt->pedantic = 1; in htmlCtxtUseOptions() 6850 ctxt->pedantic = 0; in htmlCtxtUseOptions()
|
H A D | catalog.c | 927 ctxt->pedantic = 0; in xmlParseCatalogFile()
|
H A D | NEWS | 1976 Remove a pedantic warning (Daniel Veillard),
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | parser.h | 255 int pedantic; /* signal pedantic warnings */ member
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | FAQ | 290 up to maximally-pedantic. Can't you guys write proper code?
|
H A D | ChangeLog | 631 - Add ush casts in trees.c to avoid pedantic runtime errors
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 3261 Fixed gcc pedantic warnings. 3312 Fixed gcc -ansi -pedantic compile. A strict ANSI system does not have
|