Searched refs:suffix (Results 1 - 25 of 40) sorted by relevance

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/tools/
H A Dc_rehash125 my $suffix = 0;
127 while(exists $hashlist{"$hash.$suffix"}) {
129 if($hashlist{"$hash.$suffix"} eq $fprint) {
133 $suffix++;
135 $hash .= ".$suffix";
160 my $suffix = 0;
162 while(exists $hashlist{"$hash.r$suffix"}) {
164 if($hashlist{"$hash.r$suffix"} eq $fprint) {
168 $suffix++;
170 $hash .= ".r$suffix";
[all...]
H A Dc_rehash.bak125 my $suffix = 0;
127 while(exists $hashlist{"$hash.$suffix"}) {
129 if($hashlist{"$hash.$suffix"} eq $fprint) {
133 $suffix++;
135 $hash .= ".$suffix";
160 my $suffix = 0;
162 while(exists $hashlist{"$hash.r$suffix"}) {
164 if($hashlist{"$hash.r$suffix"} eq $fprint) {
168 $suffix++;
170 $hash .= ".r$suffix";
[all...]
H A Dc_rehash.in125 my $suffix = 0;
127 while(exists $hashlist{"$hash.$suffix"}) {
129 if($hashlist{"$hash.$suffix"} eq $fprint) {
133 $suffix++;
135 $hash .= ".$suffix";
160 my $suffix = 0;
162 while(exists $hashlist{"$hash.r$suffix"}) {
164 if($hashlist{"$hash.r$suffix"} eq $fprint) {
168 $suffix++;
170 $hash .= ".r$suffix";
[all...]
/barrelfish-2018-10-04/lib/net_device_manager/
H A De10k_filt_cl_impl.c52 const char *suffix = "_e10kmng"; local
53 char name[strlen(dev_name) + strlen(suffix) + 1];
56 sprintf(name, "%s%s", dev_name, suffix);
H A Dsfn5122f_filt_cl_impl.c52 const char *suffix = "_sfn5122fmng"; local
53 char name[strlen(dev_name) + strlen(suffix) + 1];
56 sprintf(name, "%s%s", dev_name, suffix);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86gas.pl25 # expand opcode with size suffix;
29 my($suffix,$dst,$src);
42 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
43 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
44 else { $suffix="l"; }
45 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
51 else { &::emit($opcode.$suffix,@arg);}
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dbio_asn1.c61 * can be provided to add prefix and suffix data.
104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member in struct:BIO_ASN1_BUF_CTX_t
105 /* Extra buffer for prefix and suffix data */
396 ctx->suffix = ex_func->ex_func;
402 ex_func->ex_func = ctx->suffix;
421 if (!asn1_bio_setup_ex(b, ctx, ctx->suffix,
487 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free) argument
489 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dby_dir.c79 int suffix; member in struct:lookup_dir_hashes_st
346 k = hent->suffix;
430 /* If a CRL, update the last file suffix added for this */
450 hent->suffix = k;
459 else if (hent->suffix < k)
460 hent->suffix = k;
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregcomp.c1709 * on the already-matched suffix.
1717 int suffix; /* Keeps track of matching suffix */ local
1718 int ssuffix; /* Keeps track of suffixes' suffix */
1745 for (mindex = g->mlen - 1, suffix = g->mlen; mindex >= 0;
1746 mindex--, suffix--) {
1747 pmatches[mindex] = suffix;
1752 * against the suffix will also mismatch against the
1755 while (suffix < g->mlen
1756 && g->must[mindex] != g->must[suffix]) {
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dapps.h298 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai);
303 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
H A Dapps.c1638 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai) argument
1646 if (suffix == NULL)
1649 j = strlen(serialfile) + strlen(suffix) + 1;
1656 if (suffix == NULL)
1661 j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", serialfile, suffix);
1663 j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", serialfile, suffix);
1891 int save_index(const char *dbfile, const char *suffix, CA_DB *db) argument
1903 j = strlen(dbfile) + strlen(suffix);
1916 j = BIO_snprintf(buf[1], sizeof buf[1], "%s.attr.%s", dbfile, suffix);
1918 j = BIO_snprintf(buf[1], sizeof buf[1], "%s-attr-%s", dbfile, suffix);
[all...]
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dapps.h298 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai);
303 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
H A Dapps.c1638 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai) argument
1646 if (suffix == NULL)
1649 j = strlen(serialfile) + strlen(suffix) + 1;
1656 if (suffix == NULL)
1661 j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", serialfile, suffix);
1663 j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", serialfile, suffix);
1891 int save_index(const char *dbfile, const char *suffix, CA_DB *db) argument
1903 j = strlen(dbfile) + strlen(suffix);
1916 j = BIO_snprintf(buf[1], sizeof buf[1], "%s.attr.%s", dbfile, suffix);
1918 j = BIO_snprintf(buf[1], sizeof buf[1], "%s-attr-%s", dbfile, suffix);
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/
H A DBUILD_ROTD552 suffix=$$.$remote_command_number
554 while [ -f input.$suffix ] ; do
556 suffix=$$.$remote_command_number
558 cat > input.$suffix <<END
576 ssh -A -x -o "BatchMode yes" $user_flags "$machine_name" "bash -s" < input.$suffix > output.$suffix 2>&1
578 cat output.$suffix
579 rm -f input.$suffix output.$suffix
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_misc.c187 (void) built_in(in_dict("suffix", 2), p_suffix, B_UNSAFE|U_SIMPLE);
692 * Get the suffix of a filename (extension).
698 char *suffix; local
703 suffix = 0;
708 suffix = 0;
713 suffix = p;
714 if (!suffix)
715 suffix = p;
719 Succeed_If(!strcmp(suffix, StringStart(sufval)));
723 Cstring_To_Prolog(suffix,
[all...]
/barrelfish-2018-10-04/usr/drivers/e1000/
H A De1000n.c461 const char *suffix = "devif"; local
468 s->pdc.addr.function, suffix);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_lib.c83 int pem_check_suffix(const char *pem_str, const char *suffix);
833 * If for example the pem_str == "RSA PRIVATE KEY" and suffix = "PRIVATE KEY"
837 int pem_check_suffix(const char *pem_str, const char *suffix) argument
840 int suffix_len = strlen(suffix);
845 if (strcmp(p, suffix))
H A Dpem_pkey.c73 int pem_check_suffix(const char *pem_str, const char *suffix);
/barrelfish-2018-10-04/usr/drivers/e10k/
H A De10k_cdriver.c1589 const char *suffix = "_e10kmng"; local
1590 char name[strlen(service_name) + strlen(suffix) + 1];
1595 sprintf(name, "%s%s", service_name, suffix);
1802 const char *suffix = "_vf"; local
1803 char name[strlen(service_name) + strlen(suffix) + 100];
1808 sprintf(name, "%s%s%u", service_name, suffix, pci_function);
H A De10k_qdriver.c951 const char *suffix = "_e10kmng"; local
952 char name[strlen(service_name) + strlen(suffix) + 1];
955 sprintf(name, "%s%s", service_name, suffix);
H A De10k_vf.c687 const char *suffix = "_e10kmng";
688 char name[strlen(service_name) + strlen(suffix) + 1];
693 sprintf(name, "%s%s", service_name, suffix);
/barrelfish-2018-10-04/lib/acpica/generate/unix/iasl/
H A DMakefile284 mv $$_d/y.tab$(suffix $(3)) $(3);\
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumscompiler.tex121 \index{extension (file name)}\index{suffix (file name)}\index{file name!extension}
250 output compiled code in \about{eco} format to a file whose suffix is
257 output compiled code in \about{asm} format to a file whose suffix is
591 for subsequent loading. These files have the \notation{.eco} suffix
621 file suffix used for {\eclipse} object files.
736 To invoke it from a makefile, use the following suffix rule
H A Dumsusing.tex696 and by appending a suffix to the library name.
792 the suffix \notation{.pl}, or \notation{.ecl} if it contains {\eclipse} specific
797 automatically adds the suffix to the
805 For example, to add the new suffix \notation{.pro} use:
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Dsfn5122f_cdriver.c1417 const char *suffix = "_sfn5122fmng_devif"; local
1418 char name[strlen(s->service_name) + strlen(suffix) + 1];
1423 sprintf(name, "%s%s", s->service_name, suffix);

Completed in 231 milliseconds

12