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

/freebsd-13-stable/contrib/apr/user/unix/
H A Dgroupinfo.c49 return APR_ENOENT;
54 return errno ? errno : APR_ENOENT;
77 return APR_ENOENT;
82 return errno ? errno : APR_ENOENT;
H A Duserinfo.c53 return APR_ENOENT;
63 return errno ? errno : APR_ENOENT;
135 return APR_ENOENT;
141 return errno ? errno : APR_ENOENT;
/freebsd-13-stable/contrib/apr/misc/unix/
H A Denv.c39 return APR_ENOENT;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c136 return svn_error_createf(APR_ENOENT, NULL,
H A Dlock.c122 return svn_error_createf(APR_ENOENT, NULL, _("'%s' does not exist"),
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Ddir.c177 ret = APR_ENOENT;
188 ret = APR_ENOENT;
199 ret = APR_ENOENT;
H A Dfilestat.c324 return APR_ENOENT;
329 return APR_ENOENT;
/freebsd-13-stable/contrib/apr/include/
H A Dapr_errno.h660 #define APR_ENOENT ENOENT macro
662 #define APR_ENOENT (APR_OS_START_CANONERR + 4) macro
938 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \
1057 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \
1161 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT)
1243 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \
1246 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT)
/freebsd-13-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c1943 return APR_ENOENT;
1950 return APR_ENOENT;
1957 return APR_ENOENT;
1964 return APR_ENOENT;
1971 return APR_ENOENT;
1978 return APR_ENOENT;
1985 return APR_ENOENT;
1992 return APR_ENOENT;
1999 return APR_ENOENT;
2006 return APR_ENOENT;
[all...]
H A Dapr_dbd_sqlite2.c201 return APR_ENOENT;
H A Dapr_dbd_mysql.c401 return APR_ENOENT;
471 return APR_ENOENT;
H A Dapr_dbd_sqlite3.c262 return APR_ENOENT;
H A Dapr_dbd_pgsql.c317 return APR_ENOENT;
/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c922 return APR_ENOENT;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c1855 return svn_error_createf(APR_ENOENT, NULL,
H A Dio.c3205 return svn_error_createf(APR_ENOENT, NULL,
3244 return svn_error_createf(APR_ENOENT, NULL,

Completed in 259 milliseconds