OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirh
(Results
1 - 1
of
1
) sorted by null
/external/dbus/tools/
dbus-cleanup-sockets.c
157
DIR *
dirh
;
local
167
dirh
= opendir (dir);
168
if (
dirh
== NULL)
175
while ((dent = readdir (
dirh
)))
194
closedir (
dirh
);
Completed in 9 milliseconds