Lines Matching refs:confstr
288 if ((k = confstr(_CS_PATH, NULL, 0)) > 0 &&289 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)