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

12345

/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/qemu/distrib/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/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/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;
/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/libsepol/include/sepol/policydb/
H A Davtab.h102 extern int avtab_read_item(struct policy_file *fp, uint32_t vers, avtab_t * a,
106 extern int avtab_read(avtab_t * a, struct policy_file *fp, uint32_t vers);
/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/libsepol/include/sepol/
H A Dpolicydb.h84 extern int sepol_policydb_set_vers(sepol_policydb_t * p, unsigned int vers);
/external/pcre/dist/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/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) {
H A Dprint-nfs.c320 u_int32_t proc, vers, reply_stat; local
335 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
336 interp_reply(rp, proc, vers, length);
952 u_int32_t vers; /* program version (host order) */ member in struct:xid_map_entry
1011 xmep->vers = EXTRACT_32BITS(&rp->rm_call.cb_vers);
1017 * version in vers return, or returns -1 on failure
1021 u_int32_t *vers)
1066 *vers = xmep->vers;
1570 interp_reply(const struct sunrpc_msg *rp, u_int32_t proc, u_int32_t vers, in argument
1020 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, u_int32_t *proc, u_int32_t *vers) argument
[all...]
H A Dprint-decnet.c183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local
198 vers = EXTRACT_LE_8BITS(cmp->cm_init.in_vers);
204 "src %sblksize %d vers %d eco %d ueco %d hello %d",
205 dnaddr_string(src), blksize, vers, eco, ueco,
254 vers = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_vers);
266 "vers %d eco %d ueco %d src %s blksize %d pri %d hello %d",
267 vers, eco, ueco, dnaddr_string(src),
277 vers = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_vers);
293 "vers %d eco %d ueco %d src %s blksize %d rtr %s hello %d data %o",
294 vers, ec
[all...]
/external/chromium_org/third_party/sqlite/src/
H A Dpublish.sh127 rpm -ba $HOME/rpm/SPECS/sqlite.spec >& rpm-$vers.log
130 mv $HOME/rpm/RPMS/i386/sqlite*-$vers*.rpm doc
131 mv $HOME/rpm/SRPMS/sqlite-$vers*.rpm doc
/external/kernel-headers/original/uapi/linux/
H A Dfanotify.h86 __u8 vers; member in struct:fanotify_event_metadata
/external/strace/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/chromium_org/third_party/opus/src/
H A Dmissing96 -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/llvm/autoconf/
H A Dmissing93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/openfst/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/pixman/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_pm.c159 tBTM_VERSION_INFO vers; local
167 btm_status = BTM_ReadLocalVersion (&vers);
175 (vers.manufacturer == LMP_COMPID_BROADCOM) &&
176 (vers.hci_version < HCI_PROTO_VERSION_2_0))

Completed in 375 milliseconds

12345