Home | History | Annotate | Download | only in src

Lines Matching refs:confstr

308 	if ((k = confstr(_CS_PATH, NULL, 0)) > 0 &&
309 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)