Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 29) sorted by relevance

12

/original-bsd/lib/libtelnet/
H A Dkerberos.c147 char instance[INST_SZ]; local
162 memset(instance, 0, sizeof(instance));
165 strncpy(instance, realm, sizeof(instance));
167 instance[sizeof(instance)-1] = '\0';
175 if (r = krb_mk_req(&auth, KRB_SERVICE_NAME, instance, realm, 0L)) {
179 if (r = krb_get_cred(KRB_SERVICE_NAME, instance, realm, &cred)) {
243 char instance[INST_SZ]; local
264 instance[0] = '*'; instance[1] = 0;
266 instance, 0, &adat, "")) {
H A Dkrb4encpwd.c262 char randchal[REALM_SZ], instance[ANAME_SZ], *cp; local
292 strcpy(instance, RemoteHostName);
293 if ((cp = strchr(instance, '.')) != 0) *cp = '\0';
295 …if (r = krb_mk_encpwd_req(&krb_token, KRB_SERVICE_NAME, instance, realm, Challenge, UserNameReques…
/original-bsd/usr.bin/login/
H A Dklogin.c39 klogin(pw, instance, localhost, password) in klogin() argument
41 char *instance, *localhost, *password;
70 if (strcmp(instance, "root") != 0)
86 kerror = krb_get_pw_in_tkt(pw->pw_name, instance,
H A Dlogin.c73 char *instance; variable
174 if ((instance = strchr(username, '.')) != NULL) {
175 if (strncmp(instance, ".root", 5) == 0)
177 *instance++ = '\0';
179 instance = "";
220 rval = klogin(pwd, instance, localhost, p);
/original-bsd/old/athena/klist/
H A Dklist.c133 !strcmp(c.instance, prealm)) {
148 c.service, (c.instance[0] ? "." : ""), c.instance,
/original-bsd/old/athena/kpasswd/
H A Dkpasswdd.c190 principal_data.name, principal_data.instance); in main()
197 principal_data.instance, in main()
/original-bsd/libexec/kpasswdd/
H A Dkpasswdd.c206 principal_data.name, principal_data.instance); in main()
213 principal_data.instance, in main()
/original-bsd/libexec/rlogind/
H A Drlogind.c629 char instance[INST_SZ], version[VERSION_SIZE]; local
636 instance[0] = '*';
637 instance[1] = '\0';
648 instance, dest, &faddr,
657 instance, dest, (struct sockaddr_in *) 0,
/original-bsd/old/athena/register/
H A Dregisterd.c205 strcpy(principal_data[0].instance, input_instance); in do_append()
234 principal_data[0].instance, in do_append()
/original-bsd/local/kerberosIV/registerd/
H A Dregisterd.c209 strcpy(principal_data[0].instance, input_instance);
241 principal_data[0].instance,
/original-bsd/libexec/rshd/
H A Drshd.c181 char instance[INST_SZ], version[VERSION_SIZE]; local
351 strcpy(instance, "*");
365 "rcmd", instance, &fromaddr,
372 instance, &fromaddr,
/original-bsd/local/kerberosIV/kdb_edit/
H A Dkdb_edit.c225 strcpy(principal_data[0].instance, input_instance); in change_principal()
241 principal_data[i].name, principal_data[i].instance, in change_principal()
/original-bsd/usr.bin/spell/
H A DREADME30 More may be added as suggestions are received.) Here, for instance is a
47 variables LOCAL and SPECIAL. For instance, the results given by the
/original-bsd/old/adb/common_source/
H A DINFO63 suppressed. For instance, %?s converts one integer
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A DUNDOC68 affect a specific instance; variables textht
/original-bsd/usr.bin/m4/TEST/
H A Dtest.m4104 instance, if someone asks what happened at work this week, I say
/original-bsd/usr.bin/diction/diction/
H A Ddict.d235 in the instance of
/original-bsd/local/ditroff/ditroff.okeeffe/chem/
H A DREADME80 can be changed by naming a "from" place. For instance,
/original-bsd/usr.bin/diction/explain/
H A Dexplain.d272 in the instance of for
/original-bsd/usr.bin/telnet/
H A DREADME316 One instance of leaving linemode in telnetd forgot
/original-bsd/usr.sbin/sendmail/doc/usenix/
H A Dusenix.me862 for instance,
/original-bsd/contrib/perl-4.036/
H A DConfigure1390 -lwhatever. For instance, this would be a good place to specify
/original-bsd/games/adventure/
H A Dglorkz1398 51 effects; for instance, the rod scares the bird. Usually people having
/original-bsd/usr.bin/ex/
H A DREAD_ME1226 deletes text up to the next instance of `pat'. To delete to
/original-bsd/usr.sbin/amd/doc/
H A Damdref.texinfo506 Since there is only one instance of @i{Amd} for each automount point,
507 and usually only one instance on each machine, it is important that it

12