Searched refs:excbuf (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/mg/ |
H A D | interpreter.c | 453 char excbuf[BUFSIZE]; in multiarg() local 490 excbuf[0] = '\0'; in multiarg() 502 if (strlcpy(excbuf, cmdp, sizeof(excbuf)) in multiarg() 503 >= sizeof(excbuf)) in multiarg() 505 if (strlcat(excbuf, s, sizeof(excbuf)) in multiarg() 506 >= sizeof(excbuf)) in multiarg() 508 if (strlcat(excbuf, argp, sizeof(excbuf)) in multiarg() 509 >= sizeof(excbuf)) in multiarg() 512 excline(excbuf, 0, 0); in multiarg() 625 char excbuf[BUFSIZE], argbuf[BUFSIZE]; in expandvals() local [all …]
|
H A D | extend.c | 596 static char excbuf[BUFSIZE]; in evalbuffer() local 603 (void)strncpy(excbuf, ltext(lp), llen); in evalbuffer() 606 excbuf[llen] = '\0'; in evalbuffer() 607 if ((s = excline(excbuf, llen, lnum)) != TRUE) { in evalbuffer() 652 char excbuf[BUFSIZE]; in load() local 655 while ((s = ffgetline(ffp, excbuf, sizeof(excbuf) - 1, &nbytes)) in load() 658 excbuf[nbytes] = '\0'; in load() 659 if (excline(excbuf, nbytes, line) != TRUE) { in load() 666 excbuf[nbytes] = '\0'; in load() 667 if (s != FIOEOF || (nbytes && excline(excbuf, nbytes, ++line) != TRUE)) in load()
|
H A D | log.c | 280 const char* const excbuf, in mglog_execbuf() argument 293 excbuf, in mglog_execbuf()
|