Searched defs:pe (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Defirom.c62 * @v pe PE file
66 static void read_pe_info ( void *pe, uint16_t *machine, argument
75 dos = pe;
76 nt = ( pe + dos->e_lfanew );
96 * @v pe EFI file
99 static void make_efi_rom ( FILE *pe, FILE *rom, struct options *opts ) { argument
114 if ( fstat ( fileno ( pe ), &pe_stat ) != 0 ) {
129 if ( fread ( payload, pe_size, 1, pe ) != 1 ) {
H A Delf2efi.c608 * @v pe Output file
612 FILE *pe ) {
627 if ( fwrite ( pe_header, sizeof ( *pe_header ), 1, pe ) != 1 ) {
635 1, pe ) != 1 ) {
643 if ( fseek ( pe, section->hdr.PointerToRawData,
652 1, pe ) != 1 ) ) {
678 FILE *pe; local
721 pe = fopen ( pe_name, "w" );
722 if ( ! pe ) {
727 write_pe_file ( &pe_header, pe_sections, pe );
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dutils.c50 char *pe, *e, esc[4]; local
67 pe = e = xmalloc(es);
75 memcpy(pe, esc, 3);
76 pe += 3;
80 *pe = *p;
81 pe++;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c270 const Char *pe, *pm, *pl; local
284 for (i = 0, pe = ++ptr; *pe; pe++)
285 if (*pe == LBRACKET) {
287 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
289 if (*pe
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c3598 * @pe: TRUE if this is a parameter entity, FALSE if not
3607 int pe, const xmlChar * name)
3663 if (pe != 0)
3682 if (pe != 0) {
3756 * @pe: TRUE if this is a parameter entity, FALSE if not
3767 int pe,
3776 rc = xmlTextWriterWriteVFormatDTDInternalEntity(writer, pe, name,
3786 * @pe: TRUE if this is a parameter entity, FALSE if not
3797 int pe,
3812 rc = xmlTextWriterWriteDTDInternalEntity(writer, pe, nam
3606 xmlTextWriterStartDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name) argument
3766 xmlTextWriterWriteFormatDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const char *format, ...) argument
3796 xmlTextWriterWriteVFormatDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const char *format, va_list argptr) argument
3833 xmlTextWriterWriteDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid, const xmlChar * content) argument
3866 xmlTextWriterWriteDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * content) argument
3910 xmlTextWriterWriteDTDExternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
[all...]
H A Dtestapi.c43513 int pe; /* TRUE if this is a parameter entity, FALSE if not */ local
44213 int pe; /* TRUE if this is a parameter entity, FALSE if not */ local
44289 int pe; /* TRUE if this is a parameter entity, FALSE if not */ local
44413 int pe; /* TRUE if this is a parameter entity, FALSE if not */ local
[all...]
/vbox/src/recompiler/target-i386/
H A Dtranslate.c150 int pe; /* protected mode */ member in struct:DisasContext
927 if (s->pe && (s->cpl > s->iopl || s->vm86)) {
2573 if (s->pe && !s->vm86) {
5000 if (s->pe && !s->vm86) {
5027 if (s->pe && !s->vm86) {
6565 if (s->pe && !s->vm86) {
6594 if (!s->pe) {
7302 if (!s->pe) {
7321 if (!s->pe) {
7339 if (!s->pe) {
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 238 milliseconds