Searched refs:local_command (Results 1 – 4 of 4) sorted by relevance
1198 if (options.local_command != NULL) { in main()1199 debug3("expanding LocalCommand: %s", options.local_command); in main()1200 cp = options.local_command; in main()1201 options.local_command = percent_expand(cp, in main()1212 debug3("expanded LocalCommand: %s", options.local_command); in main()1821 if (options.local_command != NULL && in ssh_session()1823 ssh_local_cmd(options.local_command); in ssh_session()2015 if (options.local_command != NULL && in ssh_session2()2017 ssh_local_cmd(options.local_command); in ssh_session2()
141 char *local_command; member
1465 charptr = &options->local_command; in process_config_line_depth()1862 options->local_command = NULL; in initialize_options()2085 CLEAR_ON_NONE(options->local_command); in fill_default_options()2581 dump_cfg_string(oLocalCommand, o->local_command); in dump_client_config()
2332 local_command[MagickPathExtent]; in NTSystemCommand() local2365 (void) CopyMagickString(local_command,command,MagickPathExtent); in NTSystemCommand()2369 local_command[strlen(command)-1]='\0'; in NTSystemCommand()2375 local_command[strlen(command)-1]='\0'; in NTSystemCommand()2400 status=CreateProcess((LPCTSTR) NULL,local_command,(LPSECURITY_ATTRIBUTES) in NTSystemCommand()