Lines Matching defs:excbuf
453 char excbuf[BUFSIZE];
490 excbuf[0] = '\0';
502 if (strlcpy(excbuf, cmdp, sizeof(excbuf))
503 >= sizeof(excbuf))
505 if (strlcat(excbuf, s, sizeof(excbuf))
506 >= sizeof(excbuf))
508 if (strlcat(excbuf, argp, sizeof(excbuf))
509 >= sizeof(excbuf))
512 excline(excbuf, 0, 0);
625 char excbuf[BUFSIZE], argbuf[BUFSIZE];
664 excbuf[0] = '\0';