OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fuse_opt_add_arg
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/lib/librefuse/
t_refuse_opt.c
43
atf_tc_set_md_var(tc, "descr", "Check that
fuse_opt_add_arg
(3) works");
50
RL(
fuse_opt_add_arg
(&args, "foo"));
51
RL(
fuse_opt_add_arg
(&args, "bar"));
210
RL(
fuse_opt_add_arg
(&args, "foofs"));
211
RL(
fuse_opt_add_arg
(&args, "-o"));
212
RL(
fuse_opt_add_arg
(&args, "number=1,string=foo"));
213
RL(
fuse_opt_add_arg
(&args, "bar"));
239
RL(
fuse_opt_add_arg
(&args, "foofs"));
240
RL(
fuse_opt_add_arg
(&args, "-o"));
241
RL(
fuse_opt_add_arg
(&args, "number=1,string=foo"))
[
all
...]
/src/lib/librefuse/
fuse_opt.h
61
int
fuse_opt_add_arg
(struct fuse_args *, const char *);
refuse_lowlevel.c
104
return
fuse_opt_add_arg
(args, "-ofsname=refuse");
118
rv =
fuse_opt_add_arg
(args, arg);
refuse_opt.c
50
fuse_opt_add_arg
(struct fuse_args *args, const char *arg)
function
70
err(1, "
fuse_opt_add_arg
");
262
if (
fuse_opt_add_arg
(outargs, arg) == -1)
446
if (
fuse_opt_add_arg
(outargs, args->argv[0]) == -1)
480
if (
fuse_opt_add_arg
(outargs, arg) == -1)
refuse.c
1066
if (
fuse_opt_add_arg
(&args, "-odebug") != 0)
/src/lib/librefuse/refuse/
v21.c
49
if (
fuse_opt_add_arg
(&args, "-o") != 0)
52
if (
fuse_opt_add_arg
(&args, opts) != 0)
v11.c
55
if (
fuse_opt_add_arg
(&args, "dummy") != 0)
60
if (
fuse_opt_add_arg
(&args, argv[i]) != 0)
Completed in 27 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026