Searched refs:child_command_size (Results 1 – 1 of 1) sorted by relevance
672 size_t child_command_size; in invoke_child() local681 child_command_size = wcslen(executable) + wcslen(cmdline) + 2; in invoke_child()685 child_command_size = wcslen(executable) + wcslen(suffix) + in invoke_child()688 child_command = calloc(child_command_size, sizeof(wchar_t)); in invoke_child()691 child_command_size); in invoke_child()693 _snwprintf_s(child_command, child_command_size, in invoke_child()694 child_command_size - 1, L"%ls %ls", in invoke_child()697 _snwprintf_s(child_command, child_command_size, in invoke_child()698 child_command_size - 1, L"%ls %ls %ls", in invoke_child()