Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 37) sorted by relevance

12

/reactos/modules/rostests/kmtests/kmtest/
H A Dkmtest.h21 #define error_goto(Error, label) do { error(Error); goto label; } while (0) argument
22 #define error_value_goto(Error, value, label) do { error_value(Error, value); goto label; } while… argument
/reactos/.theia/
H A Dtasks.json7 "label": "build livecd", string
30 "label": "build bootcd", string
45 "label": "launch livecd", string
67 "label": "launch bootcd", string
/reactos/base/applications/cmdutils/label/
H A DCMakeLists.txt4 add_executable(label label.c label.rc) target
/reactos/base/shell/cmd/
H A Dgoto.c38 LPTSTR label, tmp; in cmd_goto() local
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dmangle.h181 #define AARCH64_PCREL_HI(label) label@PAGE argument
182 #define AARCH64_PCREL_LO(label) label@PAGEOFF argument
184 #define AARCH64_PCREL_HI(label) label argument
185 #define AARCH64_PCREL_LO(label) :lo12:label argument
/reactos/base/applications/msconfig_new/
H A Dsystempage.cpp105 WCHAR label[MAX_VALUE_NAME] = L""; in FindDialogWndProc() local
188 WCHAR label[MAX_VALUE_NAME] = L""; in TreeView_SetBOOLCheck() local
368 WCHAR label[MAX_VALUE_NAME] = L""; in WriteIniFile() local
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Dboot.c112 sparc_boot_label(label) in sparc_boot_label() argument
121 sunx86_boot_label(label) in sunx86_boot_label() argument
/reactos/dll/win32/shell32/
H A DCShellLink.h58 WCHAR label[12]; /* assume 8.3 */ member
H A DCShellLink.cpp184 WCHAR label[12]; /* assume 8.3 */ member
530 LPSTR label = (LPSTR)vol; in Stream_LoadVolume() local
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dfsck.fat.h119 uint8_t label[11]; /* FS label */ member
148 uint8_t label[11]; /* FS label */ member
214 char *label; member
/reactos/sdk/lib/3rdparty/adns/src/
H A Dtransmit.c85 byte label[255], *rqp; in adns__mkquery() local
/reactos/base/applications/msconfig_new/comctl32ex/
H A Dtreeview.c158 WCHAR label[MAX_VALUE_NAME] = L""; in Tree_Item_Copy() local
/reactos/sdk/tools/fatten/
H A Dfatten.c219 … char* label = vol_label + 2; // The first two characters are reserved for the drive number "0:" in main() local
/reactos/modules/rostests/winetests/quartz/
H A Davisplitter.c147 const char *label; in test_filesourcefilter() member
/reactos/modules/rostests/winetests/winmm/
H A Dmci.c47 #define X(label) case label: return #label ; in dbg_mcierr() argument
/reactos/drivers/network/tcpip/lwip/src/apps/mdns/
H A Dmdns_domain.c105 mdns_domain_add_label(struct mdns_domain *domain, const char *label, u8_t len) in mdns_domain_add_label()
/reactos/base/applications/regedit/
H A Dtxtproc.c112 static void txt_export_field(FILE *fp, LPCWSTR label, LPCWSTR value) in txt_export_field()
H A Dtreeview.c107 static HTREEITEM AddEntryToTree(HWND hwndTV, HTREEITEM hParent, LPWSTR label, HKEY hKey, DWORD dwCh… in AddEntryToTree()
/reactos/sdk/lib/fslib/btrfslib/
H A Dbtrfslib.c117 DSTRING* label; member
753 …nk, uint32_t node_size, BTRFS_UUID* fsuuid, uint32_t sector_size, PUNICODE_STRING label, uint64_t …
1061 static NTSTATUS write_btrfs(HANDLE h, uint64_t size, PUNICODE_STRING label, uint32_t sector_size, u…
/reactos/modules/rostests/winetests/msi/
H A Dsource.c2186 CHAR label[MAX_PATH]; in test_MsiSourceListEnumMediaDisks() local
/reactos/drivers/network/tcpip/lwip/test/unit/mdns/
H A Dtest_mdns.c407 static const char *label = "0123456789abcdef0123456789abcdef"; in START_TEST() local
/reactos/dll/3rdparty/mbedtls/
H A Dssl_tls.c360 const char *label, in ssl3_prf()
421 const char *label, in tls1_prf()
520 const char *label, in tls_prf_generic()
583 const char *label, in tls_prf_sha256()
594 const char *label, in tls_prf_sha384()
H A Drsa.c1189 const unsigned char *label, size_t label_len, in mbedtls_rsa_rsaes_oaep_encrypt()
1384 const unsigned char *label, size_t label_len, in mbedtls_rsa_rsaes_oaep_decrypt()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Ddisk.c143 char label[PATH_MAX]; member
/reactos/dll/directx/wine/dinput/
H A Ddevice.c724 WCHAR label[9]; in save_mapping_settings() local
766 WCHAR label[9]; in load_mapping_settings() local

12