Home
last modified time | relevance | path

Searched refs:_initdir (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libc/
H A DREADME113 subroutine _initdir, which is not part of the libc API or ABI -- it
118 _initdir global
120 The name `_initdir' is declared normally in
123 int _initdir(DIR *, int, const char *);
125 The name `_initdir' is defined normally in
129 _initdir(DIR *dirp, int fd, const char *name)
/netbsd-src/lib/libc/gen/
H A Ddirent_private.h18 int _initdir(DIR *, int, const char *);
H A Drewinddir.c68 _initdir(dirp, fd, NULL); in __weak_alias()
H A Dopendir.c155 error = _initdir(dirp, fd, name); in __opendir_common()
H A Dinitdir.c56 _initdir(DIR *dirp, int fd, const char *name) in _initdir() function