Searched refs:child_command_size (Results 1 – 1 of 1) sorted by relevance
703 size_t child_command_size; in invoke_child() local712 child_command_size = wcslen(executable) + wcslen(cmdline) + 2; in invoke_child()716 child_command_size = wcslen(executable) + wcslen(suffix) + in invoke_child()719 child_command = calloc(child_command_size, sizeof(wchar_t)); in invoke_child()722 child_command_size); in invoke_child()724 _snwprintf_s(child_command, child_command_size, in invoke_child()725 child_command_size - 1, L"%ls %ls", in invoke_child()728 _snwprintf_s(child_command, child_command_size, in invoke_child()729 child_command_size - 1, L"%ls %ls %ls", in invoke_child()