Searched refs:option_spec (Results 1 – 10 of 10) sorted by relevance
/third_party/libfuse/example/ |
D | hello.c | 47 static const struct fuse_opt option_spec[] = { variable 162 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
D | invalidate_path.c | 67 static const struct fuse_opt option_spec[] = { variable 221 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
D | notify_inval_entry.c | 116 static const struct fuse_opt option_spec[] = { variable 314 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
D | notify_inval_inode.c | 98 static const struct fuse_opt option_spec[] = { variable 296 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
D | notify_store_retrieve.c | 101 static const struct fuse_opt option_spec[] = { variable 357 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
/third_party/libfuse/test/ |
D | test_write_cache.c | 47 static const struct fuse_opt option_spec[] = { variable 248 assert(fuse_opt_parse(&args, &options, option_spec, NULL) == 0); in main()
|
/third_party/nghttp2/doc/_exts/rubydomain/ |
D | rubydomain.py | 61 option_spec = { variable in RubyObject 389 option_spec = { variable in RubyModule 442 option_spec = {} variable in RubyCurrentModule
|
/third_party/python/Doc/tools/extensions/ |
D | c_annotations.py | 178 CObject.option_spec = {
|
D | pyspecific.py | 352 option_spec = {} variable in DeprecatedRemoved 418 option_spec = {} variable in MiscNews
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
D | cdoc.py | 280 option_spec = { variable in CDocDirective
|