OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASSERT_STR_EQ
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/pam-u2f/dist/tests/
expand.c
11
#define
ASSERT_STR_EQ
(a, b) assert(!strcmp(a, b))
16
ASSERT_STR_EQ
(tmp, result); \
/src/external/mit/libuv/dist/test/
test-test-macros.c
38
ASSERT_STR_EQ
(a, c);
test-thread-name.c
56
ASSERT_STR_EQ
(thread_name, "worker-thread");
100
ASSERT_STR_EQ
(tn, thread_name);
107
ASSERT_STR_EQ
(tn, thread_name);
121
ASSERT_STR_EQ
(tn, "~½¬{½");
131
ASSERT_STR_EQ
(tn, "worker-thread");
164
ASSERT_STR_EQ
(tn, "libuv-worker");
test-get-passwd.c
128
ASSERT_STR_EQ
(pwd.username, pwd2.username);
129
ASSERT_STR_EQ
(pwd.shell, pwd2.shell);
130
ASSERT_STR_EQ
(pwd.homedir, pwd2.homedir);
140
ASSERT_STR_EQ
(pwd2.username, "qsecofr");
142
ASSERT_STR_EQ
(pwd2.username, "root");
test-get-currentexe.c
106
ASSERT_STR_EQ
(match, path);
task.h
221
#define
ASSERT_STR_EQ
(a, b) \
test-pipe-getsockname.c
154
ASSERT_STR_EQ
(pipe_server.pipe_fname, TEST_PIPENAME);
Completed in 96 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026