Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dchkfmt21 vers=
61 vers="`sed -n -e \
64 echo "chkfmt: checking version $vers"
66 if test -z "$vers"
104 # Note that vers can only contain 0-9, . and a-z
105 if test -n "$vers"
107 sed -e "s/$vers/a.b.cc/g" "$file" >"$file".$$
/third_party/curl/docs/libcurl/
H A Dsymbols.pl69 my ($sym, $vers)=($1, $2);
76 if($vers =~ /([\d.]+)[ \t-]+([\d.-]+)[ \t]+([\d.]+)/) {
80 elsif($vers =~ /([\d.]+)[ \t-]+([\d.]+)/) {
84 $intr = $vers;
/third_party/selinux/libselinux/src/
H A Dpolicyvers.c17 unsigned vers = DEFAULT_POLICY_VERSION; in security_policyvers() local
28 return vers; in security_policyvers()
38 if (sscanf(buf, "%u", &vers) != 1) in security_policyvers()
41 return vers; in security_policyvers()
H A Dload_policy.c56 int maxvers = kernvers, minvers = DEFAULT_POLICY_VERSION, vers; in selinux_mkload_policy() local
126 vers = maxvers; in selinux_mkload_policy()
129 selinux_binary_policy_path(), vers); in selinux_mkload_policy()
132 && --vers >= minvers) { in selinux_mkload_policy()
135 selinux_binary_policy_path(), vers); in selinux_mkload_policy()
161 if (vers > kernvers && usesepol) { in selinux_mkload_policy()
185 vers--; in selinux_mkload_policy()
H A Dselinux_config.c352 int vers = 0; in selinux_current_policy_path() local
361 vers = security_policyvers(); in selinux_current_policy_path()
365 selinux_binary_policy_path(), vers); in selinux_current_policy_path()
366 } while ((rc = access(policy_path, F_OK)) && --vers > 0); in selinux_current_policy_path()
/third_party/selinux/libsepol/src/
H A Dpolicydb_public.c115 int sepol_policydb_set_vers(sepol_policydb_t * sp, unsigned int vers) in sepol_policydb_set_vers() argument
120 if (vers < POLICYDB_VERSION_MIN || vers > POLICYDB_VERSION_MAX) in sepol_policydb_set_vers()
125 if (vers < MOD_POLICYDB_VERSION_MIN in sepol_policydb_set_vers()
126 || vers > MOD_POLICYDB_VERSION_MAX) in sepol_policydb_set_vers()
132 p->policyvers = vers; in sepol_policydb_set_vers()
H A Davtab.c434 int avtab_read_item(struct policy_file *fp, uint32_t vers, avtab_t * a, in avtab_read_item() argument
452 if (vers < POLICYDB_VERSION_AVTAB) { in avtab_read_item()
548 if ((vers < POLICYDB_VERSION_XPERMS_IOCTL) && in avtab_read_item()
551 "permissions rules and one was specified", vers); in avtab_read_item()
591 int avtab_read(avtab_t * a, struct policy_file *fp, uint32_t vers) in avtab_read() argument
616 rc = avtab_read_item(fp, vers, a, avtab_insertf, NULL); in avtab_read()
/third_party/ltp/lib/
H A Dtst_kvercmp.c169 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers) in tst_kvercmp2() argument
183 for (i = 0; vers[i].dist_name; i++) { in tst_kvercmp2()
184 if (!strcmp(vers[i].dist_name, cur_dist_name)) { in tst_kvercmp2()
187 return tst_kvexcmp(vers[i].extra_ver, kver); in tst_kvercmp2()
/third_party/libcoap/tests/
H A Dtest_tls.c68 const char *vers = dtls_package_version(); in t_tls2() local
70 if (vers) { in t_tls2()
74 p1 = strtol(vers, &endptr, 10); in t_tls2()
/third_party/rust/crates/regex/scripts/
H A Dscrape_crates_io.py61 for (name, vers) in iter_crates(crates_index):
65 with Crate(work_dir, name, vers) as c:
69 print((name, vers, r))
72 out.write("// {}-{}: {}\n".format(name, vers, r))
104 yield (crate_info["name"], crate_info["vers"])
/third_party/openssl/test/testutil/
H A Dprovider.c77 static int fips_provider_version(OSSL_LIB_CTX *libctx, FIPS_VERSION *vers) in fips_provider_version() argument
89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3) in fips_provider_version()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Davtab.h122 extern int avtab_read_item(struct policy_file *fp, uint32_t vers, avtab_t * a,
126 extern int avtab_read(avtab_t * a, struct policy_file *fp, uint32_t vers);
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c145 uint32_t xid, int procid, int prog, int vers, size_t reqlen);
505 uint32_t xid, int prog, int vers, int procid, size_t reqlen) in rpcclnt_fmtheader()
522 ch->rp_vers = txdr_unsigned(vers); in rpcclnt_fmtheader()
730 request.sdata.pmap.vers = txdr_unsigned(RPCMNT_VER3); in rpcclnt_connect()
805 request.sdata.pmap.vers = txdr_unsigned(NFS_VER3); in rpcclnt_connect()
897 request.sdata.pmap.vers = txdr_unsigned(RPCMNT_VER3); in rpcclnt_umount()
504 rpcclnt_fmtheader(struct rpc_call_header *ch, uint32_t xid, int prog, int vers, int procid, size_t reqlen) rpcclnt_fmtheader() argument
/third_party/ltp/include/
H A Dtst_kvercmp.h42 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers);
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java331 String vers[] = result.substring(4).split("\\."); in setVer()
332 int maj = Integer.parseInt(vers[0]); in setVer()
333 int min = vers.length > 1 ? Integer.parseInt(vers[1]) : 0; in setVer()
334 int micr = vers.length > 2 ? Integer.parseInt(vers[2]) : 0; in setVer()
335 int patch = vers.length > 3 ? Integer.parseInt(vers[3]) : 0; in setVer()
337 " == [" + vers.toString() + "] " + maj + " . " + min + " . " + micr + " . " + patch); in setVer()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_trce.c650 int vers; in ssl_print_version() local
654 vers = ((*pmsg)[0] << 8) | (*pmsg)[1]; in ssl_print_version()
656 *version = vers; in ssl_print_version()
659 name, vers, ssl_trace_str(vers, ssl_version_tbl)); in ssl_print_version()
1019 unsigned int vers; in ssl_print_server_hello() local
1021 if (!ssl_print_version(bio, indent, "server_version", &msg, &msglen, &vers)) in ssl_print_server_hello()
1025 if (vers != TLS1_3_VERSION in ssl_print_server_hello()
1036 if (vers != TLS1_3_VERSION) { in ssl_print_server_hello()
/third_party/openssl/ssl/
H A Dt1_trce.c650 int vers; in ssl_print_version() local
654 vers = ((*pmsg)[0] << 8) | (*pmsg)[1]; in ssl_print_version()
656 *version = vers; in ssl_print_version()
659 name, vers, ssl_trace_str(vers, ssl_version_tbl)); in ssl_print_version()
1019 unsigned int vers; in ssl_print_server_hello() local
1021 if (!ssl_print_version(bio, indent, "server_version", &msg, &msglen, &vers)) in ssl_print_server_hello()
1025 if (vers != TLS1_3_VERSION in ssl_print_server_hello()
1036 if (vers != TLS1_3_VERSION) { in ssl_print_server_hello()
/third_party/eudev/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/third_party/lame/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/third_party/node/deps/cares/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/third_party/node/deps/cares/config/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/third_party/libevdev/build-aux/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/third_party/skia/third_party/externals/libpng/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/third_party/skia/third_party/externals/microhttpd/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/third_party/selinux/libsepol/include/sepol/
H A Dpolicydb.h88 extern int sepol_policydb_set_vers(sepol_policydb_t * p, unsigned int vers);

Completed in 22 milliseconds

123