Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Ddh.c70 if ((arg = strdelim(&cp)) == NULL) in parse_prime()
74 arg = strdelim(&cp); in parse_prime()
H A Dmisc.h50 char *strdelim(char **);
H A Dreadconf.c610 while ((oattrib = attrib = strdelim(&cp)) && *attrib != '\0') { in match_cfg_line()
622 if (attributes > 1 || ((arg = strdelim(&cp)) != NULL && in match_cfg_line()
656 if ((arg = strdelim(&cp)) == NULL || in match_cfg_line()
977 if ((keyword = strdelim(&str)) == NULL) in process_config_line_depth()
981 keyword = strdelim(&str); in process_config_line_depth()
H A Dservconf.c1061 while ((attrib = strdelim(&cp)) && *attrib != '\0') { in match_cfg_line()
1071 if (attributes > 1 || ((arg = strdelim(&cp)) != NULL && in match_cfg_line()
1083 if ((arg = strdelim(&cp)) == NULL || in match_cfg_line()
1305 if ((keyword = strdelim(&str)) == NULL) in process_server_config_line_depth()
1309 keyword = strdelim(&str); in process_server_config_line_depth()
H A Dmisc.c443 strdelim(char **s) in strdelim() function