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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c125 char *adjunct_tail; /* Tail of adjunct entry (opaque) */ member in struct:passwd_entry
832 pwd->adjunct_tail = am(myself, str_end - p + 1);
833 if (NULL == pwd->adjunct_tail)
835 strncpy(pwd->adjunct_tail, p, str_end - p);
836 pwd->adjunct_tail[str_end - p] = '\0';
955 if (NULL != pwd->adjunct_tail)
956 sfree(pwd->adjunct_tail);
993 len += strlen(pwd->adjunct_tail) + 1;
1033 strcat(s, pwd->adjunct_tail);
1089 old_passwd->adjunct_tail
[all...]

Completed in 59 milliseconds