/external/selinux/libselinux/src/ |
D | label_internal.h | 29 unsigned nopts) hidden; 32 unsigned nopts) hidden; 35 unsigned nopts) hidden; 38 unsigned nopts) hidden; 41 unsigned nopts) hidden; 44 unsigned nopts) hidden;
|
D | label_db.c | 237 db_init(const struct selinux_opt *opts, unsigned nopts, in db_init() argument 266 while (nopts--) { in db_init() 267 switch (opts[nopts].type) { in db_init() 269 path = opts[nopts].value; in db_init() 354 const struct selinux_opt *opts, unsigned nopts) in selabel_db_init() argument 359 rec->data = db_init(opts, nopts, rec); in selabel_db_init()
|
D | label.c | 52 unsigned nopts); 214 unsigned nopts) in selabel_open() argument 234 rec->validating = selabel_is_validate_set(opts, nopts); in selabel_open() 236 rec->digest = selabel_is_digest_set(opts, nopts, rec->digest); in selabel_open() 238 if ((*initfuncs[backend])(rec, opts, nopts)) { in selabel_open()
|
D | label_backends_android.c | 369 unsigned nopts) in selabel_property_init() argument 382 return init(rec, opts, nopts); in selabel_property_init() 386 const struct selinux_opt *opts, unsigned nopts) in selabel_service_init() argument 399 return init(rec, opts, nopts); in selabel_service_init()
|
D | label_media.c | 211 unsigned nopts) in selabel_media_init() argument 225 return init(rec, opts, nopts); in selabel_media_init()
|
D | label_x.c | 236 unsigned nopts) in selabel_x_init() argument 250 return init(rec, opts, nopts); in selabel_x_init()
|
D | avc.c | 148 int avc_open(struct selinux_opt *opts, unsigned nopts) in avc_open() argument 152 while (nopts--) in avc_open() 153 switch(opts[nopts].type) { in avc_open() 156 avc_enforcing = !!opts[nopts].value; in avc_open()
|
D | label_file.c | 1292 unsigned nopts) in selabel_file_init() argument 1312 return init(rec, opts, nopts); in selabel_file_init()
|
/external/selinux/libselinux/src/android/ |
D | android.c | 64 unsigned nopts) in selinux_android_service_open_context_handle() argument 69 seopts_service, nopts); in selinux_android_service_open_context_handle() 77 for (unsigned i = 0; i < nopts; i++) { in selinux_android_service_open_context_handle()
|
D | android_platform.c | 65 unsigned nopts) in selinux_android_file_context() argument 68 struct selinux_opt fc_opts[nopts + 1]; in selinux_android_file_context() 70 memcpy(fc_opts, opts, nopts*sizeof(struct selinux_opt)); in selinux_android_file_context() 71 fc_opts[nopts].type = SELABEL_OPT_BASEONLY; in selinux_android_file_context() 72 fc_opts[nopts].value = (char *)1; in selinux_android_file_context()
|
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 132 nopts = opt_end - panonopt_end; in permute_args() 133 ncycle = gcd(nnonopts, nopts); in permute_args() 143 pos += nopts; in permute_args()
|
/external/openssh/openbsd-compat/ |
D | getopt_long.c | 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 149 nopts = opt_end - panonopt_end; in permute_args() 150 ncycle = gcd(nnonopts, nopts); in permute_args() 160 pos += nopts; in permute_args()
|
/external/tcpdump/missing/ |
D | getopt_long.c | 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 149 nopts = opt_end - panonopt_end; in permute_args() 150 ncycle = gcd(nnonopts, nopts); in permute_args() 160 pos += nopts; in permute_args()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_stats.cc | 161 Options nopts = opts; in ShowGraphNode() local 162 nopts.step = step; in ShowGraphNode() 163 graph_view_->Show(prefix, nopts); in ShowGraphNode()
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 78 unsigned nopts);
|
D | avc.h | 206 extern int avc_open(struct selinux_opt *opts, unsigned nopts);
|