OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chdir_errno
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/time/
zic.c
700
int
chdir_errno
= errno;
local in function:change_directory
701
if (
chdir_errno
== ENOENT) {
703
chdir_errno
= chdir(dir) == 0 ? 0 : errno;
705
if (
chdir_errno
!= 0) {
707
progname, dir, strerror(
chdir_errno
));
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025