Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libfuse/
Dfuse-opt-parse.c46 #define DATA_OPT(o,m,v) {o, offsetof(struct data, m), v} macro
51 DATA_OPT("optstring=%s", optstring, 0),
52 DATA_OPT("-f=%s", fsname, 0),
53 DATA_OPT("-x %s", x, 0),
54 DATA_OPT("--count=%u", count, 0),
55 DATA_OPT("-1", ssh_ver, 5),
56 DATA_OPT("cache=yes", cache, 1),
57 DATA_OPT("cache=no", cache, 0),
58 DATA_OPT("debug", debug, 1),
59 DATA_OPT("debug", foreground, 1),
[all …]