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.c36 cp = hpdelim(&str); in test_hpdelim()
44 cp = hpdelim(&str); in test_hpdelim()
47 port = hpdelim(&str); in test_hpdelim()
55 cp = hpdelim(&str); in test_hpdelim()
58 port = hpdelim(&str); in test_hpdelim()
66 cp = hpdelim(&str); in test_hpdelim()
69 port = hpdelim(&str); in test_hpdelim()
77 cp = hpdelim(&str); in test_hpdelim()
/freebsd/crypto/openssh/
H A Dmisc.h76 char *hpdelim(char **);
H A Dmisc.c785 hpdelim(char **cp) in hpdelim() function
931 if ((cp = hpdelim(&tmp)) == NULL || *cp == '\0') in parse_user_host_port()
H A Dmonitor_wrap.c1106 host = hpdelim(&arg); in server_process_permitopen_list()
H A Dssh_namespace.h314 #define hpdelim Fssh_hpdelim macro
H A Dservconf.c1452 p = hpdelim(&arg); in process_server_config_line_depth()
2440 p = hpdelim(&arg); in process_server_config_line_depth()
H A Dssh.c2030 addr = hpdelim(&arg); in ssh_init_forward_permissions()
H A Dsession.c331 if ((host = hpdelim(&cp)) == NULL) in set_fwdpermit_from_authopts()
H A Dreadconf.c1743 p = hpdelim(&arg); in process_config_line_depth()