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

/opensolaris-onvv-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 42 milliseconds