OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:link_errno
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
zic.c
1485
int
link_errno
;
local in function:dolink
1507
link_errno
= 0;
1510
link_errno
= errno;
1512
if (
link_errno
== EINVAL)
1513
link_errno
= ENOTSUP;
1520
if (
link_errno
== ENOTSUP
1524
link_errno
= 0;
1527
link_errno
= errno;
1530
if (
link_errno
== EXDEV ||
link_errno
== ENOTSUP
[
all
...]
zic.c
1485
int
link_errno
;
local in function:dolink
1507
link_errno
= 0;
1510
link_errno
= errno;
1512
if (
link_errno
== EINVAL)
1513
link_errno
= ENOTSUP;
1520
if (
link_errno
== ENOTSUP
1524
link_errno
= 0;
1527
link_errno
= errno;
1530
if (
link_errno
== EXDEV ||
link_errno
== ENOTSUP
[
all
...]
Completed in 34 milliseconds
Indexes created Mon Sep 29 18:09:42 GMT 2025