HomeSort by relevance Sort by last modified time
    Searched refs:idlist (Results 1 - 11 of 11) sorted by null

  /external/openssh/
ssh-add.c 368 struct ssh_identitylist *idlist; local
378 &idlist)) != 0) {
384 for (i = 0; i < idlist->nkeys; i++) {
387 fp = sshkey_fingerprint(idlist->keys[i],
390 sshkey_size(idlist->keys[i]),
392 idlist->comments[i],
393 sshkey_type(idlist->keys[i]));
396 if ((r = sshkey_write(idlist->keys[i],
402 fprintf(stdout, " %s\n", idlist->comments[i]);
405 ssh_free_identitylist(idlist);
    [all...]
sshconnect1.c 73 struct ssh_identitylist *idlist = NULL; local
87 if ((r = ssh_fetch_identitylist(agent_fd, 1, &idlist)) != 0) {
93 for (i = 0; i < idlist->nkeys; i++) {
96 idlist->comments[i]);
100 packet_put_bignum(idlist->keys[i]->rsa->n);
124 if ((r = ssh_decrypt_challenge(agent_fd, idlist->keys[i],
162 ssh_free_identitylist(idlist);
ssh-agent.c 123 TAILQ_HEAD(idqueue, identity) idlist;
174 TAILQ_INIT(&idtable[i].idlist);
204 TAILQ_FOREACH(id, &tab->idlist, next) {
255 TAILQ_FOREACH(id, &tab->idlist, next) {
482 TAILQ_REMOVE(&tab->idlist, id, next);
499 for (id = TAILQ_FIRST(&tab->idlist); id;
500 id = TAILQ_FIRST(&tab->idlist)) {
501 TAILQ_REMOVE(&tab->idlist, id, next);
523 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
529 TAILQ_REMOVE(&tab->idlist, id, next)
    [all...]
sshconnect2.c 244 typedef struct idlist Idlist;
255 TAILQ_HEAD(idlist, identity);
267 struct idlist keys;
603 TAILQ_FOREACH_REVERSE(id, &authctxt->keys, idlist, next) {
1191 struct idlist agent, files, *preferred;
1195 struct ssh_identitylist *idlist; local
    [all...]
  /external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
tdrm.c 49 static drm_pci_list_t DRM(idlist)[] =
56 #define DRIVER_CARD_LIST DRM(idlist)
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 247 List idlist = new ArrayList(); local
270 idlist.add(args[i].trim());
305 int len = idlist.size();
310 tzids = new String[idlist.size()];
311 idlist.toArray(tzids);
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
commands.c 561 char *idlist, *nextarg; local
578 idlist = strtok_r(args, whitespace, &nextarg);
579 nr_to = get_arg_nodeid_list(idlist, toids);
588 idlist = strtok_r(args, whitespace, &nextarg);
589 nr_from = get_arg_nodeid_list(idlist, fromids);
  /external/icu/icu4c/source/i18n/
coll.cpp 700 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status); local
702 _ids->put(idlist[i], (void*)this, status);
numfmt.cpp 918 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status); local
922 _ids->put(idlist[i], (void*)this, status);
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 401 Flat trees such as for lists like "idlist : ID+ ;" are left alone
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 171 /// Flat trees such as for lists like "idlist : ID+ ;" are left alone
    [all...]

Completed in 511 milliseconds