Home
last modified time | relevance | path

Searched refs:local_command (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dssh.c1198 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()
Dreadconf.h141 char *local_command; member
Dreadconf.c1465 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()
/external/ImageMagick/MagickCore/
Dnt-base.c2332 local_command[MagickPathExtent]; in NTSystemCommand() local
2365 (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()