OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relative
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/lib/libutil/
t_parsedate.c
278
ATF_TC(
relative
);
variable
280
ATF_TC_HEAD(
relative
, tc)
282
atf_tc_set_md_var(tc, "descr", "Test
relative
items"
286
ATF_TC_BODY(
relative
, tc)
314
* Test
relative
to a number of fixed dates. Avoid the
316
* of the
relative
date, and use a prime step for maximum
628
ATF_TP_ADD_TC(tp,
relative
);
t_parsedate.c
278
ATF_TC(
relative
);
variable
280
ATF_TC_HEAD(
relative
, tc)
282
atf_tc_set_md_var(tc, "descr", "Test
relative
items"
286
ATF_TC_BODY(
relative
, tc)
314
* Test
relative
to a number of fixed dates. Avoid the
316
* of the
relative
date, and use a prime step for maximum
628
ATF_TP_ADD_TC(tp,
relative
);
/src/common/lib/libc/gen/
rbtree.c
1190
* black, my 2nd closet
relative
away from my parent
1198
const struct rb_node *relative0, *
relative
;
local
1203
relative
= rb_tree_iterate_const(rbt,
1205
KASSERT(
relative
!= NULL);
1206
KASSERT(RB_SENTINEL_P(
relative
->rb_nodes[which]));
1208
KASSERT(RB_RED_P(
relative
)
1209
|| RB_RED_P(
relative
->rb_left)
1210
|| RB_RED_P(
relative
->rb_right)
1211
|| RB_RED_P(RB_FATHER(
relative
)));
rbtree.c
1190
* black, my 2nd closet
relative
away from my parent
1198
const struct rb_node *relative0, *
relative
;
local
1203
relative
= rb_tree_iterate_const(rbt,
1205
KASSERT(
relative
!= NULL);
1206
KASSERT(RB_SENTINEL_P(
relative
->rb_nodes[which]));
1208
KASSERT(RB_RED_P(
relative
)
1209
|| RB_RED_P(
relative
->rb_left)
1210
|| RB_RED_P(
relative
->rb_right)
1211
|| RB_RED_P(RB_FATHER(
relative
)));
/src/bin/sh/
histedit.c
857
*
relative
histnums.
1047
int
relative
= 0;
local
1053
relative
= 1;
1060
if (
relative
) {
histedit.c
857
*
relative
histnums.
1047
int
relative
= 0;
local
1053
relative
= 1;
1060
if (
relative
) {
Completed in 38 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026