Home
last modified time | relevance | path

Searched refs:label (Results 176 – 200 of 1098) sorted by relevance

12345678910>>...44

/openbsd/etc/examples/
H A Drelayd.conf87 match request label "URL filtered!"
91 match request label "Please try a <em>different Browser</em>"
96 match request label "Instant messenger disallowed!"
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstd.c169 ffelab label; member
174 ffelab label; member
237 ffelab label; member
251 ffelab label; member
267 ffelab label; member
1494 stmt->u.execlabel.label = label; in ffestd_labeldef_branch()
1512 stmt->u.formatlabel.label = label; in ffestd_labeldef_format()
2729 stmt->u.R819A.label = label; in ffestd_R819A()
2763 stmt->u.R819B.label = label; in ffestd_R819B()
2849 stmt->u.R836.label = label; in ffestd_R836()
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dunwind-ia64.c461 #define UNW_DEC_LABEL_STATE(fmt, label, arg) \ argument
462 printf ("\t%s:label_state(label=%lu)\n", fmt, (unsigned long) label)
464 #define UNW_DEC_COPY_STATE(fmt, label, arg) \ argument
465 printf ("\t%s:copy_state(label=%lu)\n", fmt, (unsigned long) label)
986 unw_word label = (code & 0x1f); in unw_decode_b1() local
989 UNW_DEC_COPY_STATE ("B1", label, arg); in unw_decode_b1()
991 UNW_DEC_LABEL_STATE ("B1", label, arg); in unw_decode_b1()
1009 unw_word t, ecount, label; in unw_decode_b3_x4() local
1019 label = unw_decode_uleb128 (&dp); in unw_decode_b3_x4()
1021 UNW_DEC_COPY_STATE ("B4", label, arg); in unw_decode_b3_x4()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dunwind-ia64.c461 #define UNW_DEC_LABEL_STATE(fmt, label, arg) \ argument
462 printf ("\t%s:label_state(label=%lu)\n", fmt, (unsigned long) label)
464 #define UNW_DEC_COPY_STATE(fmt, label, arg) \ argument
465 printf ("\t%s:copy_state(label=%lu)\n", fmt, (unsigned long) label)
986 unw_word label = (code & 0x1f); in unw_decode_b1() local
989 UNW_DEC_COPY_STATE ("B1", label, arg); in unw_decode_b1()
991 UNW_DEC_LABEL_STATE ("B1", label, arg); in unw_decode_b1()
1009 unw_word t, ecount, label; in unw_decode_b3_x4() local
1019 label = unw_decode_uleb128 (&dp); in unw_decode_b3_x4()
1021 UNW_DEC_COPY_STATE ("B4", label, arg); in unw_decode_b3_x4()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950714-1.c11 goto label; in main()
13 label: in main()
/openbsd/gnu/llvm/llvm/utils/
H A Dcheck_ninja_deps.py142 label = lambda v: g.get_node(v).attr["label"] function
146 targets = set(label(v) for v in g.nodes_iter() if g.in_degree(v) > 0)
151 deps = dict(ancestors(g, label))
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dseveral_authors.t161 my ($label, $meta_name) = @$case;
166 "$label validates"
173 "$label content good"
H A DMakeMaker_Parameters.t19 my ($args, $expected, $label) = @_;
23 is $got, $expected, $label;
/openbsd/regress/sbin/pfctl/
H A Dpfsetup4.ok1 block drop in log quick on ! lo0 inet from 127.0.0.0/8 to any label "antispoof:lo0:127.0.0.0/8:any"
2 block drop in log quick on ! lo1000000 inet from 192.168.0.0/24 to any label "antispoof:lo1000000:1…
H A Dpf53.in1 pass in proto tcp from { 1.2.3.4, 1.2.3.5 } to any label \
3 pass in on lo0 proto tcp from { 1.2.3.4, 1.2.3.5 } to any label \
/openbsd/sys/sys/
H A Daudioio.h128 audio_mixer_name_t label; member
141 audio_mixer_name_t label; member
148 audio_mixer_name_t label; member
/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1evp.c48 compare_data(const char *label, const unsigned char *d1, size_t d1_len, in compare_data() argument
53 label, d1_len, d2_len); in compare_data()
57 fprintf(stderr, "FAIL: %s differs\n", label); in compare_data()
/openbsd/usr.bin/diff/
H A Ddiff.c41 char *start, *ifdefname, *diffargs, *label[2], *ignore_pats; variable
146 if (label[0] == NULL) in main()
147 label[0] = optarg; in main()
148 else if (label[1] == NULL) in main()
149 label[1] = optarg; in main()
/openbsd/gnu/usr.bin/perl/t/run/
H A Drunenv.t35 my $label = join(',' => (@envpairs, @$args));
37 ok ( $actual_stdout =~/$stdout/, $label . ' stdout' );
39 is ( $actual_stdout, $stdout, $label . ' stdout' );
42 ok ( $actual_stderr =~/$stderr/, $label . ' stderr' );
44 is ( $actual_stderr, $stderr, $label . ' stderr' );
/openbsd/regress/usr.bin/ssh/unittests/authopt/
H A Dtests.c136 #define FAIL_TEST(label, keywords) \ in test_authkeys_parse() argument
138 TEST_START("sshauthopt_parse invalid " label); \ in test_authkeys_parse()
252 #define ARRAY_TEST(label, keywords, var, nvar, val) \ in test_authkeys_parse() argument
254 TEST_START("sshauthopt_parse " label); \ in test_authkeys_parse()
383 #define PREPARE(label, keyname, keywords) \ in test_merge() argument
386 TEST_START("sshauthopt_merge " label); \ in test_merge()
418 #define FLAG_CASE(keybase, label, keyname, keywords, mostly_off, var, val) \ in test_merge() argument
420 PREPARE(keybase " " label, keyname, keywords); \ in test_merge()
/openbsd/lib/libcrypto/sha/asm/
H A Dsha256-586.pl107 &picsymbol($K256, &label("K256"), $K256);
163 &jne (&label("00_15"));
190 &jne (&label("16_63"));
223 &jb (&label("loop"));
/openbsd/regress/lib/libtls/keypair/
H A Dkeypairtest.c64 compare_mem(char *label, const uint8_t *data1, size_t data1_len, in compare_mem() argument
69 label, data1_len, data2_len); in compare_mem()
74 label, data1, data2); in compare_mem()
78 fprintf(stderr, "FAIL: %s data mismatch\n", label); in compare_mem()
/openbsd/libexec/ld.so/alpha/
H A DSYS.h64 #define PINSYSCALL(sysno, label) \ argument
67 .long label ;\
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunroll.c714 rtx label; local
719 set_label_in_map (map, CODE_LABEL_NUMBER (label), label);
1354 rtx op0, op1, label;
2159 rtx label = 0; local
2167 label = XEXP (tem, 0);
2177 if (label && GET_CODE (label) == CODE_LABEL)
2932 rtx insn, label; local
2942 for (label = loop->exit_labels; label; label = LABEL_NEXTREF (label))
2954 for (; label; label = LABEL_NEXTREF (label))
4079 rtx x, label, label_ref; local
[all …]
/openbsd/games/phantasia/
H A Dmisc.c133 char *label; /* pointer to place name */ in descrlocation() local
146 label = "The Point of No Return"; in descrlocation()
148 label = "The Ashen Mountains"; in descrlocation()
150 label = "Morannon"; in descrlocation()
152 label = "Kennaquahair"; in descrlocation()
154 label = "The Dead Marshes"; in descrlocation()
156 label = "The Outer Waste"; in descrlocation()
158 label = "The Moors Adventurous"; in descrlocation()
161 label = "The Lord's Chamber"; in descrlocation()
167 label = nametable[((int) circle) - 1][quadrant]; in descrlocation()
[all …]
/openbsd/libexec/ld.so/mips64/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ argument
35 .long label ;\
/openbsd/usr.bin/ssh/
H A Dssh-pkcs11-helper.c44 char *providername, *label; member
57 add_key(struct sshkey *k, char *name, char *label) in add_key() argument
64 ki->label = xstrdup(label); in add_key()
78 free(ki->label); in del_keys_by_name()
93 ki->providername, ki->label); in lookup_key()
/openbsd/gnu/llvm/clang/www/demo/
H A Dindex.cgi99 …$input =~ s@\b(void|i8|i1|i16|i32|i64|float|double|type|label|opaque)\b@<span class="llvm_type">$1…
199 -label => 'Run link-time optimizer',
205 -label => 'Show detailed pass statistics'
210 -label => 'Demangle C++ names'
218 -label => 'Show detailed bytecode analysis'
223 -label => 'Show LLVM C++ API code'
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DExceptionBreakpoint.h20 std::string label; member
25 : filter(std::move(f)), label(std::move(l)), language(lang), in ExceptionBreakpoint()
/openbsd/libexec/ld.so/powerpc/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ argument
35 .long label ;\

12345678910>>...44