/reactos/sdk/include/reactos/wine/ |
H A D | library.h | 142 ent->LimitLow = (WORD)limit; in wine_ldt_set_limit() 143 ent->HighWord.Bits.LimitHi = (limit >> 16); in wine_ldt_set_limit() 147 return (void *)(ent->BaseLow | in wine_ldt_get_base() 153 unsigned int limit = ent->LimitLow | (ent->HighWord.Bits.LimitHi << 16); in wine_ldt_get_limit() 159 ent->HighWord.Bits.Dpl = 3; in wine_ldt_set_flags() 160 ent->HighWord.Bits.Pres = 1; in wine_ldt_set_flags() 161 ent->HighWord.Bits.Type = flags; in wine_ldt_set_flags() 162 ent->HighWord.Bits.Sys = 0; in wine_ldt_set_flags() 163 ent->HighWord.Bits.Reserved_0 = 0; in wine_ldt_set_flags() 168 unsigned char ret = ent->HighWord.Bits.Type; in wine_ldt_get_flags() [all …]
|
/reactos/dll/win32/iphlpapi/ |
H A D | ifenum_reactos.c | 66 tcpFile, ent->tei_instance); in tdiGetMibForIfEntity() 94 entry->ent.if_index, in tdiGetMibForIfEntity() 95 entry->ent.if_type, in tdiGetMibForIfEntity() 96 entry->ent.if_mtu, in tdiGetMibForIfEntity() 97 entry->ent.if_speed, in tdiGetMibForIfEntity() 98 entry->ent.if_physaddrlen); in tdiGetMibForIfEntity() 107 entry->ent.if_descrlen, in tdiGetMibForIfEntity() 108 entry->ent.if_descr); in tdiGetMibForIfEntity() 295 memcpy( ent, &entitySet[i], sizeof(*ent) ); in getNthInterfaceEntity() 366 memcpy(interfaceName, ifInfo.if_info.ent.if_descr, ifInfo.if_info.ent.if_descrlen); in getInterfaceNameByIndex() [all …]
|
H A D | ipstats_reactos.c | 61 return (ent->tei_entity == CL_NL_ENTITY || in isIpEntity() 62 ent->tei_entity == CO_NL_ENTITY); in isIpEntity() 86 memcpy( ent, &entitySet[i], sizeof(*ent) ); in getNthIpEntity() 104 tcpFile, ent->tei_instance); in tdiGetMibForIpEntity() 109 req.ID.toi_entity = *ent; in tdiGetMibForIpEntity() 154 tcpFile, ent->tei_instance); in tdiGetRoutesForIpEntity() 161 ent->tei_instance, in tdiGetRoutesForIpEntity() 175 tcpFile, ent->tei_instance); in tdiGetIpAddrsForIpEntity() 182 ent->tei_instance, in tdiGetIpAddrsForIpEntity() 429 TDIEntityID ent; in getRouteTable() local [all …]
|
H A D | iphlpapi_private.h | 109 IFEntry ent; member 144 NTSTATUS getNthIpEntity( HANDLE tcpFile, DWORD index, TDIEntityID *ent ); 145 NTSTATUS tdiGetIpAddrsForIpEntity( HANDLE tcpFile, TDIEntityID *ent,
|
H A D | iphlpapi_main.c | 3025 requiredSize += ifInfo.if_info.ent.if_descrlen + 1; //FIXME in GetAdaptersAddresses() 3028 requiredSize += ifInfo.if_info.ent.if_descrlen + 1; in GetAdaptersAddresses() 3073 currentLocation += ifInfo.if_info.ent.if_descrlen + 1; in GetAdaptersAddresses() 3122 … memcpy(currentAddress->AdapterName, ifInfo.if_info.ent.if_descr, ifInfo.if_info.ent.if_descrlen); in GetAdaptersAddresses() 3123 currentAddress->AdapterName[ifInfo.if_info.ent.if_descrlen] = '\0'; in GetAdaptersAddresses() 3154 …memcpy(currentAddress->PhysicalAddress, ifInfo.if_info.ent.if_physaddr, ifInfo.if_info.ent.if_phys… in GetAdaptersAddresses() 3155 currentAddress->PhysicalAddressLength = ifInfo.if_info.ent.if_physaddrlen; in GetAdaptersAddresses() 3161 currentAddress->Mtu = ifInfo.if_info.ent.if_mtu; in GetAdaptersAddresses() 3164 currentAddress->IfType = ifInfo.if_info.ent.if_type; in GetAdaptersAddresses() 3167 if(ifInfo.if_info.ent.if_operstatus >= IF_OPER_STATUS_CONNECTING) in GetAdaptersAddresses()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | entities.c | 971 cur->etype = ent->etype; in xmlCopyEntity() 972 if (ent->name != NULL) in xmlCopyEntity() 974 if (ent->ExternalID != NULL) in xmlCopyEntity() 976 if (ent->SystemID != NULL) in xmlCopyEntity() 978 if (ent->content != NULL) in xmlCopyEntity() 980 if (ent->orig != NULL) in xmlCopyEntity() 982 if (ent->URI != NULL) in xmlCopyEntity() 1054 switch (ent->etype) { in xmlDumpEntityDecl() 1059 if (ent->orig != NULL) in xmlDumpEntityDecl() 1093 if (ent->orig != NULL) in xmlDumpEntityDecl() [all …]
|
H A D | parser.c | 144 (ent->content != NULL) && (ent->checked == 0) && in xmlParserEntityCheck() 149 ent->checked = 1; in xmlParserEntityCheck() 165 ent->checked |= 1; in xmlParserEntityCheck() 2715 } else if ((ent != NULL) && (ent->content != NULL)) { in xmlStringLenDecodeEntities() 4052 (ent->content != NULL) && (ent->checked == 0)) { in xmlParseAttValueComplex() 7216 if ((ent->content != NULL) && (xmlStrchr(ent->content, '<'))) in xmlParseReference() 7325 ent->URI, ent->ExternalID, NULL); in xmlParseReference() 7485 if ((ent->last != ent->children) && in xmlParseReference() 7654 if (((ent->checked & 1) || (ent->checked == 0)) && in xmlParseEntityRef() 7683 return(ent); in xmlParseEntityRef() [all …]
|
H A D | debugXML.c | 641 if (ent == NULL) { in xmlCtxtDumpEntityDecl() 651 if (ent->name != NULL) { in xmlCtxtDumpEntityDecl() 661 switch (ent->etype) { in xmlCtxtDumpEntityDecl() 686 if (ent->SystemID) { in xmlCtxtDumpEntityDecl() 695 if (ent->content) { in xmlCtxtDumpEntityDecl() 760 if (ent == NULL) { in xmlCtxtDumpEntity() 791 if (ent->SystemID) { in xmlCtxtDumpEntity() 795 if (ent->URI) { in xmlCtxtDumpEntity() 799 if (ent->content) { in xmlCtxtDumpEntity() 1032 xmlEntityPtr ent; in xmlCtxtDumpOneNode() local [all …]
|
H A D | tree.c | 1278 xmlEntityPtr ent; in xmlStringLenGetNodeList() local 1417 else if ((ent != NULL) && (ent->children == NULL)) { in xmlStringLenGetNodeList() 1424 ent->owner = 1; in xmlStringLenGetNodeList() 1428 ent->last = temp; in xmlStringLenGetNodeList() 1501 xmlEntityPtr ent; in xmlStringGetNodeList() local 1617 else if ((ent != NULL) && (ent->children == NULL)) { in xmlStringGetNodeList() 1628 ent->last = temp; in xmlStringGetNodeList() 1700 xmlEntityPtr ent; in xmlNodeListGetString() local 1790 xmlEntityPtr ent; in xmlNodeListGetRawString() local 2626 xmlEntityPtr ent; in xmlNewReference() local [all …]
|
H A D | xinclude.c | 1284 if ((ent == NULL) || (data == NULL)) in xmlXIncludeMergeEntity() 1290 switch (ent->etype) { in xmlXIncludeMergeEntity() 1300 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID, in xmlXIncludeMergeEntity() 1301 ent->SystemID, ent->content); in xmlXIncludeMergeEntity() 1303 if (ent->URI != NULL) in xmlXIncludeMergeEntity() 1304 ret->URI = xmlStrdup(ent->URI); in xmlXIncludeMergeEntity() 1306 prev = xmlGetDocEntity(doc, ent->name); in xmlXIncludeMergeEntity() 1308 if (ent->etype != prev->etype) in xmlXIncludeMergeEntity() 1314 } else if ((ent->ExternalID != NULL) && in xmlXIncludeMergeEntity() 1329 switch (ent->etype) { in xmlXIncludeMergeEntity() [all …]
|
H A D | SAX2.c | 607 xmlEntityPtr ent; in xmlSAX2EntityDecl() local 619 if ((ent == NULL) && (ctxt->pedantic)) in xmlSAX2EntityDecl() 623 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) { in xmlSAX2EntityDecl() 633 ent->URI = URI; in xmlSAX2EntityDecl() 642 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) { in xmlSAX2EntityDecl() 652 ent->URI = URI; in xmlSAX2EntityDecl() 853 xmlEntityPtr ent; in xmlSAX2UnparsedEntityDecl() local 869 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) { in xmlSAX2UnparsedEntityDecl() 879 ent->URI = URI; in xmlSAX2UnparsedEntityDecl() 889 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) { in xmlSAX2UnparsedEntityDecl() [all …]
|
H A D | save.h | 27 void xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent);
|
H A D | HTMLparser.c | 2217 if (ent == NULL) { in UTF8ToHtml() 2222 cp = ent->name; in UTF8ToHtml() 2316 if (ent == NULL) { in htmlEncodeEntities() 2321 cp = ent->name; in htmlEncodeEntities() 2742 const htmlEntityDesc * ent; in htmlParseHTMLAttribute() local 2796 } else if (ent == NULL) { in htmlParseHTMLAttribute() 2818 c = ent->value; in htmlParseHTMLAttribute() 2898 ent = htmlEntityLookup(name); in htmlParseEntityRef() 2910 return(ent); in htmlParseEntityRef() 4286 if ((ent == NULL) || !(ent->value > 0)) { in htmlParseReference() [all …]
|
/reactos/modules/rostests/apitests/ws2_32/ |
H A D | WSAAsync.c | 22 struct hostent *ent = NULL; in START_TEST() local 80 ent = gethostbyname("127.0.0.1"); in START_TEST() 81 if (ent == NULL) in START_TEST() 84 ent = gethostbyname("localhost"); in START_TEST() 86 if (ent == NULL) in START_TEST() 95 memcpy(&server_addr_in.sin_addr.S_un.S_addr, ent->h_addr_list[0], 4); in START_TEST() 181 ent = gethostbyname("127.0.0.1"); in START_TEST() 182 if (ent == NULL) in START_TEST() 185 ent = gethostbyname("localhost"); in START_TEST() 187 if (ent == NULL) in START_TEST() [all …]
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | unixfs.cpp | 54 struct dirent* ent; in read_directory() local 63 while((ent=readdir(pdir))) { in read_directory() 77 lstrcpy(entry->_data.cFileName, ent->d_name); in read_directory() 78 entry->_data.dwFileAttributes = ent->d_name[0]=='.'? FILE_ATTRIBUTE_HIDDEN: 0; in read_directory() 80 strcpy(p, ent->d_name); in read_directory() 93 entry->_bhfi.nFileIndexLow = ent->d_ino; in read_directory()
|
H A D | fatfs.h | 199 union DEntry ent[1]; member
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | svc_dg.c | 540 cache_ptr ent; local 550 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) { 551 if (ent->cache_xid == su->su_xid && 552 ent->cache_proc == msg->rm_call.cb_proc && 553 ent->cache_vers == msg->rm_call.cb_vers && 554 ent->cache_prog == msg->rm_call.cb_prog && 555 ent->cache_addr.len == xprt->xp_rtaddr.len && 556 (memcmp(ent->cache_addr.buf, xprt->xp_rtaddr.buf, 570 *replyp = ent->cache_reply; 571 *replylenp = ent->cache_replylen;
|
/reactos/dll/win32/winmm/lang/ |
H A D | winmm_Pt.rc | 30 …O dispositivo especificado já está em uso. Aguarde até que seja liberado, e então tente novamente." 33 … tarefa. Feche uma ou mais aplicações para aumentar a memória disponível, e então tente novamente." 42 …wave não está preparado. Use a função Preparar para preparar o cabeçalho, e então tente novamente." 43 …sível abrir o dispositivo sem utilizar a flag WAVE_ALLOWSYNC. Use a flag, e então tente novamente." 46 …MIDI não está preparado. Use a função Preparar para preparar o cabeçalho, e então tente novamente." 49 … para o dispositivo. Aguarde até os dados terminarem de ser transmitidos, e então tente novamente." 51 …da. Copie o arquivo original MIDIMAP.CFG para o diretório ReactOS SYSTEM, e então tente novamente." 59 …tarefa.\nFeche uma ou mais aplicações para aumentar a memória disponível, e então tente novamente." 81 …spositivo especificado está sendo fechado agora. Aguarde alguns segundos, e então tente novamente." 95 …egar os comandos na ordem especificada. Corrija a sequência dos comandos, e então tente novamente." [all …]
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_lzw.c | 908 hcode_t ent; in LZWEncode() local 936 ent = (hcode_t)sp->enc_oldcode; in LZWEncode() 938 if (ent == (hcode_t) -1 && cc > 0) { in LZWEncode() 945 ent = *bp++; cc--; incount++; in LZWEncode() 949 fcode = ((long)c << BITS_MAX) + ent; in LZWEncode() 950 h = (c << HSHIFT) ^ ent; /* xor hashing */ in LZWEncode() 960 ent = hp->code; in LZWEncode() 979 ent = hp->code; in LZWEncode() 999 PutNextCode(op, ent); in LZWEncode() 1000 ent = (hcode_t)c; in LZWEncode() [all …]
|
/reactos/dll/win32/kernel32/wine/ |
H A D | res.c | 623 struct resource_dir_entry *ent; in find_resource_dir_entry() local 627 if (!resource_strcmp( id, ent->id )) in find_resource_dir_entry() 628 return ent; in find_resource_dir_entry() 647 struct resource_dir_entry *ent; in add_resource_dir_entry() local 651 if (0>resource_strcmp( ent->id, resdir->id )) in add_resource_dir_entry() 654 list_add_before( &ent->entry, &resdir->entry ); in add_resource_dir_entry() 662 struct resource_data *ent; in add_resource_data_entry() local 666 if (ent->lang < resdata->lang) in add_resource_data_entry() 776 struct resource_dir_entry *ent; in free_resource_directory() local 779 res_free_str( ent->id ); in free_resource_directory() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 363 struct dirent* ent; in FindFonts() local 375 while ( ( ent = readdir( examples ) ) != NULL ) in FindFonts() 378 "%s/%s", fontdirs[i], ent->d_name ); in FindFonts()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | entities.h | 141 xmlEntityPtr ent);
|
/reactos/dll/win32/dbghelp/ |
H A D | msc.c | 3278 const OMFDirEntry* ent; in codeview_process_info() local 3288 if (ent->SubSection == sstGlobalTypes) in codeview_process_info() 3293 types = (const OMFGlobalTypes*)(msc_dbg->root + ent->lfo); in codeview_process_info() 3308 ent = (const OMFDirEntry*)((const BYTE*)hdr + hdr->cbDirHeader); in codeview_process_info() 3309 for (i = 0; i < hdr->cDir; i++, ent = next) in codeview_process_info() 3312 (const OMFDirEntry*)((const BYTE*)ent + hdr->cbDirEntry); in codeview_process_info() 3314 (const OMFDirEntry*)((const BYTE*)ent - hdr->cbDirEntry); in codeview_process_info() 3316 if (ent->SubSection == sstAlignSym) in codeview_process_info() 3318 codeview_snarf(msc_dbg, msc_dbg->root + ent->lfo, sizeof(DWORD), in codeview_process_info() 3319 ent->cb, TRUE); in codeview_process_info() [all …]
|
/reactos/base/applications/cmdutils/whoami/lang/ |
H A D | fr-FR.rc | 45 Utilisez '/nh' pour cacher les entêtes. Par défaut, les données sont affichées dans un tableau.\n\
|
/reactos/modules/rosapps/applications/sysutils/systeminfo/lang/ |
H A D | fr-FR.rc | 19 /NH Spécifie que ""L'entête de colonne"" ne doit\n\
|