Searched defs:missing (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Dsetup.py22 def missing(file): function
68 if not missing(dir + "/libxml2/libxml/tree.h"):
78 if not missing(dir + "/iconv.h"):
99 if missing("libxml2-py.c") or missing("libxml2.py"):
125 if missing("libxslt-py.c") or missing("libxslt.py"):
126 if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
155 if not missing(di
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c518 Fixed a missing \n in an output line; thanks Leonid Broukhis again
712 Void missing ARGS((char *s));
1449 missing(char *s) function
1451 printf("%s*** #define %s missing from limits.h%s\n", co, s, oc);
1458 printf("%s*** #define %s missing from float.h%s\n", co, s, oc);
1588 missing("CHAR_BIT");
1593 missing("CHAR_MAX");
1598 missing("CHAR_MIN");
1603 missing("SCHAR_MAX");
1608 missing("SCHAR_MI
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c5620 int missing = 0; local
5652 if (missing == 0)
5653 missing = 1;
5740 int missing = 0; local
5782 if (missing == 0)
5783 missing = 1;
7806 fprintf(stderr, "callback on %s missing context\n", token);
7812 fprintf(stderr, "callback on %s missing define\n", token);
7818 fprintf(stderr, "callback on %s missing info\n", token);
8021 fprintf(stderr, "callback on %s missing contex
[all...]

Completed in 575 milliseconds