Searched refs:isdirp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dos_stat.c18 __os_exists(env, path, isdirp)
21 int *isdirp;
38 if (isdirp != NULL) {
44 *isdirp = fInfo.attrib == _FA_DIR ? 1 : 0;
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_stat.c18 __os_exists(env, path, isdirp)
21 int *isdirp;
41 if (isdirp != NULL)
42 *isdirp = (attrs & FILE_ATTRIBUTE_DIRECTORY);
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_stat.c20 __os_exists(env, path, isdirp)
23 int *isdirp;
36 return (DB_GLOBAL(j_exists)(path, isdirp));
50 if (isdirp != NULL)
51 *isdirp = S_ISDIR(sb.st_mode);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr028/
H A Dt.c35 exists(const char *path, int *isdirp) argument

Completed in 309 milliseconds