Home
last modified time | relevance | path

Searched refs:RemoveQuotes (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/cmdutils/doskey/
H A Ddoskey.c173 static LPWSTR RemoveQuotes(LPWSTR str) in RemoveQuotes() function
224 pszExeName = RemoveQuotes(line + 1); in ReadFromFile()
306 pszExeName = RemoveQuotes(pArgStart + 9); in wmain()
337 LPWSTR exe = RemoveQuotes(wcschr(pArgStart, L':') + 1); in wmain()
345 ReadFromFile(RemoveQuotes(pArgStart + 11)); in wmain()
/reactos/boot/freeldr/freeldr/
H A Dlinuxboot.c62 RemoveQuotes( in RemoveQuotes() function
180 RemoveQuotes(LinuxCommandLine); in LoadAndBootLinux()