Home
last modified time | relevance | path

Searched refs:key (Results 151 – 175 of 235) sorted by relevance

12345678910

/original-bsd/bin/ps/
H A Dkeyword.c293 VAR *v, key; local
297 key.name = p;
303 key.name = p;
304 v = bsearch(&key, var, sizeof(var)/sizeof(VAR) - 1, sizeof(VAR), vcmp);
/original-bsd/usr.sbin/amd/fsinfo/
H A Dwr_atab.c52 char *key = ap->a_name + sk; local
57 fputs(key, af);
/original-bsd/lib/libtelnet/
H A Dkerberos.c524 prkey(msg, key) in prkey() argument
526 unsigned char *key;
531 printf(" %3d", key[i]);
H A Dspx.c552 prkey(msg, key) in prkey() argument
554 unsigned char *key;
559 printf(" %3d", key[i]);
/original-bsd/old/pcc/lint/llibs/
H A Dllib-lc200 datum dbm_fetch(db, key) DBM *db; datum key; { return key; }
201 int dbm_store(db, key, cont, flags) DBM *db; datum key, cont; { return 0; }
202 int dbm_delete(db, key) DBM *db; datum key; { return 0; }
203 datum dbm_firstkey(db) DBM *db; { datum key; return key; }
204 datum dbm_nextkey(db) DBM *db; { datum key; return key; }
/original-bsd/sys/pmax/include/
H A Dpmioctl.h50 unsigned char key; /* the key (button only) */ member
/original-bsd/sys/pmax/dev/
H A Dscsi.h273 u_char key :4; /* Sense keys defined below */ member
283 u_char key :4; /* Sense keys defined below */
/original-bsd/sys/nfs/
H A Dnfs_syscalls.c803 nfs_getauth(nmp, rep, cred, auth_str, auth_len, verf_str, verf_len, key) in nfs_getauth() argument
811 NFSKERBKEY_T key; /* return session key */
850 bcopy((caddr_t)nmp->nm_key, (caddr_t)key, sizeof (key));
934 nfs_savenickauth(nmp, cred, len, key, mdp, dposp, mrep) in nfs_savenickauth() argument
938 NFSKERBKEY_T key;
990 bcopy(key, nuidp->nu_key, sizeof (key));
/original-bsd/lib/librpc/rpc/
H A Dauth.h73 } key; member
/original-bsd/lib/libedit/
H A Dterm.h23 int key; /* Index in termcap table */ member
H A Dterm.c922 arrow[A_K_DN].key = T_kd;
927 arrow[A_K_UP].key = T_ku;
932 arrow[A_K_LT].key = T_kl;
937 arrow[A_K_RT].key = T_kr;
1057 if (el->el_term.t_buf == NULL || el->el_map.key == NULL)
1060 map = el->el_map.type == MAP_VI ? el->el_map.alt : el->el_map.key;
1066 p = el->el_term.t_str[arrow[i].key];
H A DMakefile5 OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \
/original-bsd/lib/libc/db/
H A DVERSION62 hash: Fixed big key overflow bugs.
65 Stop copying non-overflow key/data pairs.
/original-bsd/usr.bin/finger/
H A Dlprint.c51 DBT data, key; in lflag_print() local
54 r = (*db->seq)(db, &key, &data, sflag); in lflag_print()
/original-bsd/usr.bin/f77/pass1.vax/
H A Doptloop.c86 int key; local
104 key = memno % TABLESIZE;
105 q = table[key];
115 return table[key] = mkbucket(vstg,memno);
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Doptloop.c86 int key; local
104 key = memno % TABLESIZE;
105 q = table[key];
115 return table[key] = mkbucket(vstg,memno);
/original-bsd/sys/dev/scsi/
H A Dsd.c556 int key; local
562 key = XSENSE_KEY(sn);
563 printf(", key %d", key);
567 if (key == 0 || key == 1)
/original-bsd/bin/ed/
H A Ded.c92 char key[KSIZE + 1]; variable
170 kflag = crinit(key, perm);
389 kflag = crinit(key, perm); in commands()
1024 makekey(key, tperm); in init()
1731 p = key; in getkey()
1733 if(p < &key[KSIZE]) in getkey()
1740 return(key[0] != 0); in getkey()
/original-bsd/old/tp/
H A Dtp2.c217 verify(key) in verify() argument
223 repeat: printf("%c %s ", key, name); in verify()
/original-bsd/contrib/sort/
H A Dfiles.c225 seq(fd, line, key) in seq() argument
227 DBT *key, *line;
/original-bsd/bin/pax/
H A Dtables.c1348 register u_int key = 0; local
1381 key += val;
1393 key += val;
1399 return(key % tabsz);
/original-bsd/sys/hp/hpux/
H A Dhpux.h176 long key; /* key */ member
/original-bsd/sbin/route/
H A Droute.c445 set_metric(value, key) in set_metric() argument
447 int key;
452 switch (key) {
478 int key; local
490 switch (key = keyword(1 + *argv)) {
589 set_metric(*++argv, key);
/original-bsd/usr.sbin/amd/doc/
H A Damdref.texinfo377 contains a list of key--value pairs. The key is the name of the volume
727 key valA valB; \
734 key valA valB; valC
740 key valA valB;\
747 key valA valB;valC
1230 @item key
1233 @cindex Selector; key
4040 charm host!=$@{key@};type:=nfs;rhost:=$@{key@};rfs:=/home/$@{key@} \
4061 toytown host!=$@{key@};type:=nfs;rhost:=$@{key@};rfs:=/home/$@{key@} \
4065 zebedee host!=$@{key@};type:=nfs;rhost:=$@{key@};rfs:=/home/$@{key@} \
[all …]
/original-bsd/sys/luna68k/dev/
H A Dsd.c174 if (sp->class == 7 && sp->key == 6)
388 printf(", key %d", sp->key);
391 switch (sp->key) {

12345678910