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.c31 #define START_STRING(x) orig = str = xstrdup(x) in test_strdelim() macro
35 START_STRING(""); in test_strdelim()
44 START_STRING(" "); in test_strdelim()
52 START_STRING("blob"); in test_strdelim()
62 START_STRING("blob "); in test_strdelim()
73 START_STRING("blob1 blob2"); in test_strdelim()
86 START_STRING("blob1 blob2 "); in test_strdelim()
99 START_STRING("blob1=blob2"); in test_strdelim()
112 START_STRING("blob1==blob2"); in test_strdelim()
126 START_STRING("blob1=blob2"); in test_strdelim()
[all …]
H A Dtest_hpdelim.c31 #define START_STRING(x) orig = str = xstrdup(x) in test_hpdelim() macro
35 START_STRING("host"); in test_hpdelim()
43 START_STRING(":1234"); in test_hpdelim()
54 START_STRING("host:1234"); in test_hpdelim()
65 START_STRING("[::1]:1234"); in test_hpdelim()
76 START_STRING("[::1:1234"); in test_hpdelim()