Searched refs:child_command (Results 1 – 1 of 1) sorted by relevance
671 wchar_t * child_command; in invoke_child() local688 child_command = calloc(child_command_size, sizeof(wchar_t)); in invoke_child()689 if (child_command == NULL) in invoke_child()693 _snwprintf_s(child_command, child_command_size, in invoke_child()697 _snwprintf_s(child_command, child_command_size, in invoke_child()700 run_child(child_command); in invoke_child()701 free(child_command); in invoke_child()