Searched refs:LABEL (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-9.3-release/release/amd64/
H A Dmkisoimages.sh39 LABEL=`echo $1 | tr '[:lower:]' '[:upper:]'`; shift
43 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $1/etc/fstab
44 makefs -t cd9660 $bootable -o rockridge -o label=$LABEL -o publisher="$publisher" $NAME $*
/freebsd-9.3-release/release/i386/
H A Dmkisoimages.sh39 LABEL=`echo $1 | tr '[:lower:]' '[:upper:]'`; shift
43 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $1/etc/fstab
44 makefs -t cd9660 $bootable -o rockridge -o label=$LABEL -o publisher="$publisher" $NAME $*
/freebsd-9.3-release/release/pc98/
H A Dmkisoimages.sh39 LABEL=`echo $1 | tr '[:lower:]' '[:upper:]'`; shift
43 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $1/etc/fstab
44 makefs -t cd9660 $bootable -o rockridge -o label=$LABEL -o publisher="$publisher" $NAME $*
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsp-elf.h63 /* This is how to store into the string LABEL
69 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
70 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
H A Dfreebsd.h139 /* This is how to store into the string LABEL
145 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
146 sprintf (LABEL, "*.L%s%lu", PREFIX, (unsigned long)(NUM))
H A Dsp64-elf.h94 /* This is how to store into the string LABEL
100 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
101 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
H A Dlinux.h171 /* This is how to store into the string LABEL
177 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
178 sprintf (LABEL, "*.L%s%ld", PREFIX, (long)(NUM))
H A Dnetbsd-elf.h62 /* This is how to store into the string LABEL
68 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
69 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
H A Dsol2.h74 /* This is how to store into the string LABEL
80 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
81 sprintf ((LABEL), "*.L%s%lu", (PREFIX), (unsigned long)(NUM))
/freebsd-9.3-release/usr.sbin/mtree/
H A Dcompare.c68 #define LABEL \ macro
113 typeerr: LABEL;
122 LABEL;
136 LABEL;
152 LABEL;
167 LABEL;
174 LABEL;
186 LABEL;
206 LABEL;
212 LABEL;
[all...]
/freebsd-9.3-release/contrib/mtree/
H A Dcompare.c83 #define LABEL if (!label++) MARK macro
172 typeerr: LABEL;
194 LABEL;
215 LABEL;
229 LABEL;
261 LABEL;
279 LABEL;
285 LABEL;
320 LABEL;
347 LABEL;
[all...]
/freebsd-9.3-release/release/powerpc/
H A Dmkisoimages.sh61 LABEL=`echo $1 | tr '[:lower:]' '[:upper:]'`; shift
65 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $1/etc/fstab
66 makefs -t cd9660 $bootable -o rockridge -o label=$LABEL -o publisher="$publisher" $NAME $*
/freebsd-9.3-release/contrib/gcc/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \
94 whether or not LABEL or NUMBER are set. */ \
97 else if (LABEL) \
98 assemble_name (asm_out_file, LABEL); \
H A Dreg-notes.def98 REG_NOTE (LABEL)
/freebsd-9.3-release/contrib/dtc/
H A Dtreesource.c71 if (m->type == LABEL)
111 if (m->type == LABEL) {
129 for_each_marker_of_type(m, LABEL) {
144 if (m->type == LABEL) {
158 for_each_marker_of_type(m, LABEL) {
174 if (m->type == LABEL)
186 for_each_marker_of_type(m, LABEL) {
214 for_each_marker_of_type(m, LABEL) {
H A Ddtc-parser.y203 $$ = data_add_marker($1, LABEL, $2);
218 $$ = data_add_marker($1, LABEL, $2);
238 $$ = data_add_marker($1, LABEL, $2);
260 $$ = data_add_marker($1, LABEL, $2);
H A Ddtc-lexer.l30 LABEL [a-zA-Z_][a-zA-Z0-9_]*
99 <*>{LABEL}: {
112 \&{LABEL} { /* label reference */
H A Dconvert-dtsv0-lexer.l28 LABEL [a-zA-Z_][a-zA-Z0-9_]*
98 <*>{LABEL}: ECHO;
154 \&{LABEL} ECHO;
/freebsd-9.3-release/contrib/gcc/config/
H A Dsvr3.h104 /* This is how to store into the string LABEL
113 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
114 sprintf (LABEL, "*%s%s%ld", LOCAL_LABEL_PREFIX, PREFIX, (long)(NUM))
/freebsd-9.3-release/release/ia64/
H A Dmkisoimages.sh40 LABEL=`echo $1 | tr '[:lower:]' '[:upper:]'`; shift
72 echo vfs.root.mountfrom=\"cd9660:iso9660/$LABEL\" >> $MNT/boot/loader.conf
81 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $BASE/etc/fstab
82 makefs -t cd9660 $BOOTOPTS -o rockridge -o label=$LABEL -o publisher="$publisher" $NAME $BASE $*
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dhpux.h210 #define PROFILE_HOOK(LABEL) ia64_profile_hook (LABEL)
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daix.h249 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL)
H A Dfreebsd.h252 #define PROFILE_HOOK(LABEL) \
253 do { if (TARGET_64BIT) output_profile_hook (LABEL); } while (0)
/freebsd-9.3-release/release/sparc64/
H A Dmkisoimages.sh33 LABEL=`echo $1 | tr '[:lower:]' '[:upper:]'`; shift
39 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "${BASEBITSDIR}/etc/fstab"
40 makefs -t cd9660 -o rockridge -o label="$LABEL" -o publisher="$publisher" ${NAME}.tmp $*
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsymtab.c265 #define LABEL(x) ((x) < 1024*10 ? ' ' : ((x) < 1024*1024*10 ? 'k' : 'M')) macro
294 SCALE (total_bytes), LABEL (total_bytes),
295 SCALE (overhead), LABEL (overhead));
297 SCALE (headers), LABEL (headers));
312 #undef LABEL macro

Completed in 202 milliseconds

123