OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stdot
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
cd.c
356
struct stat
stdot
, stpath;
local in function:is_curdir
360
stat(".", &
stdot
) != -1 &&
362
stdot
.st_dev == stpath.st_dev &&
363
stdot
.st_ino == stpath.st_ino;
cd.c
356
struct stat
stdot
, stpath;
local in function:is_curdir
360
stat(".", &
stdot
) != -1 &&
362
stdot
.st_dev == stpath.st_dev &&
363
stdot
.st_ino == stpath.st_ino;
Completed in 22 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025