Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dmisc.h150 int argv_split(const char *, int *, char ***);
H A Dauth2-pubkey.c429 if (argv_split(options.authorized_principals_command, &ac, &av) != 0) { in match_principals_command()
910 if (argv_split(options.authorized_keys_command, &ac, &av) != 0) { in user_key_command_allowed2()
H A Dssh_namespace.h34 #define argv_split Fssh_argv_split macro
H A Dmisc.c1605 argv_split(const char *s, int *argcp, char ***argvp) in argv_split() function