Searched refs:label (Results 1 - 25 of 1427) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s12z/
H A Dpc-rel-good.s2 bne .label
4 .label:
6 bne .label
/netbsd-current/tests/usr.bin/indent/
H A Dopt_bbb.c72 label: /* not a block comment */
74 label: /*
89 label: /* not a block comment */
91 label: /* This is not a block comment, as it goes to
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A DClientCommon.h41 extern const char *GetNextLabel(const char *cstr, char label[64]);
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_194.c4 // Test for message: label '%s' redefined [194]
11 label:
12 /* expect-1: warning: label 'label' unused in function 'example' [232] */
14 label:
15 /* expect-1: error: label 'label' redefined [194] */
H A Dstmt_goto.c16 goto label;
17 label:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mt/
H A Dms2.s3 loop R1, label
4 loopi #16,label
10 label:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsss-bp-on-user-bp-2.c21 label: asm (" nop"); label2: asm (" nop"); /* must be a single line */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsss-bp-on-user-bp-2.c21 label: asm (" nop"); label2: asm (" nop"); /* must be a single line */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m32r/
H A Drela-1.s3 bl label
4 bl.l label
5 bl.s label
6 bnez r0,label
8 bl.s label
15 label:
H A Drel32-pic.s7 label:
10 .4byte bar - label
H A Drel32.s7 label:
10 .4byte bar - label
/netbsd-current/external/gpl2/groff/dist/contrib/gdiffmk/
H A Dgdiffmk.sh267 # To make a very unlikely label even more unlikely ...
268 label=__diffmk_$$__
271 /^#ifdef '"${label}"'/,/^#endif \/\* '"${label}"'/ {
272 /^#ifdef '"${label}"'/ s/.*/.mc '"${ADDMARK}"'/
273 /^#endif \/\* '"${label}"'/ s/.*/.mc/
277 /^#ifndef '"${label}"'/,/^#endif \/\* [!not ]*'"${label}"'/ {
278 /^#else \/\* '"${label}"'/,/^#endif \/\* '"${label}"'/ {
[all...]
/netbsd-current/games/phantasia/
H A Dmap.c61 label("- THE PHANTASIA UNIVERSE -");
64 label("Lorien");
66 label("Ithilien");
68 label("Rohan");
70 label("Anorien");
84 label("The Moors");
86 label("Adventurous");
88 label("The Moors");
90 label("Adventurous");
92 label("Th
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darm-idiv-bad.s3 label:
H A Dundefined.l2 [^:]*:1: Error: undefined local label `\.Lval'
H A Dundefined_coff.l2 [^:]*:1: Error: undefined local label `Lval'
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/csky/
H A Djbt.s4 jbt label
9 label:
H A Djbt_pic.s4 jbt label
9 label:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/microblaze/
H A Drelax_size.s4 braid label
6 label:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/visium/
H A Drela-1.s4 brr tr,label
6 moviu r6, %u label
7 movil r6, %l label
17 label:
/netbsd-current/usr.sbin/ldpd/
H A Dlabel.h1 /* $NetBSD: label.h,v 1.7 2013/07/24 09:05:53 kefren Exp $ */
45 * MPLS label descriptor
48 * binding is the local label
49 * label is the peer associated label
51 struct label { struct
53 int binding, label; member in struct:label
60 struct label * label_add(const union sockunion *, const union sockunion *,
63 void label_del(struct label *);
67 struct label * label_ge
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlabel.h34 uint64_t sector_xl; /* Sector number of this label */
41 struct label { struct
57 * Write a label to a volume.
59 int (*write) (struct label * label, void *buf);
62 * Read a label from a volume.
65 void *buf, struct label ** label);
75 int (*initialise_label) (struct labeller * l, struct label * label);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/label/
H A Dlabel.h34 uint64_t sector_xl; /* Sector number of this label */
41 struct label { struct
57 * Write a label to a volume.
59 int (*write) (struct label * label, void *buf);
62 * Read a label from a volume.
65 void *buf, struct label ** label);
75 int (*initialise_label) (struct labeller * l, struct label * label);
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Ddname.h28 * able to quickly index and compare by label.
40 * root label).
127 * Offsets into NAME for each label starting with the most
128 * significant label (the root label, followed by the TLD,
139 * The actual name in wire format (a sequence of label, each
141 * label).
153 * Return the label for DNAME specified by LABEL_INDEX. The first
154 * label (LABEL_INDEX == 0) is the root label, th
160 dname_label(const dname_type *dname, uint8_t label) argument
231 label_is_normal(const uint8_t *label) argument
244 label_is_pointer(const uint8_t *label) argument
257 label_pointer_location(const uint8_t *label) argument
271 label_length(const uint8_t *label) argument
285 label_data(const uint8_t *label) argument
299 label_is_root(const uint8_t *label) argument
312 label_is_wildcard(const uint8_t *label) argument
327 label_next(const uint8_t *label) argument
[all...]
/netbsd-current/external/mpl/mozilla-certdata/share/
H A Dcertdata.awk48 label = ""
73 err(sprintf("%s: Invalid %s type: %s", label, desc, $2))
85 label, desc))
94 err(sprintf("%s: Invalid octal data", label))
109 err(sprintf("%s: %s mismatch", label, desc))
123 err(sprintf("%s: Invalid %s type: %s", label, desc, $2))
132 err(sprintf("%s: Invalid %s data", label, desc))
136 err(sprintf("%s: Invalid octal data", label))
148 label, desc, $2, $3))
151 printf "line %d: distrust for %s: %s\n", NR, desc, label
[all...]

Completed in 330 milliseconds

1234567891011>>