Searched refs:fctx (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | mux.c | 584 struct mux_channel_confirm_ctx *fctx = ctxt; in mux_confirm_remote_forward() local 590 if ((c = channel_by_id(fctx->cid)) == NULL) { in mux_confirm_remote_forward() 596 if (fctx->fid >= options.num_remote_forwards || in mux_confirm_remote_forward() 597 (options.remote_forwards[fctx->fid].connect_path == NULL && in mux_confirm_remote_forward() 598 options.remote_forwards[fctx->fid].connect_host == NULL)) { in mux_confirm_remote_forward() 599 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward() 602 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward() 614 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward() 620 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward() 647 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward() [all …]
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 3723 struct fuse2fs fctx; in main() local 3729 memset(&fctx, 0, sizeof(fctx)); in main() 3730 fctx.magic = FUSE2FS_MAGIC; in main() 3732 fuse_opt_parse(&args, &fctx, fuse2fs_opts, fuse2fs_opt_proc); in main() 3733 if (fctx.device == NULL) { in main() 3739 if (fctx.ro) in main() 3754 fctx.err_fp = fopen(logfile, "a"); in main() 3755 if (!fctx.err_fp) { in main() 3760 fctx.err_fp = stderr; in main() 3765 "This is dangerous!\n"), fctx.device); in main() [all …]
|