Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_hpdelim.c34 cp = hpdelim(&str); in test_hpdelim()
42 cp = hpdelim(&str); in test_hpdelim()
45 port = hpdelim(&str); in test_hpdelim()
53 cp = hpdelim(&str); in test_hpdelim()
56 port = hpdelim(&str); in test_hpdelim()
64 cp = hpdelim(&str); in test_hpdelim()
67 port = hpdelim(&str); in test_hpdelim()
75 cp = hpdelim(&str); in test_hpdelim()
/freebsd/crypto/openssh/
H A Dmisc.h78 char *hpdelim(char **);
H A Dmisc.c848 hpdelim(char **cp) in hpdelim() function
994 if ((cp = hpdelim(&tmp)) == NULL || *cp == '\0') in parse_user_host_port()
H A Dmonitor_wrap.c1193 host = hpdelim(&arg); in server_process_permitopen_list()
H A Dssh_namespace.h303 #define hpdelim Fssh_hpdelim macro
H A Dservconf.c1467 p = hpdelim(&arg); in process_server_config_line_depth()
2476 p = hpdelim(&arg); in process_server_config_line_depth()
H A Dssh.c2078 addr = hpdelim(&arg); in ssh_init_forward_permissions()
H A Dsession.c299 if ((host = hpdelim(&cp)) == NULL) in set_fwdpermit_from_authopts()
H A Dreadconf.c1785 p = hpdelim(&arg); in process_config_line_depth()