Searched refs:vers (Results 1 - 25 of 86) sorted by relevance

1234

/external/libselinux/src/
H A Dpolicyvers.c18 unsigned vers = DEFAULT_POLICY_VERSION; local
29 return vers;
39 if (sscanf(buf, "%u", &vers) != 1)
42 return vers;
/external/selinux/libselinux/src/
H A Dpolicyvers.c18 unsigned vers = DEFAULT_POLICY_VERSION; local
29 return vers;
39 if (sscanf(buf, "%u", &vers) != 1)
42 return vers;
H A Dload_policy.c52 int maxvers = kernvers, minvers = DEFAULT_POLICY_VERSION, vers; local
165 vers = maxvers;
168 selinux_binary_policy_path(), vers);
171 && --vers >= minvers) {
174 selinux_binary_policy_path(), vers);
204 if (vers > kernvers && usesepol) {
228 vers--;
H A Dselinux_config.c350 int vers = 0; local
359 vers = security_policyvers();
363 selinux_binary_policy_path(), vers);
364 } while ((rc = access(policy_path, F_OK)) && --vers > 0);
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
H A D_bundle4 vers=1.0.28
18 tar=ssvnc_unix_only-${vers}.tar.gz
30 tar=ssvnc_unix_minimal-${vers}.tar.gz
57 rm -f ssvnc_all-$vers.zip
58 rm -f ssvnc-$vers.zip
59 zip -9 -r ssvnc_all-$vers.zip ssvnc
60 zip -9 -r ssvnc-$vers.zip ssvnc -x '*.zip' '*.tar.gz'
61 tar cvf - --exclude='*.zip' --exclude='*.tar.gz' ssvnc | gzip -9 > ssvnc-$vers.tar.gz
62 tar cvf - --exclude='*.zip' --exclude='*.tar.gz' --exclude='*.dll' --exclude='*.exe' --exclude ssvnc/Windows/util ssvnc | gzip -9 > ssvnc_no_windows-$vers.tar.gz
65 ls -l ssvnc*-$vers
[all...]
/external/libpng/contrib/tools/
H A Dchkfmt14 vers=
54 vers="`sed -n -e \
57 echo "chkfmt: checking version $vers"
59 if test -z "$vers"
97 # Note that vers can only contain 0-9, . and a-z
98 if test -n "$vers"
100 sed -e "s/$vers/a.b.cc/g" "$file" >"$file".$$
/external/selinux/libsepol/src/
H A Dpolicydb_public.c116 int sepol_policydb_set_vers(sepol_policydb_t * sp, unsigned int vers) argument
121 if (vers < POLICYDB_VERSION_MIN || vers > POLICYDB_VERSION_MAX)
126 if (vers < MOD_POLICYDB_VERSION_MIN
127 || vers > MOD_POLICYDB_VERSION_MAX)
133 p->policyvers = vers;
H A Davtab.c427 int avtab_read_item(struct policy_file *fp, uint32_t vers, avtab_t * a, argument
445 if (vers < POLICYDB_VERSION_AVTAB) {
536 if ((vers < POLICYDB_VERSION_IOCTL_OPERATIONS) &&
539 "operation rules and one was specified\n", vers);
573 int avtab_read(avtab_t * a, struct policy_file *fp, uint32_t vers) argument
598 rc = avtab_read_item(fp, vers, a, avtab_insertf, NULL);
/external/clang/test/Preprocessor/
H A Dc99-6_10_3_4_p6.c9 #define INCFILE(n) vers ## n
/external/lldb/source/
H A DMakefile27 LLDB_vers.c: $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.xcodeproj/project.pbxproj
28 "$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl" "$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.xcodeproj/project.pbxproj" > LLDB_vers.c
/external/selinux/libsepol/include/sepol/policydb/
H A Davtab.h120 extern int avtab_read_item(struct policy_file *fp, uint32_t vers, avtab_t * a,
124 extern int avtab_read(avtab_t * a, struct policy_file *fp, uint32_t vers);
/external/elfutils/src/config/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/google-breakpad/autotools/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/libedit/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/libpng/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/pcre/dist/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/protobuf/gtest/build-aux/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/protobuf/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/selinux/libsepol/include/sepol/
H A Dpolicydb.h87 extern int sepol_policydb_set_vers(sepol_policydb_t * p, unsigned int vers);
/external/tcpdump/
H A Dprint-gre.c94 u_int len = length, vers; local
100 vers = EXTRACT_16BITS(bp) & GRE_VERS_MASK;
101 printf("GREv%u",vers);
103 switch(vers) {
/external/kernel-headers/original/uapi/linux/
H A Dfanotify.h86 __u8 vers; member in struct:fanotify_event_metadata
/external/bison/build-aux/
H A Dmissing95 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/libopus/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/libvncserver/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)

Completed in 671 milliseconds

1234