Searched refs:local_command (Results 1 – 4 of 4) sorted by relevance
1136 if (options.local_command != NULL) { in main()1137 debug3("expanding LocalCommand: %s", options.local_command); in main()1138 cp = options.local_command; in main()1139 options.local_command = percent_expand(cp, in main()1150 debug3("expanded LocalCommand: %s", options.local_command); in main()1723 if (options.local_command != NULL && in ssh_session()1725 ssh_local_cmd(options.local_command); in ssh_session()1918 if (options.local_command != NULL && in ssh_session2()1920 ssh_local_cmd(options.local_command); in ssh_session2()
129 char *local_command; member
1353 charptr = &options->local_command; in process_config_line()1661 options->local_command = NULL; in initialize_options()1873 CLEAR_ON_NONE(options->local_command); in fill_default_options()2310 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()