Searched refs:child_command (Results 1 – 1 of 1) sorted by relevance
702 wchar_t * child_command; in invoke_child() local719 child_command = calloc(child_command_size, sizeof(wchar_t)); in invoke_child()720 if (child_command == NULL) in invoke_child()724 _snwprintf_s(child_command, child_command_size, in invoke_child()728 _snwprintf_s(child_command, child_command_size, in invoke_child()731 run_child(child_command); in invoke_child()732 free(child_command); in invoke_child()