/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 228 (void) strcpy(hostname, fs_tab[n]->remote_name); in get_server_host() 300 strcmp(fs_tab[i]->remote_name, host_path) == 0) { in already_mounted() 307 if (strcmp(fs_tab[i]->remote_name, vfs->vfs_special) == 0) { in already_mounted() 471 arg[3] = fs_tab[n]->remote_name; in mount_client() 578 "%s%s", fs_tab[fsys_value]->remote_name, in server_map() 662 free(fs_tab[n]->remote_name); in fs_tab_free() 728 nfte->remote_name = strdup(mt->mnt_special); in construct_mt() 843 nfte->remote_name = link_name; in construct_vfs() 845 nfte->remote_name = strdup(vfsent->vfs_special); in construct_vfs() 1022 char *remote_name) in load_fsentry() argument [all …]
|
H A D | dryrun.c | 411 if (!write_string(fd_drb, fs_entry->remote_name)) in write_dryrun_bin() 559 char name[PATH_MAX], remote_name[PATH_MAX]; in read_continue_bin() local 573 if (read_string(fd_cnb, &remote_name[0]) == NULL) in read_continue_bin() 576 if (load_fsentry(&fs_entry, name, fstype, remote_name)) { in read_continue_bin()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 187 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ variable 264 { "remotename", o_string, remote_name, 985 can_auth = have_chap_secret((explicit_remote? remote_name: NULL), in auth_check_options() 998 remote_name); in auth_check_options() 1028 have_chap_secret(user, (explicit_remote? remote_name: NULL), 0, NULL); 1042 havesecret = have_chap_secret((explicit_remote? remote_name: NULL), 1372 logwtmp(tty, user, remote_name); /* Add wtmp login entry */ 1500 (remote_name[0] != '\0' ? remote_name: NULL), 1537 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,
|
H A D | chap.c | 486 (remote_name[0] != '\0' && rhostname[0] == '\0')) { 487 (void) strlcpy(rhostname, remote_name, sizeof(rhostname)); 642 rhn = (explicit_remote? remote_name: rhostname);
|
H A D | options.c | 1771 if (remote_name[0] == '\0') 1772 (void) strlcpy(remote_name, colon, sizeof(remote_name));
|
H A D | pppd.h | 256 extern char remote_name[MAXNAMELEN]; /* Peer's name for authentication */
|
/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | install.h | 119 char *remote_name; /* client's mounted filesystem */ member
|
H A D | libinst.h | 272 char *fstype, char *remote_name));
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | mapfile-passprompt | 27 remote_name { TYPE = DATA; FLAGS = extern }; # " "
|
H A D | passprompt.c | 72 argv[2] = remote_name; in promptpass()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 213 u_int window, u_int maxpack, int extusage, char *remote_name, int nonblock) in channel_new() argument 264 c->remote_name = remote_name; in channel_new() 273 debug("channel %d: new [%s]", found, remote_name); in channel_new() 334 c->remote_name ? c->remote_name : "???", n); in channel_free() 346 if (c->remote_name) { in channel_free() 347 xfree(c->remote_name); in channel_free() 348 c->remote_name = NULL; in channel_free() 560 c->self, c->remote_name, in channel_open_message() 1205 xfree(c->remote_name); in port_open_helper() 1206 c->remote_name = xstrdup(buf); in port_open_helper() [all …]
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | setkey.c | 703 pk_encrypt(uid, remote_name, remote_key, key) in pk_encrypt() argument 705 char *remote_name; 709 return (pk_crypt(uid, remote_name, remote_key, key, DES_ENCRYPT)); 731 pk_decrypt(uid, remote_name, remote_key, key) in pk_decrypt() argument 733 char *remote_name; 737 return (pk_crypt(uid, remote_name, remote_key, key, DES_DECRYPT)); 1274 pk_crypt(uid, remote_name, remote_key, key, mode) in pk_crypt() argument 1276 char *remote_name; 1303 if (!getpublickey(remote_name, xpublic)) {
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | channels.h | 104 char *remote_name; /* remote hostname */ member
|