OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outargs
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/librefuse/
refuse_opt.c
233
const char* arg, int key, struct fuse_args *
outargs
, bool is_opt)
239
const int rv = proc(data, arg, key,
outargs
);
247
/* Do we already have "-o" at the beginning of
outargs
? */
248
if (
outargs
->argc >= 3 && strcmp(
outargs
->argv[1], "-o") == 0) {
250
if (fuse_opt_add_opt_escaped(&
outargs
->argv[2], arg) == -1)
255
if (fuse_opt_insert_arg(
outargs
, 1, "-o") == -1)
257
if (fuse_opt_insert_arg(
outargs
, 2, arg) == -1)
262
if (fuse_opt_add_arg(
outargs
, arg) == -1)
285
parse_matched_arg(const char* arg, struct fuse_args *
outargs
,
505
struct fuse_args
outargs
= FUSE_ARGS_INIT(0, NULL);
local
[
all
...]
refuse_lowlevel.c
79
struct fuse_args *
outargs
)
/src/tests/lib/librefuse/
t_refuse_opt.c
170
static int foo_opt_proc(void *data, const char *arg, int key, struct fuse_args *
outargs
) {
390
/* The "--" marker at the last of
outargs
should be removed */
Completed in 21 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026