예제 #1
0
파일: fuse.c 프로젝트: ajinkya93/OpenBSD
int
fuse_is_lib_option(unused const char *opt)
{
	return (fuse_opt_match(fuse_core_opts, opt));
}
예제 #2
0
int fuse_is_lib_option(const char *opt)
{
	return fuse_opt_match(fuse_lib_opts, opt);
}