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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_args.c138 const char *attr_start, *attr_end, *str_end; local
147 str_end = attr_start + strlen(attr_start);
149 while (attr_start < str_end) {
153 attr_end = str_end;
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c805 char *p, *str_end, *temp; local
808 str_end = data->dptr + data->dsize;
811 if (NULL == (p = get_next_token(data->dptr, &temp, str_end)))
821 if (NULL == (p = get_next_token(p, &temp, str_end)))
832 pwd->adjunct_tail = am(myself, str_end - p + 1);
835 strncpy(pwd->adjunct_tail, p, str_end - p);
836 pwd->adjunct_tail[str_end - p] = '\0';
846 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end)))
850 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end)))
854 if (NULL == (p = get_next_token(p, &(pwd->pw_gecos), str_end)))
885 get_next_token(char *str, char **op, char *str_end) argument
1218 char *p, *str_end, *temp; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c136 static uchar_t str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE }; variable
881 str_end[3] = ENCRYPT_END;
882 (void) net_write(str_end, sizeof (str_end));
884 printsub('>', &str_end[2], sizeof (str_end) - 2);
921 str_end[3] = ENCRYPT_REQEND;
922 (void) net_write(str_end, sizeof (str_end));
923 printsub('>', &str_end[
[all...]
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c157 char *str_end; local
170 str_end = str_ptr + strlen(str_ptr);
172 while (str_end > str_ptr && isspace(str_end[-1])) {
173 str_end--;
175 *str_end = '\0';
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c717 tchar *str_end, *word_start, last_char; local
733 str_end = &inputline[num_read];
736 *--str_end = '\0'; /* wipe out trailing ESC */
750 for (word_start = str_end; word_start > inputline;
788 /* print from str_end on */
789 print_recognized_stuff(str_end);
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2110 char *str_end, *str_st, *str_del; local
2121 str_end = &(clnt_name[clnt_name_len]);
2125 link_len = (intptr_t)((uintptr_t)str_end - (uintptr_t)str_del);

Completed in 62 milliseconds