Searched refs:argv_split (Results 1 – 4 of 4) sorted by relevance
150 int argv_split(const char *, int *, char ***);
429 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()
34 #define argv_split Fssh_argv_split macro
1605 argv_split(const char *s, int *argcp, char ***argvp) in argv_split() function