Symbol: RP_SHOULD_FAIL
regress/sys/kern/realpath/realpathtest.c
103
RP_SHOULD_FAIL(NULL, NULL, NULL);
regress/sys/kern/realpath/realpathtest.c
104
RP_SHOULD_FAIL("", NULL, NULL);
regress/sys/kern/realpath/realpathtest.c
112
RP_SHOULD_FAIL("/tmp/noreallydoesntexist", NULL, NULL);
regress/sys/kern/realpath/realpathtest.c
113
RP_SHOULD_FAIL("/tmp/noreallydoesntexist/stillnope", NULL, NULL);
regress/sys/kern/realpath/realpathtest.c
115
RP_SHOULD_FAIL("/bin/herp", NULL, NULL);
regress/sys/kern/realpath/realpathtest.c
117
RP_SHOULD_FAIL("//.//usr/bin/.././../herp", r2, r3);
regress/sys/kern/realpath/realpathtest.c
119
RP_SHOULD_FAIL("//.//usr/bin/.././../herp/derp", r2, r3);
regress/sys/kern/realpath/realpathtest.c
120
RP_SHOULD_FAIL("/../.../usr/bin", r2, r3);
regress/sys/kern/realpath/realpathtest.c
121
RP_SHOULD_FAIL("/bsd/herp", r2, r3);
regress/sys/kern/realpath/realpathtest.c
129
RP_SHOULD_FAIL("hoobla/porkrind", r2, r3);
regress/sys/kern/realpath/realpathtest.c
130
RP_SHOULD_FAIL("hoobla/porkrind/peepee", r2, r3);
regress/sys/kern/realpath/realpathtest.c
134
RP_SHOULD_FAIL(big, r2, r3);
regress/sys/kern/realpath/realpathtest.c
140
RP_SHOULD_FAIL(big, r2, r3);
regress/sys/kern/realpath/realpathtest.c
144
RP_SHOULD_FAIL(big, r2, r3);
regress/sys/kern/realpath/realpathtest.c
163
RP_SHOULD_FAIL(big, r2, r3);
regress/sys/kern/realpath/realpathtest.c
172
RP_SHOULD_FAIL(big, r2, r3);
regress/sys/kern/realpath/realpathtest.c
181
RP_SHOULD_FAIL(big, r2, r3);
regress/sys/kern/realpath/realpathtest.c
190
RP_SHOULD_FAIL(big, r2, r3);
regress/sys/kern/realpath/realpathtest.c
199
RP_SHOULD_FAIL(big, r2, r3);