/external/selinux/libselinux/src/ |
D | label_internal.h | 28 unsigned nopts) ; 31 unsigned nopts) ; 34 unsigned nopts) ; 37 unsigned nopts) ; 40 unsigned nopts) ; 43 unsigned nopts) ;
|
D | label_db.c | 240 db_init(const struct selinux_opt *opts, unsigned nopts, in db_init() argument 269 while (nopts) { in db_init() 270 nopts--; in db_init() 271 switch (opts[nopts].type) { in db_init() 273 path = opts[nopts].value; in db_init() 372 const struct selinux_opt *opts, unsigned nopts) in selabel_db_init() argument 377 rec->data = db_init(opts, nopts, rec); in selabel_db_init()
|
D | label.c | 46 unsigned nopts); 209 unsigned nopts) in selabel_open() argument 228 rec->validating = selabel_is_validate_set(opts, nopts); in selabel_open() 230 rec->digest = selabel_is_digest_set(opts, nopts); in selabel_open() 232 if ((*initfuncs[backend])(rec, opts, nopts)) { in selabel_open()
|
D | label_backends_android.c | 379 unsigned nopts) in selabel_property_init() argument 392 return init(rec, opts, nopts); in selabel_property_init() 396 const struct selinux_opt *opts, unsigned nopts) in selabel_exact_match_init() argument 409 return init(rec, opts, nopts); in selabel_exact_match_init()
|
D | label_media.c | 228 unsigned nopts) in selabel_media_init() argument 242 return init(rec, opts, nopts); in selabel_media_init()
|
D | label_x.c | 253 unsigned nopts) in selabel_x_init() argument 267 return init(rec, opts, nopts); in selabel_x_init()
|
D | avc.c | 228 int avc_open(const struct selinux_opt *opts, unsigned nopts) in avc_open() argument 232 while (nopts) { in avc_open() 233 nopts--; in avc_open() 234 switch(opts[nopts].type) { in avc_open() 237 avc_enforcing = !!opts[nopts].value; in avc_open()
|
D | label_file.c | 1422 unsigned nopts) in selabel_file_init() argument 1441 return init(rec, opts, nopts); in selabel_file_init()
|
/external/sg3_utils/getopt_long/ |
D | getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 143 nopts = opt_end - panonopt_end; in permute_args() 144 ncycle = gcd(nnonopts, nopts); in permute_args() 154 pos += nopts; in permute_args()
|
/external/coreboot/payloads/libpayload/libc/ |
D | getopt_long.c | 117 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 124 nopts = opt_end - panonopt_end; in permute_args() 125 ncycle = gcd(nnonopts, nopts); in permute_args() 135 pos += nopts; in permute_args()
|
/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/libva-utils/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/libdav1d/tools/compat/ |
D | getopt.c | 167 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 174 nopts = opt_end - panonopt_end; in permute_args() 175 ncycle = gcd(nnonopts, nopts); in permute_args() 185 pos += nopts; in permute_args()
|
/external/tcpdump/missing/ |
D | getopt_long.c | 144 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 151 nopts = opt_end - panonopt_end; in permute_args() 152 ncycle = gcd(nnonopts, nopts); in permute_args() 162 pos += nopts; in permute_args()
|
/external/coreboot/payloads/libpayload/curses/PDCurses/demos/ |
D | worm.c | 89 int nopts; member 411 switch (op->nopts) in main() 420 w->orientation = op->opts[rand() % op->nopts]; in main()
|
/external/selinux/libselinux/src/android/ |
D | android.c | 157 size_t nopts) in initialize_backend() argument 161 sehandle = selabel_open(backend, opts, nopts); in initialize_backend() 169 for (unsigned i = 0; i < nopts; i++) { in initialize_backend()
|
D | android_internal.h | 50 size_t nopts);
|
D | android_seapp.c | 92 int npaths, nopts; in selinux_android_file_context_handle_init() local 99 nopts = npaths + 1; in selinux_android_file_context_handle_init() 101 seapp_fc_sehandle = initialize_backend(SELABEL_CTX_FILE, "file", opts, nopts); in selinux_android_file_context_handle_init()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_stats.cc | 159 Options nopts = opts; in ShowGraphNode() local 160 nopts.step = step; in ShowGraphNode() 161 graph_view_->Show(prefix, nopts); in ShowGraphNode()
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 80 unsigned nopts);
|
D | avc.h | 218 extern int avc_open(const struct selinux_opt *opts, unsigned nopts);
|
/external/curl/src/ |
D | tool_getparam.c | 1419 size_t nopts) in parse_verbose() argument 1432 else if(!nopts) { in parse_verbose() 1572 size_t nopts = 0; /* options processed in `flag`*/ in getparameter() local 2798 err = parse_verbose(global, toggle, nopts); in getparameter() 2862 ++nopts; /* processed one option from `flag` input, loop for more */ in getparameter()
|