Home
last modified time | relevance | path

Searched refs:file_exists2 (Results 1 – 25 of 54) sorted by relevance

123

/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/ftp/proftpd/proftpd-1.3.7c/include/
H A Dsupport.h90 int file_exists2(pool *, const char *);
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dmisc.c1080 res = file_exists2(NULL, NULL); in START_TEST()
1083 res = file_exists2(p, NULL); in START_TEST()
1087 res = file_exists2(p, path); in START_TEST()
1091 res = file_exists2(p, path); in START_TEST()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dsupport.c796 int file_exists2(pool *p, const char *path) { in file_exists2() function
801 return file_exists2(NULL, path); in file_exists()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dsupport.c796 int file_exists2(pool *p, const char *path) { in file_exists2() function
801 return file_exists2(NULL, path); in file_exists()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dsupport.c796 int file_exists2(pool *p, const char *path) { in file_exists2() function
801 return file_exists2(NULL, path); in file_exists()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dsupport.c796 int file_exists2(pool *p, const char *path) { in file_exists2() function
801 return file_exists2(NULL, path); in file_exists()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dsupport.c796 int file_exists2(pool *p, const char *path) { in file_exists2() function
801 return file_exists2(NULL, path); in file_exists()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dsupport.c796 int file_exists2(pool *p, const char *path) { in file_exists2() function
801 return file_exists2(NULL, path); in file_exists()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dsupport.c796 int file_exists2(pool *p, const char *path) { in file_exists2() function
801 return file_exists2(NULL, path); in file_exists()

123