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

123

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/netbsd-tests/lib/libc/arch/i386/
H A Dreturn_one.S10 LABEL(return_one_end)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/arch/x86_64/
H A Dreturn_one.S10 LABEL(return_one_end)
/freebsd-11-stable/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))
H A Dlinux64.h307 /* This is how to store into the string LABEL
313 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
314 sprintf (LABEL, "*.L%s%ld", PREFIX, (long)(NUM))
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcompare.c68 #define LABEL \ macro
113 typeerr: LABEL;
122 LABEL;
136 LABEL;
152 LABEL;
167 LABEL;
175 LABEL;
187 LABEL;
207 LABEL;
213 LABEL;
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/release/amd64/
H A Dmkisoimages.sh65 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
69 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab"
70 $MAKEFS -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
/freebsd-11-stable/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); \
/freebsd-11-stable/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-11-stable/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) {
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
156 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
160 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
196 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86nasm.pl103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
135 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
139 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
175 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dhpux.h210 #define PROFILE_HOOK(LABEL) ia64_profile_hook (LABEL)
/freebsd-11-stable/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-11-stable/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-11-stable/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 127 milliseconds

123