bufend             85 maint/gnulib/lib/get_ppid_of.c           char *bufend = buf + nread;
bufend             89 maint/gnulib/lib/get_ppid_of.c           *bufend = '\0';
bufend             94 maint/gnulib/lib/get_ppid_of.c               if (bufend - p >= 5 && memcmp (p, "PPid:", 5) == 0)
bufend             35 maint/gnulib/tests/test-sh-quote.c   char *bufend;
bufend             45 maint/gnulib/tests/test-sh-quote.c   bufend = shell_quote_copy (buf, input);
bufend             46 maint/gnulib/tests/test-sh-quote.c   ASSERT (bufend == buf + output_len);
bufend             52 maint/gnulib/tests/test-system-quote-main.c   char *bufend;
bufend             62 maint/gnulib/tests/test-system-quote-main.c   bufend = system_quote_copy (buf, interpreter, input);
bufend             63 maint/gnulib/tests/test-system-quote-main.c   ASSERT (bufend == buf + output_len);