Searched defs:adjbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c35 static void adjbuf(struct termp *p, size_t);
533 adjbuf(struct termp *p, size_t sz) function
549 adjbuf(p, p->col + 1);
565 adjbuf(p, p->col + 7);
601 adjbuf(p, p->col + 2 + (sz * 5));
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c107 char adjbuf[BUFSIZ+1], adjbuf_new[BUFSIZ+1], cmdbuf[BUFSIZ]; local
110 * The adj_crypt_* pointers are used to point into adjbuf
384 while (useadjunct && fgets(adjbuf, BUFSIZ, oadjfp)) {
391 if (doneflag || strncmp(name, adjbuf, namelen)) {
392 if (fputs(adjbuf, nadjfp) == EOF) {
491 * encrypted passwd in adjbuf, respectively, and copy the
497 adj_crypt_begin = adjbuf + namelen;

Completed in 3272 milliseconds