Home | History | Annotate | Download | only in intl

Lines Matching refs:_PC_PATH_MAX

181 #if !defined PATH_MAX && defined _PC_PATH_MAX
182 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))