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

/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dmain.c274 extern char *dest_realm, dst_realm_buf[], dst_realm_sz;
275 dest_realm = dst_realm_buf;
/macosx-10.10.1/remote_cmds-47/rlogin.tproj/
H A Drlogin.c101 char dst_realm_buf[REALM_SZ], *dest_realm = NULL; variable
243 dest_realm = dst_realm_buf;
/macosx-10.10.1/libtelnet-13/
H A Dkerberos.c154 char dst_realm_buf[REALM_SZ], *dest_realm = NULL; variable
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Drcp.c88 char dst_realm_buf[REALM_SZ]; variable
181 dest_realm = dst_realm_buf;
182 (void)strncpy(dst_realm_buf, optarg, REALM_SZ);

Completed in 235 milliseconds