OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l_target
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
zic.c
358
const char *
l_target
;
member in struct:link
798
links[i].
l_target
, links[i].l_linkname);
807
if (strcmp(links[i].
l_target
, links[i].l_linkname) == 0) {
808
error(_("link %s targets itself"), links[i].
l_target
);
813
l = bsearch(links[i].
l_target
, &links[i + 1], j - (i + 1),
816
l = bsearch(links[i].
l_target
, &links[j], nalinks - j,
819
dolink(links[i].
l_target
, links[i].l_linkname, false);
829
links[i].l_linkname, links[i].
l_target
);
830
else if (bsearch(links[i].
l_target
, links, nlinks, sizeof *links,
833
links[i].l_linkname, links[i].
l_target
);
[
all
...]
zic.c
358
const char *
l_target
;
member in struct:link
798
links[i].
l_target
, links[i].l_linkname);
807
if (strcmp(links[i].
l_target
, links[i].l_linkname) == 0) {
808
error(_("link %s targets itself"), links[i].
l_target
);
813
l = bsearch(links[i].
l_target
, &links[i + 1], j - (i + 1),
816
l = bsearch(links[i].
l_target
, &links[j], nalinks - j,
819
dolink(links[i].
l_target
, links[i].l_linkname, false);
829
links[i].l_linkname, links[i].
l_target
);
830
else if (bsearch(links[i].
l_target
, links, nlinks, sizeof *links,
833
links[i].l_linkname, links[i].
l_target
);
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025