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