Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDmisc.c2044 argv_split(const char *s, int *argcp, char ***argvp, int terminate_on_comment) in argv_split() argument
2057 if (terminate_on_comment && s[i] == '#') in argv_split()