Home
last modified time | relevance | path

Searched refs:pedantic (Results 1 – 23 of 23) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttobjs.c810 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 Dttobjs.h380 FT_Bool pedantic );
384 FT_Bool pedantic );
388 FT_Bool pedantic );
H A Dttgload.c2363 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 Dpreproc.c183 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 Dwpp_private.h225 int pedantic; /* pedantic option */ member
H A Dppy.y278 …| 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 DMakefile23 -pedantic \
/reactos/sdk/tools/widl/
H A Dwidl.h37 extern int pedantic;
H A Dwidl.c112 int pedantic = 0; variable
747 pedantic = 1; in main()
/reactos/sdk/tools/wpp/
H A Dpreproc.c309 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 Dwpp_private.h236 int pedantic; /* pedantic option */ member
H A Dwpp.c179 pp_status.pedantic = on; in wpp_set_pedantic()
H A Dppy.y296 …| tPPIDENT opt_text tNL { if(pp_status.pedantic) ppy_warning("#ident ignored (arg: '%s')", $2); fr…
/reactos/sdk/lib/3rdparty/libxml2/
H A DSAX2.c619 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 DparserInternals.c1578 ctxt->pedantic = xmlPedanticParserDefaultValue; in xmlInitParserCtxt()
1579 if (ctxt->pedantic) { in xmlInitParserCtxt()
H A Dparser.c8478 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 DHTMLparser.c6846 ctxt->pedantic = 1; in htmlCtxtUseOptions()
6850 ctxt->pedantic = 0; in htmlCtxtUseOptions()
H A Dcatalog.c927 ctxt->pedantic = 0; in xmlParseCatalogFile()
H A DNEWS1976 Remove a pedantic warning (Daniel Veillard),
/reactos/sdk/include/reactos/libs/libxml/
H A Dparser.h255 int pedantic; /* signal pedantic warnings */ member
/reactos/sdk/lib/3rdparty/zlib/
H A DFAQ290 up to maximally-pedantic. Can't you guys write proper code?
H A DChangeLog631 - Add ush casts in trees.c to avoid pedantic runtime errors
/reactos/dll/3rdparty/libpng/docs/
H A DCHANGES3261 Fixed gcc pedantic warnings.
3312 Fixed gcc -ansi -pedantic compile. A strict ANSI system does not have