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.c36 cp = strdelim(&str); in test_strdelim()
38 cp = strdelim(&str); in test_strdelim()
45 cp = strdelim(&str); in test_strdelim()
53 cp = strdelim(&str); in test_strdelim()
55 cp = strdelim(&str); in test_strdelim()
63 cp = strdelim(&str); in test_strdelim()
66 cp = strdelim(&str); in test_strdelim()
74 cp = strdelim(&str); in test_strdelim()
77 cp = strdelim(&str); in test_strdelim()
80 cp = strdelim(&str); in test_strdelim()
[all …]
/freebsd/crypto/openssh/
H A Ddh.c70 if ((arg = strdelim(&cp)) == NULL) in parse_prime()
74 arg = strdelim(&cp); in parse_prime()
H A Dmisc.h60 char *strdelim(char **);
H A Dssh_namespace.h990 #define strdelim Fssh_strdelim macro
H A Dservconf.c1349 if ((keyword = strdelim(&str)) == NULL) in process_server_config_line_depth()
1353 keyword = strdelim(&str); in process_server_config_line_depth()
H A Dreadconf.c1131 if ((keyword = strdelim(&str)) == NULL) in process_config_line_depth()
1135 keyword = strdelim(&str); in process_config_line_depth()
H A Dmisc.c490 strdelim(char **s) in strdelim() function