/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | chkfmt | 21 vers= 61 vers="`sed -n -e \ 64 echo "chkfmt: checking version $vers" 66 if test -z "$vers" 105 if test -n "$vers" 107 sed -e "s/$vers/a.b.cc/g" "$file" >"$file".$$
|
/third_party/curl/docs/libcurl/ |
D | symbols.pl | 69 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/ |
D | policyvers.c | 17 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()
|
D | load_policy.c | 56 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()
|
D | selinux_config.c | 352 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/ |
D | policydb_public.c | 115 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()
|
D | avtab.c | 434 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/ |
D | tst_kvercmp.c | 169 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/ |
D | test_tls.c | 68 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/ |
D | scrape_crates_io.py | 61 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))
|
/third_party/openssl/test/testutil/ |
D | provider.c | 77 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/popt/src/ |
D | Makefile.am | 3 EXTRA_DIST = lookup3.c libpopt.vers 20 libpopt_la_LDFLAGS += -Wl,--version-script=$(top_srcdir)/src/libpopt.vers
|
/third_party/skia/third_party/externals/libpng/ |
D | Makefile.am | 124 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,-M -Wl,libpng.vers 126 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,--version-script=libpng.vers 129 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng.vers 159 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \ 188 scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h 196 libpng.vers: scripts/vers.out
|
/third_party/node/ |
D | configure | 31 python_cmds = ['python{}.{}'.format(*vers) for vers in acceptable_pythons]
|
D | android-configure | 30 python_cmds = ['python{}.{}'.format(*vers) for vers in acceptable_pythons]
|
/third_party/spirv-tools/tools/sva/tools/ |
D | process_grammar.rb | 34 vers = [g['major_version'], g['minor_version']] 115 version: vers,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/tools/ |
D | process_grammar.rb | 34 vers = [g['major_version'], g['minor_version']] 115 version: vers,
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/tools/ |
D | process_grammar.rb | 34 vers = [g['major_version'], g['minor_version']] 115 version: vers,
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | t1_trce.c | 650 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/ |
D | t1_trce.c | 650 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/selinux/libsepol/include/sepol/policydb/ |
D | avtab.h | 122 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/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
D | StableAPI.java | 331 String vers[] = result.substring(4).split("\\."); in setVer() local 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/NuttX/fs/nfs/ |
D | rpc_clnt.c | 145 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() argument 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()
|
/third_party/icu/icu4c/source/extra/uconv/resources/ |
D | fr.txt | 103 …//problemCvtToU { "La conversion d''Unicode vers l''encodage de destination a échoué à la position… 104 …//problemCvtFromU { "La conversion de l''encodage original vers Unicode a échoué à la position {0}… 105 …//problemCvtFromUOut { "La conversion de l''encodage original vers Unicode a échoué à la position …
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/resources/ |
D | fr.txt | 103 …//problemCvtToU { "La conversion d''Unicode vers l''encodage de destination a échoué à la position… 104 …//problemCvtFromU { "La conversion de l''encodage original vers Unicode a échoué à la position {0}… 105 …//problemCvtFromUOut { "La conversion de l''encodage original vers Unicode a échoué à la position …
|