Home
last modified time | relevance | path

Searched refs:str_end (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c805 char *p, *str_end, *temp; in decode_pwd_entry() local
808 str_end = data->dptr + data->dsize; in decode_pwd_entry()
811 if (NULL == (p = get_next_token(data->dptr, &temp, str_end))) in decode_pwd_entry()
821 if (NULL == (p = get_next_token(p, &temp, str_end))) in decode_pwd_entry()
832 pwd->adjunct_tail = am(myself, str_end - p + 1); in decode_pwd_entry()
835 strncpy(pwd->adjunct_tail, p, str_end - p); in decode_pwd_entry()
836 pwd->adjunct_tail[str_end - p] = '\0'; in decode_pwd_entry()
846 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end))) in decode_pwd_entry()
850 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end))) in decode_pwd_entry()
854 if (NULL == (p = get_next_token(p, &(pwd->pw_gecos), str_end))) in decode_pwd_entry()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c134 static uchar_t str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE }; variable
879 str_end[3] = ENCRYPT_END; in encrypt_send_end()
880 (void) net_write(str_end, sizeof (str_end)); in encrypt_send_end()
882 printsub('>', &str_end[2], sizeof (str_end) - 2); in encrypt_send_end()
919 str_end[3] = ENCRYPT_REQEND; in encrypt_send_request_end()
920 (void) net_write(str_end, sizeof (str_end)); in encrypt_send_request_end()
921 printsub('>', &str_end[2], sizeof (str_end) - 2); in encrypt_send_request_end()
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c157 char *str_end; in trim_me() local
170 str_end = str_ptr + strlen(str_ptr); in trim_me()
172 while (str_end > str_ptr && isspace(str_end[-1])) { in trim_me()
173 str_end--; in trim_me()
175 *str_end = '\0'; in trim_me()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c715 tchar *str_end, *word_start, last_char; in tenex() local
731 str_end = &inputline[num_read]; in tenex()
734 *--str_end = '\0'; /* wipe out trailing ESC */ in tenex()
748 for (word_start = str_end; word_start > inputline; in tenex()
787 print_recognized_stuff(str_end); in tenex()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2432 char *str_end, *str_st, *str_del; in aggr_grp_port_rename() local
2443 str_end = &(clnt_name[clnt_name_len]); in aggr_grp_port_rename()
2447 link_len = (intptr_t)((uintptr_t)str_end - (uintptr_t)str_del); in aggr_grp_port_rename()