/external/libselinux/src/ |
D | label_internal.h | 21 unsigned nopts) hidden; 23 unsigned nopts) hidden; 25 unsigned nopts) hidden; 27 const struct selinux_opt *opts, unsigned nopts) hidden; 29 const struct selinux_opt *opts, unsigned nopts) hidden;
|
D | label.c | 21 unsigned nopts); 68 unsigned nopts) in selabel_open() argument 86 rec->validating = selabel_is_validate_set(opts, nopts); in selabel_open() 88 if ((*initfuncs[backend])(rec, opts, nopts)) { in selabel_open()
|
D | label_android_property.c | 284 unsigned nopts) in selabel_property_init() argument 298 return init(rec, opts, nopts); in selabel_property_init()
|
D | avc.c | 108 int avc_open(struct selinux_opt *opts, unsigned nopts) in avc_open() argument 112 while (nopts--) in avc_open() 113 switch(opts[nopts].type) { in avc_open() 116 avc_enforcing = !!opts[nopts].value; in avc_open()
|
D | label_file.c | 885 unsigned nopts) in selabel_file_init() argument 902 return init(rec, opts, nopts); in selabel_file_init()
|
/external/selinux/libselinux/src/ |
D | label_internal.h | 24 unsigned nopts) hidden; 27 unsigned nopts) hidden; 30 unsigned nopts) hidden; 33 unsigned nopts) hidden; 36 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() 348 const struct selinux_opt *opts, unsigned nopts) in selabel_db_init() argument 353 rec->data = db_init(opts, nopts, rec); in selabel_db_init()
|
D | label.c | 22 unsigned nopts); 319 unsigned nopts) in selabel_open() argument 334 rec->validating = selabel_is_validate_set(opts, nopts); in selabel_open() 338 rec->digest = selabel_is_digest_set(opts, nopts, rec->digest); in selabel_open() 340 if ((*initfuncs[backend])(rec, opts, nopts)) { in selabel_open()
|
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 | label_android_property.c | 278 unsigned nopts) in selabel_property_init() argument 292 return init(rec, opts, nopts); in selabel_property_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 | 923 unsigned nopts) in selabel_file_init() argument 940 return init(rec, opts, nopts); in selabel_file_init()
|
/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/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/libselinux/include/selinux/ |
D | label.h | 73 unsigned nopts);
|
D | avc.h | 202 int avc_open(struct selinux_opt *opts, unsigned nopts);
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 75 unsigned nopts);
|
D | avc.h | 206 int avc_open(struct selinux_opt *opts, unsigned nopts);
|
/external/fio/ |
D | init.c | 1439 int nested, char *name, char ***popts, int *aopts, int *nopts) in __parse_jobs_ini() argument 1487 num_opts = *nopts; in __parse_jobs_ini() 1630 *nopts = num_opts; in __parse_jobs_ini()
|