Home
last modified time | relevance | path

Searched refs:nopts (Results 1 – 22 of 22) sorted by relevance

/external/selinux/libselinux/src/
Dlabel_internal.h28 unsigned nopts) ;
31 unsigned nopts) ;
34 unsigned nopts) ;
37 unsigned nopts) ;
40 unsigned nopts) ;
43 unsigned nopts) ;
Dlabel_db.c240 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()
Dlabel.c46 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()
Dlabel_backends_android.c379 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()
Dlabel_media.c228 unsigned nopts) in selabel_media_init() argument
242 return init(rec, opts, nopts); in selabel_media_init()
Dlabel_x.c253 unsigned nopts) in selabel_x_init() argument
267 return init(rec, opts, nopts); in selabel_x_init()
Davc.c228 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()
Dlabel_file.c1422 unsigned nopts) in selabel_file_init() argument
1441 return init(rec, opts, nopts); in selabel_file_init()
/external/sg3_utils/getopt_long/
Dgetopt_long.c134 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/
Dgetopt_long.c117 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/
Dgetopt_long.c125 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/
Dgetopt_long.c125 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/
Dgetopt.c167 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/
Dgetopt_long.c144 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/
Dworm.c89 int nopts; member
411 switch (op->nopts) in main()
420 w->orientation = op->opts[rand() % op->nopts]; in main()
/external/selinux/libselinux/src/android/
Dandroid.c157 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()
Dandroid_internal.h50 size_t nopts);
Dandroid_seapp.c92 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/
Dtfprof_stats.cc159 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/
Dlabel.h80 unsigned nopts);
Davc.h218 extern int avc_open(const struct selinux_opt *opts, unsigned nopts);
/external/curl/src/
Dtool_getparam.c1419 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()