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

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c801 char *p, *str_end, *temp; local
804 str_end = dptr + data->dsize;
807 if (NULL == (p = get_next_token(dptr, &temp, str_end)))
817 if (NULL == (p = get_next_token(p, &temp, str_end)))
828 pwd->adjunct_tail = am(myself, str_end - p + 1);
831 strncpy(pwd->adjunct_tail, p, str_end - p);
832 pwd->adjunct_tail[str_end - p] = '\0';
842 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end)))
846 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end)))
850 if (NULL == (p = get_next_token(p, &(pwd->pw_gecos), str_end)))
881 get_next_token(char *str, char **op, char *str_end) argument
1216 char *p, *str_end, *temp; local
[all...]
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c158 char *str_end; local
171 str_end = str_ptr + strlen(str_ptr);
173 while (str_end > str_ptr && isspace(str_end[-1])) {
174 str_end--;
176 *str_end = '\0';

Completed in 25 milliseconds