_MDDir            516 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRStatus) _MD_open_dir(struct _MDDir *md,const char *name);
_MDDir            517 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(char *) _MD_read_dir(struct _MDDir *md, PRIntn flags);
_MDDir            518 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRInt32) _MD_close_dir(struct _MDDir *md);
_MDDir            417 third_party/npapi/npspy/extern/nspr/md/_macos.h extern PRStatus _MD_OpenDir(struct _MDDir *md,const char *name);
_MDDir            420 third_party/npapi/npspy/extern/nspr/md/_macos.h extern char* _MD_ReadDir(struct _MDDir *md,PRIntn flags);
_MDDir            337 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern PRStatus _MD_open_dir(struct _MDDir *, const char *);
_MDDir            338 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern PRInt32  _MD_close_dir(struct _MDDir *);
_MDDir            339 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern char *   _MD_read_dir(struct _MDDir *, PRIntn);