Searched refs:child_command (Results 1 – 1 of 1) sorted by relevance
827 wchar_t * child_command; in invoke_child() local844 child_command = calloc(child_command_size, sizeof(wchar_t)); in invoke_child()845 if (child_command == NULL) in invoke_child()849 _snwprintf_s(child_command, child_command_size, in invoke_child()853 _snwprintf_s(child_command, child_command_size, in invoke_child()856 run_child(child_command); in invoke_child()857 free(child_command); in invoke_child()