HomeSort by relevance Sort by last modified time
    Searched refs:nopts (Results 1 - 19 of 19) sorted by null

  /external/selinux/libselinux/src/
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;
label_db.c 237 db_init(const struct selinux_opt *opts, unsigned nopts,
266 while (nopts--) {
267 switch (opts[nopts].type) {
269 path = opts[nopts].value;
351 const struct selinux_opt *opts, unsigned nopts)
356 rec->data = db_init(opts, nopts, rec);
label.c 52 unsigned nopts);
214 unsigned nopts)
234 rec->validating = selabel_is_validate_set(opts, nopts);
236 rec->digest = selabel_is_digest_set(opts, nopts, rec->digest);
238 if ((*initfuncs[backend])(rec, opts, nopts)) {
label_backends_android.c 369 unsigned nopts)
382 return init(rec, opts, nopts);
386 const struct selinux_opt *opts, unsigned nopts)
399 return init(rec, opts, nopts);
label_media.c 211 unsigned nopts)
225 return init(rec, opts, nopts);
label_x.c 236 unsigned nopts)
250 return init(rec, opts, nopts);
avc.c 148 int avc_open(struct selinux_opt *opts, unsigned nopts)
152 while (nopts--)
153 switch(opts[nopts].type) {
156 avc_enforcing = !!opts[nopts].value;
label_file.c 1170 unsigned nopts)
1187 return init(rec, opts, nopts);
  /external/selinux/libselinux/src/android/
android.c 48 unsigned nopts)
53 seopts_service, nopts);
61 for (unsigned i = 0; i < nopts; i++) {
android_platform.c 65 static bool compute_file_contexts_hash(uint8_t c_digest[], const struct selinux_opt *opts, unsigned nopts)
75 for (i = 0; i < nopts; i++) {
134 unsigned nopts)
137 struct selinux_opt fc_opts[nopts + 1];
139 memcpy(fc_opts, opts, nopts*sizeof(struct selinux_opt));
140 fc_opts[nopts].type = SELABEL_OPT_BASEONLY;
141 fc_opts[nopts].value = (char *)1;
149 if (!compute_file_contexts_hash(fc_digest, opts, nopts)) {
    [all...]
  /external/selinux/libselinux/include/selinux/
label.h 67 * @nopts: number of elements in opts array or zero for no options.
77 unsigned nopts);
avc.h 200 * @nopts: number of elements in opts array or zero for no options.
206 int avc_open(struct selinux_opt *opts, unsigned nopts);
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
165 nopts = opt_end - panonopt_end;
166 ncycle = gcd(nnonopts, nopts);
176 pos += nopts;
  /external/mesa3d/src/getopt/
getopt_long.c 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
132 nopts = opt_end - panonopt_end;
133 ncycle = gcd(nnonopts, nopts);
143 pos += nopts;
  /external/tcpdump/missing/
getopt_long.c 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
149 nopts = opt_end - panonopt_end;
150 ncycle = gcd(nnonopts, nopts);
160 pos += nopts;
  /system/core/logcat/
getopt_long.cpp 90 int nopts = context->optind - context->nonopt_end; local
91 int ncycle = gcd(nnonopts, nopts);
101 pos += nopts;
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test.c 75 static int nopts = 0; variable
106 if (nopts < MAXOPTS)
107 opts[nopts++] = entry->tv_u.tv_string;
193 for (i = 0; i < nopts; ++i)
348 for (i = 0; i < nopts; ++i)
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_stats.cc 158 Options nopts = opts; local
159 nopts.step = step;
160 graph_view_->Show(prefix, nopts);
  /external/fio/
init.c     [all...]

Completed in 333 milliseconds