Home
last modified time | relevance | path

Searched refs:START_STRING (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_strdelim.c29 #define START_STRING(x) orig = str = xstrdup(x) in test_strdelim() macro
33 START_STRING(""); in test_strdelim()
42 START_STRING(" "); in test_strdelim()
50 START_STRING("blob"); in test_strdelim()
60 START_STRING("blob "); in test_strdelim()
71 START_STRING("blob1 blob2"); in test_strdelim()
84 START_STRING("blob1 blob2 "); in test_strdelim()
97 START_STRING("blob1=blob2"); in test_strdelim()
110 START_STRING("blob1==blob2"); in test_strdelim()
124 START_STRING("blob1=blob2"); in test_strdelim()
[all …]
H A Dtest_hpdelim.c29 #define START_STRING(x) orig = str = xstrdup(x) in test_hpdelim() macro
33 START_STRING("host"); in test_hpdelim()
41 START_STRING(":1234"); in test_hpdelim()
52 START_STRING("host:1234"); in test_hpdelim()
63 START_STRING("[::1]:1234"); in test_hpdelim()
74 START_STRING("[::1:1234"); in test_hpdelim()