Searched refs:__os_exists (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dmkpath.c48 if (__os_exists(env, t, NULL) &&
59 if (__os_exists(env, t, NULL) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_util.c57 #define OS_EXISTS(a, b, c) __os_exists(a, b, c)
59 #define OS_EXISTS(a, b, c) __os_exists(b, c)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_tmpdir.c101 if (__os_exists(env, path, &isdir) == 0 && isdir) {
120 if (__os_exists(env, __p, &isdir) == 0 && isdir != 0) \
H A Dos_stat.c14 * __os_exists --
17 * PUBLIC: int __os_exists __P((ENV *, const char *, int *));
20 __os_exists(env, path, isdirp) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_util.c57 #define OS_EXISTS(a, b, c) __os_exists(a, b, c)
59 #define OS_EXISTS(a, b, c) __os_exists(b, c)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_stat.c14 * __os_exists --
18 __os_exists(env, path, isdirp) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_stat.c14 * __os_exists --
18 __os_exists(env, path, isdirp) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_name.c164 __os_exists(env, str, NULL) != 0 && try_state != TRY_CREATE) {
203 if ((ret = __os_exists(env, path, &isdir)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dos_ext.h64 int __os_exists __P((ENV *, const char *, int *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_region.c314 if (__os_exists(env, p, NULL) != 0) {
389 if (__os_exists(env, p, NULL) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c195 if (__os_exists(env, name, NULL) != 0) {
479 if (__os_exists(env, real_name, NULL) != 0) {
H A Dlog.c1123 if (__os_exists(env, name, NULL) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c310 ret = __os_exists(env, real_name, NULL);
614 __os_exists(env, real_name, NULL) == 0) {
1213 __os_exists(env, real_new, NULL);
1465 if (__os_exists(env, realnew, NULL) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c147 __os_exists(NULL, file, NULL) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c1407 if (__os_exists(env, real_name, NULL) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c597 if (__os_exists(env, MT_FILE_QUIT, NULL) == 0)

Completed in 187 milliseconds