HelenOS sources

PCUT_ASSERT_STR_EQUALS   62 uspace/app/bdsh/test/toktest.c 		PCUT_ASSERT_STR_EQUALS(token_text, tokens[index].text); \
PCUT_ASSERT_STR_EQUALS   81 uspace/app/display-cfg/test/seats.c 	PCUT_ASSERT_STR_EQUALS("Alice", entry->name);
PCUT_ASSERT_STR_EQUALS  167 uspace/app/display-cfg/test/seats.c 	PCUT_ASSERT_STR_EQUALS("mydevice", entry->name);
PCUT_ASSERT_STR_EQUALS  206 uspace/app/display-cfg/test/seats.c 	PCUT_ASSERT_STR_EQUALS("mydevice", entry->name);
PCUT_ASSERT_STR_EQUALS   81 uspace/app/taskbar-cfg/test/startmenu.c 	PCUT_ASSERT_STR_EQUALS("Alice", entry->name);
PCUT_ASSERT_STR_EQUALS  167 uspace/app/taskbar-cfg/test/startmenu.c 	PCUT_ASSERT_STR_EQUALS("mydevice", entry->name);
PCUT_ASSERT_STR_EQUALS  206 uspace/app/taskbar-cfg/test/startmenu.c 	PCUT_ASSERT_STR_EQUALS("mydevice", entry->name);
PCUT_ASSERT_STR_EQUALS  101 uspace/lib/c/test/capa.c 			PCUT_ASSERT_STR_EQUALS(out[x + (block_size * i)], str);
PCUT_ASSERT_STR_EQUALS  110 uspace/lib/c/test/capa.c 			PCUT_ASSERT_STR_EQUALS(out[x + (block_size * i)], str);
PCUT_ASSERT_STR_EQUALS  153 uspace/lib/c/test/capa.c 		PCUT_ASSERT_STR_EQUALS(out[i], str);
PCUT_ASSERT_STR_EQUALS  162 uspace/lib/c/test/capa.c 		PCUT_ASSERT_STR_EQUALS(out[i], str);
PCUT_ASSERT_STR_EQUALS   47 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("0", buf);
PCUT_ASSERT_STR_EQUALS   60 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("0", buf);
PCUT_ASSERT_STR_EQUALS   73 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("1", buf);
PCUT_ASSERT_STR_EQUALS   86 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("1", buf);
PCUT_ASSERT_STR_EQUALS   99 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("11", buf);
PCUT_ASSERT_STR_EQUALS  112 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("123456789", buf);
PCUT_ASSERT_STR_EQUALS  125 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("1", buf);
PCUT_ASSERT_STR_EQUALS  138 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("0", buf);
PCUT_ASSERT_STR_EQUALS  151 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("1000", buf);
PCUT_ASSERT_STR_EQUALS  164 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("1000", buf);
PCUT_ASSERT_STR_EQUALS  177 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("1100", buf);
PCUT_ASSERT_STR_EQUALS  190 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("1234567", buf);
PCUT_ASSERT_STR_EQUALS  203 uspace/lib/c/test/double_to_str.c 	PCUT_ASSERT_STR_EQUALS("1", buf);
PCUT_ASSERT_STR_EQUALS   62 uspace/lib/c/test/getopt.c 	PCUT_ASSERT_STR_EQUALS("param", optarg);
PCUT_ASSERT_STR_EQUALS  125 uspace/lib/c/test/getopt.c 	PCUT_ASSERT_STR_EQUALS("param", optarg);
PCUT_ASSERT_STR_EQUALS  299 uspace/lib/c/test/getopt.c 	PCUT_ASSERT_STR_EQUALS("param", optarg);
PCUT_ASSERT_STR_EQUALS  380 uspace/lib/c/test/getopt.c 	PCUT_ASSERT_STR_EQUALS("break", optarg);
PCUT_ASSERT_STR_EQUALS  422 uspace/lib/c/test/getopt.c 	PCUT_ASSERT_STR_EQUALS("param", optarg);
PCUT_ASSERT_STR_EQUALS  454 uspace/lib/c/test/getopt.c 	PCUT_ASSERT_STR_EQUALS("\"param param\"", optarg);
PCUT_ASSERT_STR_EQUALS  460 uspace/lib/c/test/getopt.c 	PCUT_ASSERT_STR_EQUALS("param", optarg);
PCUT_ASSERT_STR_EQUALS  492 uspace/lib/c/test/getopt.c 	PCUT_ASSERT_STR_EQUALS("param", optarg);
PCUT_ASSERT_STR_EQUALS   62 uspace/lib/c/test/loc.c 	PCUT_ASSERT_STR_EQUALS("test/libc-service-a", na);
PCUT_ASSERT_STR_EQUALS   66 uspace/lib/c/test/loc.c 	PCUT_ASSERT_STR_EQUALS("test-a", sna);
PCUT_ASSERT_STR_EQUALS   70 uspace/lib/c/test/loc.c 	PCUT_ASSERT_STR_EQUALS("test/libc-service-b", nb);
PCUT_ASSERT_STR_EQUALS   74 uspace/lib/c/test/loc.c 	PCUT_ASSERT_STR_EQUALS("test-b", snb);
PCUT_ASSERT_STR_EQUALS   34 uspace/lib/c/test/sprintf.c #define TEQ(expected, actual) PCUT_ASSERT_STR_EQUALS(expected, actual)
PCUT_ASSERT_STR_EQUALS   40 uspace/lib/c/test/sprintf.c 		PCUT_ASSERT_STR_EQUALS(expected_string, buffer); \
PCUT_ASSERT_STR_EQUALS   36 uspace/lib/c/test/str.c #define EQ(expected, value) PCUT_ASSERT_STR_EQUALS(expected, value)
PCUT_ASSERT_STR_EQUALS  104 uspace/lib/c/test/uuid.c 	PCUT_ASSERT_STR_EQUALS("hello world!", endptr);
PCUT_ASSERT_STR_EQUALS  235 uspace/lib/dispcfg/test/dispcfg.c 	PCUT_ASSERT_STR_EQUALS("Hello", info->name);
PCUT_ASSERT_STR_EQUALS  274 uspace/lib/dispcfg/test/dispcfg.c 	PCUT_ASSERT_STR_EQUALS("Alice", resp.seat_create_name);
PCUT_ASSERT_STR_EQUALS  313 uspace/lib/dispcfg/test/dispcfg.c 	PCUT_ASSERT_STR_EQUALS("Alice", resp.seat_create_name);
PCUT_ASSERT_STR_EQUALS  100 uspace/lib/inet/test/eth_addr.c 	PCUT_ASSERT_STR_EQUALS("11:22:33:44:55:66", saddr.str);
PCUT_ASSERT_STR_EQUALS  103 uspace/lib/inet/test/eth_addr.c 	PCUT_ASSERT_STR_EQUALS("01:02:03:04:05:06", saddr.str);
PCUT_ASSERT_STR_EQUALS  106 uspace/lib/inet/test/eth_addr.c 	PCUT_ASSERT_STR_EQUALS("aa:bb:cc:dd:ee:ff", saddr.str);
PCUT_ASSERT_STR_EQUALS   45 uspace/lib/pcut/tests/asserts.c 	PCUT_ASSERT_STR_EQUALS("xyz", "xyz");
PCUT_ASSERT_STR_EQUALS   46 uspace/lib/pcut/tests/asserts.c 	PCUT_ASSERT_STR_EQUALS("abc", "xyz");
PCUT_ASSERT_STR_EQUALS   60 uspace/lib/pcut/tests/beforeafter.c 	PCUT_ASSERT_STR_EQUALS("56-abcd", buffer);
PCUT_ASSERT_STR_EQUALS   45 uspace/lib/pcut/tests/simple.c 	PCUT_ASSERT_STR_EQUALS("xyz", p);
PCUT_ASSERT_STR_EQUALS   46 uspace/lib/pcut/tests/simple.c 	PCUT_ASSERT_STR_EQUALS("abc", "XXXabd" + 3);
PCUT_ASSERT_STR_EQUALS   39 uspace/lib/pcut/tests/skip.c 	PCUT_ASSERT_STR_EQUALS("skip", "not skipped");
PCUT_ASSERT_STR_EQUALS   48 uspace/lib/pcut/tests/xmlreport.c 	PCUT_ASSERT_STR_EQUALS("xyz", p);
PCUT_ASSERT_STR_EQUALS   49 uspace/lib/pcut/tests/xmlreport.c 	PCUT_ASSERT_STR_EQUALS("abc", "XXXabd" + 3);
PCUT_ASSERT_STR_EQUALS  185 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("A", caption);
PCUT_ASSERT_STR_EQUALS  187 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("a", cmd);
PCUT_ASSERT_STR_EQUALS  219 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("A", caption);
PCUT_ASSERT_STR_EQUALS  221 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("a", cmd);
PCUT_ASSERT_STR_EQUALS  250 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("A", caption);
PCUT_ASSERT_STR_EQUALS  252 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("a", cmd);
PCUT_ASSERT_STR_EQUALS  268 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("B", caption);
PCUT_ASSERT_STR_EQUALS  270 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("b", cmd);
PCUT_ASSERT_STR_EQUALS  286 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("B", caption);
PCUT_ASSERT_STR_EQUALS  288 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("b", cmd);
PCUT_ASSERT_STR_EQUALS  316 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("A", caption);
PCUT_ASSERT_STR_EQUALS  318 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("a", cmd);
PCUT_ASSERT_STR_EQUALS  329 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("B", caption);
PCUT_ASSERT_STR_EQUALS  331 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("b", cmd);
PCUT_ASSERT_STR_EQUALS  443 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("B", caption);
PCUT_ASSERT_STR_EQUALS  445 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("b", cmd);
PCUT_ASSERT_STR_EQUALS  451 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("C", caption);
PCUT_ASSERT_STR_EQUALS  453 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("c", cmd);
PCUT_ASSERT_STR_EQUALS  459 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("A", caption);
PCUT_ASSERT_STR_EQUALS  461 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("a", cmd);
PCUT_ASSERT_STR_EQUALS  539 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("C", caption);
PCUT_ASSERT_STR_EQUALS  541 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("c", cmd);
PCUT_ASSERT_STR_EQUALS  547 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("A", caption);
PCUT_ASSERT_STR_EQUALS  549 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("a", cmd);
PCUT_ASSERT_STR_EQUALS  555 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("B", caption);
PCUT_ASSERT_STR_EQUALS  557 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_STR_EQUALS("b", cmd);
PCUT_ASSERT_STR_EQUALS   52 uspace/lib/ui/test/accel.c 	PCUT_ASSERT_STR_EQUALS("", buf);
PCUT_ASSERT_STR_EQUALS   58 uspace/lib/ui/test/accel.c 	PCUT_ASSERT_STR_EQUALS("Hello", buf);
PCUT_ASSERT_STR_EQUALS   64 uspace/lib/ui/test/accel.c 	PCUT_ASSERT_STR_EQUALS("~Hello~", buf);
PCUT_ASSERT_STR_EQUALS   72 uspace/lib/ui/test/accel.c 	PCUT_ASSERT_STR_EQUALS("", buf);
PCUT_ASSERT_STR_EQUALS   75 uspace/lib/ui/test/accel.c 	PCUT_ASSERT_STR_EQUALS("H", bp1);
PCUT_ASSERT_STR_EQUALS   78 uspace/lib/ui/test/accel.c 	PCUT_ASSERT_STR_EQUALS("ello", bp2);
PCUT_ASSERT_STR_EQUALS  230 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCDEF", entry->text);
PCUT_ASSERT_STR_EQUALS  242 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("AF", entry->text);
PCUT_ASSERT_STR_EQUALS  271 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("A", entry->text);
PCUT_ASSERT_STR_EQUALS  279 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("AB", entry->text);
PCUT_ASSERT_STR_EQUALS  284 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABEF", entry->text);
PCUT_ASSERT_STR_EQUALS  291 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCDEF", entry->text);
PCUT_ASSERT_STR_EQUALS  320 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCDE", entry->text);
PCUT_ASSERT_STR_EQUALS  332 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("A123E", entry->text);
PCUT_ASSERT_STR_EQUALS  361 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCD", entry->text);
PCUT_ASSERT_STR_EQUALS  366 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABD", entry->text);
PCUT_ASSERT_STR_EQUALS  369 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("AD", entry->text);
PCUT_ASSERT_STR_EQUALS  372 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("D", entry->text);
PCUT_ASSERT_STR_EQUALS  375 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("D", entry->text);
PCUT_ASSERT_STR_EQUALS  404 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCDE", entry->text);
PCUT_ASSERT_STR_EQUALS  415 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("AE", entry->text);
PCUT_ASSERT_STR_EQUALS  444 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCD", entry->text);
PCUT_ASSERT_STR_EQUALS  449 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ACD", entry->text);
PCUT_ASSERT_STR_EQUALS  452 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("AD", entry->text);
PCUT_ASSERT_STR_EQUALS  455 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("A", entry->text);
PCUT_ASSERT_STR_EQUALS  458 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("A", entry->text);
PCUT_ASSERT_STR_EQUALS  487 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCDE", entry->text);
PCUT_ASSERT_STR_EQUALS  498 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("AE", entry->text);
PCUT_ASSERT_STR_EQUALS  540 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("BCDE", str);
PCUT_ASSERT_STR_EQUALS  541 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCDEF", entry->text);
PCUT_ASSERT_STR_EQUALS  584 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("BCDE", str);
PCUT_ASSERT_STR_EQUALS  585 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("AF", entry->text);
PCUT_ASSERT_STR_EQUALS  626 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("A123B", entry->text);
PCUT_ASSERT_STR_EQUALS  695 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCD", entry->text);
PCUT_ASSERT_STR_EQUALS  733 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCD", entry->text);
PCUT_ASSERT_STR_EQUALS  772 uspace/lib/ui/test/entry.c 	PCUT_ASSERT_STR_EQUALS("ABCD", entry->text);
PCUT_ASSERT_STR_EQUALS  499 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("..", entry->name);
PCUT_ASSERT_STR_EQUALS  503 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("a", entry->name);
PCUT_ASSERT_STR_EQUALS  583 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("b", ui_file_list_get_cursor(flist)->name);
PCUT_ASSERT_STR_EQUALS  651 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("a", entry->name);
PCUT_ASSERT_STR_EQUALS  655 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("b", entry->name);
PCUT_ASSERT_STR_EQUALS  659 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("c", entry->name);
PCUT_ASSERT_STR_EQUALS  774 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("a", entry->name);
PCUT_ASSERT_STR_EQUALS  786 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("a", entry->name);
PCUT_ASSERT_STR_EQUALS  831 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("a", entry->name);
PCUT_ASSERT_STR_EQUALS  845 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("b", entry->name);
PCUT_ASSERT_STR_EQUALS  903 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("b", entry->name);
PCUT_ASSERT_STR_EQUALS  961 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("a", entry->name);
PCUT_ASSERT_STR_EQUALS 1012 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS(p, flist->dir);
PCUT_ASSERT_STR_EQUALS 1018 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("..", entry->name);
PCUT_ASSERT_STR_EQUALS 1022 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("a", entry->name);
PCUT_ASSERT_STR_EQUALS 1028 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS(sdname, flist->dir);
PCUT_ASSERT_STR_EQUALS 1080 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("hello.txt", resp.selected_fname);
PCUT_ASSERT_STR_EQUALS 1154 uspace/lib/ui/test/filelist.c 	PCUT_ASSERT_STR_EQUALS("hello.txt", resp.selected_fname);
PCUT_ASSERT_STR_EQUALS  407 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS  417 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 1239 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", entry->caption);
PCUT_ASSERT_STR_EQUALS 1340 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", entry->caption);
PCUT_ASSERT_STR_EQUALS 1344 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", entry->caption);
PCUT_ASSERT_STR_EQUALS 1348 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", entry->caption);
PCUT_ASSERT_STR_EQUALS 1522 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", entry->caption);
PCUT_ASSERT_STR_EQUALS 1534 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", entry->caption);
PCUT_ASSERT_STR_EQUALS 1579 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", entry->caption);
PCUT_ASSERT_STR_EQUALS 1593 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", entry->caption);
PCUT_ASSERT_STR_EQUALS 1651 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", entry->caption);
PCUT_ASSERT_STR_EQUALS 1709 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", entry->caption);
PCUT_ASSERT_STR_EQUALS 1771 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", entry->caption);
PCUT_ASSERT_STR_EQUALS 1776 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", entry->caption);
PCUT_ASSERT_STR_EQUALS 1847 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 1857 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 1867 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 1870 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 1938 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 1948 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 1958 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2029 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2039 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2042 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2050 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2053 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2122 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2193 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2196 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2275 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2278 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2286 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2296 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2377 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2380 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2388 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("e", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2391 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("d", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2399 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("e", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2402 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("d", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2471 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2474 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2482 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2485 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2554 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2557 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2565 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2568 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2647 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("e", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2650 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2658 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("e", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2661 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2669 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("e", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2672 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2751 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2754 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("c", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2762 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2765 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("d", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2773 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2776 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("d", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2855 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2858 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("b", list->page->caption);
PCUT_ASSERT_STR_EQUALS 2866 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("a", list->cursor->caption);
PCUT_ASSERT_STR_EQUALS 2869 uspace/lib/ui/test/list.c 	PCUT_ASSERT_STR_EQUALS("d", list->page->caption);
PCUT_ASSERT_STR_EQUALS  237 uspace/lib/ui/test/pbutton.c 	PCUT_ASSERT_STR_EQUALS("Hello", pbutton->caption);
PCUT_ASSERT_STR_EQUALS  242 uspace/lib/ui/test/pbutton.c 	PCUT_ASSERT_STR_EQUALS("World", pbutton->caption);
PCUT_ASSERT_STR_EQUALS  302 uspace/lib/wndmgt/test/wndmgt.c 	PCUT_ASSERT_STR_EQUALS("Hello", info->caption);
HelenOS homepage, sources at GitHub