Searched refs:option_spec (Results 1 - 10 of 10) sorted by relevance
/third_party/libfuse/example/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
/third_party/libfuse/test/ |
H A 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/ |
H A 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/ |
H A D | c_annotations.py | 209 CObject.option_spec = {
|
H A D | pyspecific.py | 422 option_spec = {} variable in DeprecatedRemoved 484 option_spec = {} variable in MiscNews
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
H A D | cdoc.py | 280 option_spec = { variable in CDocDirective
|
Completed in 7 milliseconds