Home
last modified time | relevance | path

Searched refs:fuse_opt_context (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/fusefs-afuse/afuse-0.4.1/compat/
H A Dfuse_opt.c20 struct fuse_opt_context {
69 static int next_arg(struct fuse_opt_context *ctx, const char *opt)
79 static int add_arg(struct fuse_opt_context *ctx, const char *arg)
104 static int add_opt(struct fuse_opt_context *ctx, const char *opt)
109 static int insert_arg(struct fuse_opt_context *ctx, int pos, const char *arg)
124 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key,
195 static int process_opt(struct fuse_opt_context *ctx,
217 static int process_opt_sep_arg(struct fuse_opt_context *ctx,
298 static int process_one(struct fuse_opt_context *ctx, const char *arg)
321 static int opt_parse(struct fuse_opt_context *ctx)
[all …]
/dports/sysutils/fusefs-curlftpfs/curlftpfs-0.9.2/compat/
H A Dfuse_opt.c16 struct fuse_opt_context { struct
65 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
75 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
100 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
105 static int insert_arg(struct fuse_opt_context *ctx, int pos, const char *arg) in insert_arg()
120 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
189 static int process_opt(struct fuse_opt_context *ctx, in process_opt()
211 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
290 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
312 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tools/virtiofsd/
H A Dfuse_opt.c22 struct fuse_opt_context { struct
103 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
113 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
154 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
159 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
266 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
292 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt()
314 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
368 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
393 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tools/virtiofsd/
H A Dfuse_opt.c22 struct fuse_opt_context { struct
103 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
113 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
154 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
159 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
266 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
292 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt()
314 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
368 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
393 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tools/virtiofsd/
H A Dfuse_opt.c18 struct fuse_opt_context { struct
99 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
109 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
150 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
155 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
262 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
288 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt()
310 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
364 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
389 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/emulators/qemu/qemu-6.2.0/tools/virtiofsd/
H A Dfuse_opt.c18 struct fuse_opt_context { struct
99 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
109 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
150 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
155 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
262 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
288 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt()
310 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
364 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
389 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tools/virtiofsd/
H A Dfuse_opt.c22 struct fuse_opt_context { struct
103 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
113 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
154 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
159 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
266 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
292 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt()
314 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
368 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
393 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/sysutils/fusefs-funionfs/funionfs-0.4.3/compat/
H A Dfuse_opt.c16 struct fuse_opt_context { struct
80 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
90 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
115 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
120 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
192 static int process_opt(struct fuse_opt_context *ctx, in process_opt()
214 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
257 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
293 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
315 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/compat/
H A Dfuse_opt.c16 struct fuse_opt_context { struct
80 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
90 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
115 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
120 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
192 static int process_opt(struct fuse_opt_context *ctx, in process_opt()
214 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
257 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
293 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
315 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libfuse-lite/
H A Dfuse_opt.c17 struct fuse_opt_context { struct
84 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
94 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
119 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
124 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
196 static int process_opt(struct fuse_opt_context *ctx, in process_opt()
218 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
261 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
311 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
333 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/sysutils/fusefs-libs3/fuse-3.10.5/lib/
H A Dfuse_opt.c22 struct fuse_opt_context { struct
100 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
110 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
149 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
154 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
228 static int process_opt(struct fuse_opt_context *ctx, in process_opt()
250 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
294 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
348 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
371 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tools/virtiofsd/
H A Dfuse_opt.c18 struct fuse_opt_context { struct
99 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
109 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
150 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
155 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
262 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
288 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt()
310 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
364 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
389 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]
/dports/sysutils/fusefs-libs/fuse-2.9.9/lib/
H A Dfuse_opt.c17 struct fuse_opt_context { struct
102 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
112 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
151 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
156 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
228 static int process_opt(struct fuse_opt_context *ctx, in process_opt()
250 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
294 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
348 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
371 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
[all …]