| /src/tests/usr.bin/indent/ |
| opt_bbb.c | 72 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
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| varargs.dot | 39 start -> started [label="on 'va_start(X, ...)'"]; 42 start -> started [label="on 'va_copy(X, ...)'"]; 44 ended -> ended [label="on 'va_copy(X, ...)':\nWarn('use after va_end')"]; 47 started -> started [label="on 'va_arg(X, ...)'"]; 48 started -> started [label="on 'va_copy(..., X)'"]; 50 ended -> ended [label="on 'va_arg(X, ...)':\nWarn('use after va_end')"]; 53 started -> ended [label="on 'va_end(X)'"]; 55 ended -> ended [label="on 'va_end(X)':\nWarn('use after va_end')"];
|
| sm-fd.dot | 81 start -> unchecked_read_only [label="on 'X = open(..., O_RDONLY);'"]; 82 start -> unchecked_write_only [label="on 'X = open(..., O_WRONLY);'"]; 83 start -> unchecked_read_write [label="on 'X = open(..., ...);'"]; 86 start -> unchecked_write_only [label="on 'X = create(...);'"]; 89 start -> closed [label="on 'close(X);'"]; 90 unchecked_read_write -> closed [label="on 'close(X);'"]; 91 unchecked_read_only -> closed [label="on 'close(X);'"]; 92 unchecked_write_only -> closed [label="on 'close(X);'"]; 93 valid_read_write -> closed [label="on 'close(X);'"]; 94 valid_read_only -> closed [label="on 'close(X);'"] [all...] |
| sm-file.dot | 50 start -> unchecked [label="on 'X = fopen(...);'"]; 53 start -> closed [label="on 'close(X);'"]; 55 unchecked -> closed [label="on 'close(X);'"]; 56 null -> closed [label="on 'close(X);'"]; 57 nonnull -> closed [label="on 'close(X);'"]; 58 closed -> stop [label="on 'close(X);':\nWarn('double fclose')"]; 61 unchecked -> nonnull [label="on 'X != 0'"]; 62 unchecked -> null [label="on 'X == 0'"]; 65 unchecked -> stop [label="on leak:\nWarn('leak')"]; 66 nonnull -> stop [label="on leak:\nWarn('leak')"] [all...] |
| sm-malloc.dot | 56 start -> unchecked [label="on 'X=malloc(...);'"]; 57 start -> unchecked [label="on 'X=calloc(...);'"]; 59 start -> non_heap [label="on 'X=alloca(...);'"]; 60 start -> non_heap [label="on 'X=__builtin_alloca(...);'"]; 63 start -> freed [label="on 'free(X);'"]; 64 assumed_non_null -> freed [label="on 'free(X);'"]; 65 unchecked -> freed [label="on 'free(X);'"]; 66 nonnull -> freed [label="on 'free(X);'"]; 67 freed -> stop [label="on 'free(X);':\n Warn('double-free')"]; 68 non_heap -> stop [label="on 'free(X);':\n Warn('free of non-heap')"] [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| sm-malloc.dot | 53 start -> unchecked [label="on 'X=malloc(...);'"]; 54 start -> unchecked [label="on 'X=calloc(...);'"]; 56 start -> non_heap [label="on 'X=alloca(...);'"]; 57 start -> non_heap [label="on 'X=__builtin_alloca(...);'"]; 60 start -> freed [label="on 'free(X);'"]; 61 unchecked -> freed [label="on 'free(X);'"]; 62 nonnull -> freed [label="on 'free(X);'"]; 63 freed -> stop [label="on 'free(X);':\n Warn('double-free')"]; 64 non_heap -> stop [label="on 'free(X);':\n Warn('free of non-heap')"]; 67 unchecked -> nonnull [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('possible NULL arg')"] [all...] |
| /src/tests/usr.bin/xlint/lint1/ |
| msg_194.c | 4 // 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] */
|
| stmt_goto.c | 16 goto label; 17 label:
|
| /src/external/apache2/mDNSResponder/dist/Clients/ |
| ClientCommon.h | 41 extern const char *GetNextLabel(const char *cstr, char label[64]);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| sss-bp-on-user-bp-2.c | 21 label: asm (" nop"); label2: asm (" nop"); /* must be a single line */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| sss-bp-on-user-bp-2.c | 21 label: asm (" nop"); label2: asm (" nop"); /* must be a single line */
|
| /src/external/gpl2/groff/dist/contrib/gdiffmk/ |
| gdiffmk.sh | 267 # 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...] |
| /src/games/phantasia/ |
| map.c | 61 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("The Moors") [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/camp/ns3/ |
| setup.sh | 28 label=1 29 while [ $label -le $DEPTH ]; do 30 nextlabel=$((label + 1)) 33 zone "label${label}.tld${tld}" { 35 file "label${label}.tld${tld}.db"; 39 cp template.db.in label${label}.tld${tld}.db 41 if [ $label -eq $DEPTH ] && [ $tld -eq $DEPTH ]; the [all...] |
| /src/tests/kernel/arch/sh3/ |
| asm.h | 44 #define MOVL_VAR(label, reg) \ 45 mov.l label, r0; \ 52 #define MOVL_VAR(label, reg) \ 53 mov.l label, reg; \
|
| /src/tests/kernel/arch/sparc/ |
| signalsphandler.S | 36 #define SETHI(label, got, reg) \ 37 set label, reg; /* reg := &label - &GOT */ \ 38 ld [got + reg], reg /* reg := &label */ 39 #define LO(label, reg) \ 42 #define SETHI(label, got, reg) \ 43 sethi %hi(label), reg /* reg := &label - %lo(label) */ 44 #define LO(label, reg) [all...] |
| /src/usr.sbin/ldpd/ |
| label.h | 1 /* $NetBSD: label.h,v 1.8 2013/07/31 06:58:23 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_get(const union sockunion *sodest [all...] |
| mpls_interface.h | 35 #include "label.h" 38 int mpls_add_label(struct label *);
|
| /src/external/gpl2/lvm2/dist/include/ |
| label.h | 1 /* $NetBSD: label.h,v 1.1.1.1 2008/12/22 00:18:47 haad Exp $ */ 34 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...] |
| /src/external/gpl2/lvm2/dist/lib/label/ |
| label.h | 1 /* $NetBSD: label.h,v 1.1.1.1 2008/12/22 00:18:02 haad Exp $ */ 34 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...] |
| /src/external/bsd/nsd/dist/ |
| dname.h | 29 * able to quickly index and compare by label. 41 * root label). 128 * Offsets into NAME for each label starting with the most 129 * significant label (the root label, followed by the TLD, 140 * The actual name in wire format (a sequence of label, each 142 * label). 154 * Return the label for DNAME specified by LABEL_INDEX. The first 155 * label (LABEL_INDEX == 0) is the root label, the next label is th [all...] |
| /src/external/mpl/mozilla-certdata/share/ |
| certdata.awk | 48 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...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| bcm953012hr.dts | 56 label = "nboot"; 61 label = "nenv"; 65 label = "nsystem"; 69 label = "nrootfs"; 83 label = "boot"; 87 label = "env"; 91 label = "system"; 95 label = "rootfs";
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| mt7986a-bananapi-bpi-r3-nor.dtso | 29 label = "bl2"; 35 label = "u-boot-env"; 40 label = "reserved2"; 45 label = "fip"; 51 label = "recovery"; 56 label = "fit";
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-9 | 12 label ("eagle"); 15 label ("seamew"); 19 label ("falcon"); 21 label ("pigeon"); 22 label ("pigeon"); 28 --keyword=label:1,\"xhtml-format\",\"xml-format\" \
|