Home
last modified time | relevance | path

Searched refs:argv_split (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dmisc.h196 int argv_split(const char *, int *, char ***, int);
H A Dauth2-pubkey.c385 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 Dsshconnect.c899 if (argv_split(command_template, &ac, &av, 0) != 0) { in load_hostkeys_command()
H A Dsftp.c2662 if ((r = argv_split(sftp_direct, &tmp, &cpp, 1)) != 0) in main()
H A Dmisc.c2044 argv_split(const char *s, int *argcp, char ***argvp, int terminate_on_comment) in argv_split() function
H A Dreadconf.c1104 if (argv_split(str, &oac, &oav, 1) != 0) { in process_config_line_depth()
H A Dservconf.c1302 if (argv_split(str, &oac, &oav, 1) != 0) { in process_server_config_line_depth()