Lines Matching defs:from
125 #define ALG_APPEND(to, from) \
129 strlcat(to, from, maxlen); \
486 msg = xmalloc(len * 4 + 1); /* max expansion from strnvis() */
590 debug("no key from blob. pkalg %s", pkalg);
999 /* load the private key from the file */
1089 /* put remaining data from buffer into packet */
1204 TAILQ_INIT(&agent); /* keys from the agent */
1205 TAILQ_INIT(&files); /* keys from the config file */
1260 * agent keys from the config file are
1273 /* XXX "steals" key/comment from idlist */
1290 /* append remaining keys from the config file */
1466 int i, r, to[2], from[2], status, sock = packet_get_connection_in();
1485 if (pipe(from) < 0) {
1498 close(from[0]);
1499 if (dup2(from[1], STDOUT_FILENO) < 0)
1504 close(from[1]);
1516 close(from[1]);
1528 r = ssh_msg_recv(from[0], b);
1529 close(from[0]);