Searched refs:local_command (Results 1 – 4 of 4) sorted by relevance
139 char *local_command; member
2041 if (options.local_command != NULL) { in ssh_session2()2042 debug3("expanding LocalCommand: %s", options.local_command); in ssh_session2()2043 cp = options.local_command; in ssh_session2()2044 options.local_command = percent_expand(cp, in ssh_session2()2052 debug3("expanded LocalCommand: %s", options.local_command); in ssh_session2()2109 if (options.local_command != NULL && in ssh_session2()2111 ssh_local_cmd(options.local_command); in ssh_session2()
1582 charptr = &options->local_command; in process_config_line_depth()2002 options->local_command = NULL; in initialize_options()2250 CLEAR_ON_NONE(options->local_command); in fill_default_options()2770 dump_cfg_string(oLocalCommand, o->local_command); in dump_client_config()
2303 local_command[MagickPathExtent]; in NTSystemCommand() local2337 (void) CopyMagickString(local_command,command,MagickPathExtent); in NTSystemCommand()2341 local_command[strlen(command)-1]='\0'; in NTSystemCommand()2347 local_command[strlen(command)-1]='\0'; in NTSystemCommand()2372 status=CreateProcess((LPCTSTR) NULL,local_command,(LPSECURITY_ATTRIBUTES) in NTSystemCommand()