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

/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A DLPdir_unix.c44 # define LP_ENTRY_SIZE PATH_MAX macro
46 # define LP_ENTRY_SIZE NAME_MAX macro
54 #if !defined(LP_ENTRY_SIZE) || LP_ENTRY_SIZE<255
55 # undef LP_ENTRY_SIZE macro
56 # define LP_ENTRY_SIZE 255 macro
62 char entry_name[LP_ENTRY_SIZE+1];

Completed in 77 milliseconds