Searched refs:buffp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c518 char buffp[LINESZ], buffq[LINESZ]; local
526 bp = buffp; bq = buffq;
533 if ((int)((bp - buffp) + strlen(key)) < size) {
605 if ((int)((bp - buffp) + strlen(s)) < size) {
621 * Since buffp needs to be null terminated, we need to
626 if (bp - buffp == size - 1) {
646 * We know buffp/buffq will fit in pline/plineq since we
649 (void) strcpy(pline, buffp);

Completed in 94 milliseconds