Searched refs:argv_split (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | misc.h | 196 int argv_split(const char *, int *, char ***, int);
|
H A D | auth2-pubkey.c | 385 if (argv_split(options.authorized_principals_command, in match_principals_command() 667 if (argv_split(options.authorized_keys_command, &ac, &av, 0) != 0) { in user_key_command_allowed2()
|
H A D | sshconnect.c | 899 if (argv_split(command_template, &ac, &av, 0) != 0) { in load_hostkeys_command()
|
H A D | sftp.c | 2662 if ((r = argv_split(sftp_direct, &tmp, &cpp, 1)) != 0) in main()
|
H A D | misc.c | 2044 argv_split(const char *s, int *argcp, char ***argvp, int terminate_on_comment) in argv_split() function
|
H A D | readconf.c | 1104 if (argv_split(str, &oac, &oav, 1) != 0) { in process_config_line_depth()
|
H A D | servconf.c | 1302 if (argv_split(str, &oac, &oav, 1) != 0) { in process_server_config_line_depth()
|