Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dmisc.h185 int argv_split(const char *, int *, char ***, int);
H A Dauth2-pubkey.c390 if (argv_split(options.authorized_principals_command, in match_principals_command()
670 if (argv_split(options.authorized_keys_command, &ac, &av, 0) != 0) { in user_key_command_allowed2()
H A Dsshconnect.c868 if (argv_split(command_template, &ac, &av, 0) != 0) { in load_hostkeys_command()
H A Dmisc.c1988 argv_split(const char *s, int *argcp, char ***argvp, int terminate_on_comment) in argv_split() function
H A Dsftp.c2618 if ((r = argv_split(sftp_direct, &tmp, &cpp, 1)) != 0) in main()
H A Dreadconf.c997 if (argv_split(str, &oac, &oav, 1) != 0) { in process_config_line_depth()
H A Dservconf.c1321 if (argv_split(str, &oac, &oav, 1) != 0) { in process_server_config_line_depth()