| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
| __init__.py | 1 from lit.formats.base import ( # noqa: F401 8 from lit.formats.googletest import GoogleTest # noqa: F401 9 from lit.formats.shtest import ShTest # noqa: F401
|
| /src/external/gpl2/lvm2/dist/tools/ |
| formats.c | 1 /* $NetBSD: formats.c,v 1.1.1.1 2008/12/22 00:19:01 haad Exp $ */ 20 int formats(struct cmd_context *cmd, int argc __attribute((unused)), function
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/custom-result-category/ |
| format.py | 2 import lit.formats 8 class MyFormat(lit.formats.ShTest):
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 15-test_ml_dsa_codecs.t | 24 my @formats = qw(seed-priv priv-only seed-only oqskeypair bare-seed bare-priv); 29 plan tests => @algs * (23 + 10 * @formats); 37 my %formats = map { ($_, sprintf("prv-%s-%s.pem", $alg, $_)) } @formats; 42 # (1 + 6 * @formats) tests 48 foreach my $f (keys %formats) { 49 my $kf = $formats{$f}; 50 my %pruned = %formats; 76 # (1 + 2 * @formats) tests 84 while (my ($f, $kf) = each %formats) { [all...] |
| 15-test_ml_kem_codecs.t | 24 my @formats = qw(seed-priv priv-only seed-only oqskeypair bare-seed bare-priv); 29 plan tests => @algs * (25 + 10 * @formats); 36 my %formats = map { ($_, sprintf("prv-%s-%s.pem", $alg, $_)) } @formats; 38 # (1 + 6 * @formats) tests 44 foreach my $f (keys %formats) { 45 my $k = $formats{$f}; 46 my %pruned = %formats; 72 # (3 + 2 * @formats) tests 86 while (my ($f, $k) = each %formats) { [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| format-perl-mixed-1 | 12 # Both formats. 35 read formats 45 if test -n "${formats}"; then 47 if sed 1q < f-pm-1-$n.po | grep '^'"${formats}"'$' > /dev/null; then
|
| format-perl-mixed-2 | 44 read formats 50 ${formats}
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/ |
| dummy_format.py | 7 import lit.formats 10 class DummyFormat(lit.formats.FileBasedTest):
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/ |
| ml_common_codecs.c | 37 const char *direction, const char *formats) 41 const char *fmt = formats, *end; 55 if (formats == NULL) 59 * Formats are case-insensitive, separated by spaces, tabs or commas. 60 * Duplicate formats are allowed, the first occurrence determines the order. 80 /* No formats matched, raise an error */ 84 "no %s private key %s formats are enabled",
|
| ml_common_codecs.h | 35 * For each parameter set we support a few PKCS#8 input formats, three 97 const char *direction, const char *formats);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_set_format.c | 102 slots = sizeof(a->formats) / sizeof(a->formats[0]); 103 a->format = &(a->formats[0]);
|
| archive_read_set_options.c | 81 for (i = 0; i < sizeof(a->formats)/sizeof(a->formats[0]); i++) { 82 struct archive_format_descriptor *format = &a->formats[i];
|
| archive_pack_dev.c | 281 /* list of formats and pack functions */ 286 } formats[] = { variable in typeref:struct:format 324 format = bsearch(name, formats, 325 sizeof(formats)/sizeof(formats[0]), 326 sizeof(formats[0]), compare_format);
|
| /src/usr.bin/audiocfg/ |
| audiodev.h | 56 TAILQ_HEAD(, audiofmt) formats; member in struct:audiodev
|
| /src/external/bsd/tmux/dist/ |
| notify.c | 29 struct format_tree *formats; member in struct:notify_entry 95 cmdq_add_formats(state, ne->formats); 170 format_free(ne->formats); 199 ne->formats = format_create(NULL, NULL, 0, FORMAT_NOJOBS); 200 format_add(ne->formats, "hook", "%s", name); 202 format_add(ne->formats, "hook_client", "%s", c->name); 204 format_add(ne->formats, "hook_session", "$%u", s->id); 205 format_add(ne->formats, "hook_session_name", "%s", s->name); 208 format_add(ne->formats, "hook_window", "@%u", w->id); 209 format_add(ne->formats, "hook_window_name", "%s", w->name) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/ |
| dummy_format.py | 7 import lit.formats 10 class DummyFormat(lit.formats.FileBasedTest):
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/ |
| dummy_format.py | 7 import lit.formats 10 class DummyFormat(lit.formats.FileBasedTest):
|
| /src/usr.bin/audio/common/ |
| audio.c | 60 } formats[] = { variable in typeref:struct:__anon8210 79 for (i = 0; formats[i].fname; i++) 80 if (strcasecmp(formats[i].fname, str) == 0) 82 return (formats[i].fno);
|
| /src/external/bsd/atf/share/doc/atf/ |
| Makefile | 17 MAN= atf.7 atf-formats.5 atf-test-case.4 atf-test-program.1
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| ks_file.c | 336 } formats[] = { variable in typeref:struct:pem_formats 360 for (j = 0; j < sizeof(formats)/sizeof(formats[0]); j++) { 361 const char *q = formats[j].name; 364 if (formats[j].ai != NULL) 365 ai = (*formats[j].ai)(); 367 ret = (*formats[j].func)(context, NULL, pem_ctx->c, 377 if (j == sizeof(formats)/sizeof(formats[0])) { 473 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); i++) [all...] |
| /src/sbin/mknod/ |
| pack_dev.c | 242 /* list of formats and pack functions */ 247 } formats[] = { variable in typeref:struct:format 284 format = bsearch(name, formats, 285 sizeof(formats)/sizeof(formats[0]), 286 sizeof(formats[0]), compare_format);
|
| /src/usr.bin/stat/ |
| stat.c | 420 * Some simple one-character "formats". 448 * similar to printf(3) formats up to a point, and are of 670 int formats; /* bitmap of allowed formats for this datum */ local 676 formats = 0; 711 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | 728 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; 759 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | 768 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; 781 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/ |
| encoders.inc | 96 * Entries for key type specific output formats. The structure name on these 147 * Entries for the output formats MSBLOB and PVK 376 * Entries for key type specific output formats. These are exactly the
|
| /src/crypto/external/bsd/openssl/dist/providers/ |
| encoders.inc | 70 * Entries for key type specific output formats. The structure name on these 121 * Entries for the output formats MSBLOB and PVK 223 * Entries for key type specific output formats. These are exactly the
|
| /src/external/gpl2/lvm2/dist/include/ |
| toolcontext.h | 63 struct dm_list formats; /* Available formats */ member in struct:cmd_context
|