Lines Matching refs:pBuf
306 char *pBuf,
322 while (!isgraph(*pBuf)) {
323 if ((*pBuf == '\n') || (*pBuf == '\0')) {
326 if (isspace(*pBuf) || (*pBuf == delim)) {
327 pBuf++;
330 *p1 = pBuf;
333 while (isprint(*pBuf) && (*pBuf != delim)) {
334 pBuf++;
336 if ((*pBuf == '\n') || (*pBuf == '\0')) {
339 if ((*pBuf == ' ') || (*pBuf == delim)) {
340 *pBuf++ = '\0'; /* stuff end of string character */
346 while (!isgraph(*pBuf)) {
347 if ((*pBuf == '\n') || (*pBuf == '\0')) {
350 if (isspace(*pBuf) || (*pBuf == delim)) {
351 pBuf++;
354 *p2 = pBuf;
357 while (isprint(*pBuf) && (*pBuf != delim)) {
358 pBuf++;
360 if (*pBuf != '\0') {
361 *pBuf = '\0'; /* stuff end of string character */
554 char *pBuf;
570 while((pBuf = fgets(buf, XCMSDB_MAXLINELEN, stream)) != NULL) {
581 if (pBuf == NULL) {
655 char *pBuf;
662 while((pBuf = fgets(buf, XCMSDB_MAXLINELEN, stream)) != NULL) {
673 if (pBuf == NULL) {