Home
last modified time | relevance | path

Searched refs:selfname (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c100 static char selfname[MAX_PATH]; variable
223 strcpy(selfname, myARGV[0]); in init()
226 if ((p = strrchr(selfname, '\\')) != NULL) exename = p + 1; in init()
227 else exename = selfname; in init()
792 "expected '%s' or null, got '%s'\n", selfname, result ); in test_Startup()
980 GetFullPathNameA(selfname, MAX_PATH, fullpath, &lpFilePart); in test_CommandLine()
1004 GetFullPathNameA(selfname, MAX_PATH, fullpath, &lpFilePart); in test_CommandLine()
1454 "expected '%s' or null, got '%s'\n", selfname, result ); in test_SuspendFlag()
1516 "expected '%s' or null, got '%s'\n", selfname, result ); in test_DebuggingFlag()
1629 "expected '%s' or null, got '%s'\n", selfname, result ); in test_Console()
[all …]
H A Dtoolhelp.c31 static char selfname[MAX_PATH]; variable
69 strcpy(selfname, argv[0]); in init()
330 sprintf(buffer, "%s tests/toolhelp.c %lu %lu", selfname, (DWORD_PTR)ev1, (DWORD_PTR)ev2); in START_TEST()
/reactos/modules/rostests/winetests/wintrust/
H A Dcrypt.c31 static char selfname[MAX_PATH]; variable
332 file = CreateFileA(selfname, GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, NULL); in test_calchash()
341 file = CreateFileA(selfname, GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, NULL); in test_calchash()
350 file = CreateFileA(selfname, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL); in test_calchash()
363 file = CreateFileA(selfname, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL); in test_calchash()
1328 strcpy(selfname, myARGV[0]); in START_TEST()
/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c1454 static void test_file_inherit( const char* selfname ) in test_file_inherit() argument
1466 arg_v[0] = get_base_name(selfname); in test_file_inherit()
1471 _spawnvp(_P_WAIT, selfname, arg_v); in test_file_inherit()
1484 _spawnvp(_P_WAIT, selfname, arg_v); in test_file_inherit()
1494 sprintf(cmdline, "%s file inherit 1", selfname); in test_file_inherit()
1618 static void test_invalid_stdin( const char* selfname ) in test_invalid_stdin() argument
1647 sprintf(cmdline, "%s file stdin", selfname); in test_invalid_stdin()
2152 static void test_pipes(const char* selfname) in test_pipes() argument
2170 arg_v[0] = get_base_name(selfname); in test_pipes()
2176 proc_handles[0] = (HANDLE)_spawnvp(_P_NOWAIT, selfname, arg_v); in test_pipes()
[all …]
/reactos/modules/rostests/winetests/advapi32/
H A Dservice.c36 static CHAR selfname[MAX_PATH]; variable
2444 sprintf(cmd, "\"%s\" service exit", selfname); in test_start_stop()
2490 sprintf(cmd, "%s service serve", selfname); in test_start_stop()
2657 GetFullPathNameA(myARGV[0], sizeof(selfname), selfname, NULL); in START_TEST()
/reactos/modules/rostests/winetests/shell32/
H A Dshellpath.c1683 static char selfname[MAX_PATH]; variable
1689 strcpy(selfname, myARGV[0]); in init()
1809 sprintf(buffer, "%s tests/shellpath.c 1", selfname); in test_NonExistentPath()
1824 sprintf(buffer, "%s tests/shellpath.c 2", selfname); in test_NonExistentPath()