Home
last modified time | relevance | path

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

/openssl/crypto/
H A DLPdir_unix.c60 # define LP_ENTRY_SIZE PATH_MAX macro
62 # define LP_ENTRY_SIZE NAME_MAX macro
71 #if !defined(LP_ENTRY_SIZE) || LP_ENTRY_SIZE<255
72 # undef LP_ENTRY_SIZE
73 # define LP_ENTRY_SIZE 255 macro
78 char entry_name[LP_ENTRY_SIZE + 1];
81 char previous_entry_name[LP_ENTRY_SIZE + 1];

Completed in 4 milliseconds