Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_strdelim.c34 cp = strdelim(&str); in test_strdelim()
36 cp = strdelim(&str); in test_strdelim()
43 cp = strdelim(&str); in test_strdelim()
51 cp = strdelim(&str); in test_strdelim()
53 cp = strdelim(&str); in test_strdelim()
61 cp = strdelim(&str); in test_strdelim()
64 cp = strdelim(&str); in test_strdelim()
72 cp = strdelim(&str); in test_strdelim()
75 cp = strdelim(&str); in test_strdelim()
78 cp = strdelim(&str); in test_strdelim()
[all …]
/freebsd/crypto/openssh/
H A Ddh.c69 if ((arg = strdelim(&cp)) == NULL) in parse_prime()
73 arg = strdelim(&cp); in parse_prime()
H A Dmisc.h60 char *strdelim(char **);
H A Dssh_namespace.h992 #define strdelim Fssh_strdelim macro
H A Dreadconf.c1176 if ((keyword = strdelim(&str)) == NULL) in process_config_line_depth()
1180 keyword = strdelim(&str); in process_config_line_depth()
H A Dservconf.c1364 if ((keyword = strdelim(&str)) == NULL) in process_server_config_line_depth()
1368 keyword = strdelim(&str); in process_server_config_line_depth()
H A Dmisc.c514 strdelim(char **s) in strdelim() function