Home
last modified time | relevance | path

Searched refs:toolong (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dshell.c297 goto toolong;
323 goto toolong;
347 goto toolong;
352 goto toolong;
370 toolong:
/reactos/modules/rostests/winetests/setupapi/
H A Dmisc.c146 CHAR toolong[MAX_PATH * 2]; in test_SetupCopyOEMInf() local
186 memset(toolong, 'a', MAX_PATH * 2); in test_SetupCopyOEMInf()
187 toolong[MAX_PATH * 2 - 1] = '\0'; in test_SetupCopyOEMInf()
189 res = pSetupCopyOEMInfA(toolong, NULL, 0, SP_COPY_NOOVERWRITE, NULL, 0, NULL, NULL); in test_SetupCopyOEMInf()
/reactos/drivers/network/tcpip/lwip/test/unit/mdns/
H A Dtest_mdns.c392 …static const char *toolong = "abcdefghijklmnopqrstuvwxyz0123456789-abcdefghijklmnopqrstuvwxyz01234… in START_TEST() local
400 res = mdns_domain_add_label(&domain, toolong, (u8_t)strlen(toolong)); in START_TEST()