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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilepath.c44 return APR_ENAMETOOLONG;
154 return APR_ENAMETOOLONG;
/freebsd-11-stable/contrib/apr/passwd/
H A Dapr_getpass.c250 rv = APR_ENAMETOOLONG;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h653 #define APR_ENAMETOOLONG ENAMETOOLONG macro
655 #define APR_ENAMETOOLONG (APR_OS_START_CANONERR + 3) macro
935 #define APR_STATUS_IS_ENAMETOOLONG(s) ((s) == APR_ENAMETOOLONG \
1054 #define APR_STATUS_IS_ENAMETOOLONG(s) ((s) == APR_ENAMETOOLONG \
1160 #define APR_STATUS_IS_ENAMETOOLONG(s) ((s) == APR_ENAMETOOLONG)
1235 #define APR_STATUS_IS_ENAMETOOLONG(s) ((s) == APR_ENAMETOOLONG)
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockopt.c404 return APR_ENAMETOOLONG;

Completed in 48 milliseconds