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

123

/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/mtree/
H A Dcompare.c89 #define LABEL if (!label++) MARK macro
178 typeerr: LABEL;
201 LABEL;
226 LABEL;
243 LABEL;
278 LABEL;
300 LABEL;
308 LABEL;
344 LABEL;
375 LABEL;
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/contrib/dtc/
H A Dtreesource.c73 if (m->type == LABEL)
113 if (m->type == LABEL) {
131 for_each_marker_of_type(m, LABEL) {
146 if (m->type == LABEL) {
160 for_each_marker_of_type(m, LABEL) {
176 if (m->type == LABEL)
188 for_each_marker_of_type(m, LABEL) {
216 for_each_marker_of_type(m, LABEL) {
H A Ddtc-lexer.l30 LABEL [a-zA-Z_][a-zA-Z0-9_]*
110 <*>{LABEL}: {
130 <*>\&{LABEL} { /* label reference */
/freebsd-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
154 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
158 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
194 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86nasm.pl101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
133 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
137 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
173 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dhpux.h210 #define PROFILE_HOOK(LABEL) ia64_profile_hook (LABEL)
/freebsd-10.0-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-10.0-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-10.0-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 124 milliseconds

123