Searched refs:NAME (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/ntp/scripts/build/
H A DVersionName21 NAME="$version"
26 NAME="${NAME}p${point}"
28 *) NAME="${NAME}"
35 NAME="${NAME}p${point}"
37 *) NAME="${NAME}.${point}"
50 *) NAME
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dgstab.h4 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
/freebsd-10.2-release/sys/libkern/ia64/
H A Dbyte_swap_2.S33 #ifndef NAME
34 #error NAME not defined
42 ENTRY(NAME, 1)
47 END(NAME)
H A Dbyte_swap_4.S33 #ifndef NAME
34 #error NAME not defined
42 ENTRY(NAME, 1)
47 END(NAME)
H A Dbswap16.S33 #define NAME __bswap16 define
H A Dbswap32.S33 #define NAME __bswap32 define
/freebsd-10.2-release/lib/libalias/modules/
H A DMakefile.inc6 LIB?= alias_${NAME}
7 SHLIB_NAME?=libalias_${NAME}.so
/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dinherit0.tab.h8 #define NAME 261 macro
/freebsd-10.2-release/contrib/binutils/include/aout/
H A Dstab_gnu.h24 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
25 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
/freebsd-10.2-release/lib/libalias/modules/cuseeme/
H A DMakefile3 NAME= cuseeme macro
/freebsd-10.2-release/lib/libalias/modules/dummy/
H A DMakefile3 NAME= dummy macro
/freebsd-10.2-release/lib/libalias/modules/ftp/
H A DMakefile3 NAME= ftp macro
/freebsd-10.2-release/lib/libalias/modules/irc/
H A DMakefile3 NAME= irc macro
/freebsd-10.2-release/lib/libalias/modules/nbt/
H A DMakefile3 NAME= nbt macro
/freebsd-10.2-release/lib/libalias/modules/pptp/
H A DMakefile3 NAME= pptp macro
/freebsd-10.2-release/lib/libalias/modules/skinny/
H A DMakefile3 NAME= skinny macro
/freebsd-10.2-release/lib/libalias/modules/smedia/
H A DMakefile3 NAME= smedia macro
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dpe.h87 #define ASM_OUTPUT_LABELREF(STREAM, NAME) \
88 asm_fprintf (STREAM, "%U%s", arm_strip_name_encoding (NAME))
92 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
95 if (arm_dllexport_name_p (NAME)) \
99 arm_strip_name_encoding (NAME)); \
102 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \
105 ASM_OUTPUT_LABEL (STREAM, NAME); \
111 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \
114 if (arm_dllexport_name_p (NAME)) \
118 arm_strip_name_encoding (NAME)); \
[all...]
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Duwin.h77 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
80 if (i386_pe_dllexport_name_p (NAME)) \
81 i386_pe_record_exported_symbol (NAME, 0); \
84 i386_pe_declare_function_type (FILE, NAME, TREE_PUBLIC (DECL)); \
85 ASM_OUTPUT_LABEL (FILE, NAME); \
H A Ddjgpp.h77 #define FILE_NAME_ABSOLUTE_P(NAME) \
78 (((NAME)[0] == '/') || ((NAME)[0] == '\\') || \
79 (((NAME)[0] >= 'A') && ((NAME)[0] <= 'z') && ((NAME)[1] == ':')))
139 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
140 asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
144 #define ASM_WEAKEN_LABEL(FILE,NAME) \
145 do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
[all...]
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dcr16-opc.c29 #define ARITH_BYTE_INST(NAME, OPC, OP1) \
31 {NAME, 1, OPC, 24, ARITH_BYTE_INS, {{uimm4_1,20}, {regr,16}}}, \
33 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}, \
35 {NAME, 1, OPC+0x1, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
38 #define ARITH1_BYTE_INST(NAME, OPC, OP1) \
40 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}
79 #define ARITH_BYTE_INST1(NAME, OPC) \
81 {NAME, 1, OPC, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
87 #define ARITH_BYTE_INST2(NAME, OPC) \
89 {NAME,
[all...]
/freebsd-10.2-release/usr.bin/csup/
H A Dtoken.l50 base { yylval.i = PT_BASE; return NAME; }
51 date { yylval.i = PT_DATE; return NAME; }
52 host { yylval.i = PT_HOST; return NAME; }
53 prefix { yylval.i = PT_PREFIX; return NAME; }
54 release { yylval.i = PT_RELEASE; return NAME; }
55 tag { yylval.i = PT_TAG; return NAME; }
56 umask { yylval.i = PT_UMASK; return NAME; }
57 list { yylval.i = PT_LIST; return NAME; }
58 norsync { yylval.i = PT_NORSYNC; return NAME; }
/freebsd-10.2-release/usr.sbin/sysrc/
H A Dsysrc473 for NAME in $( set |
481 echo "$NAME: $( f_sysrc_desc "$NAME" )"
489 [ "$SHOW_NAME" ] && echo -n "$NAME: "
490 f_sysrc_find "$NAME"
498 f_sysrc_delete "$NAME"
503 echo -n "$( f_sysrc_find "$NAME" ): "
509 echo "$NAME"
513 echo "${SHOW_NAME:+$NAME$SEP}$(
514 f_sysrc_get "$NAME" )
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMFPUName.h19 #define ARM_FPU_NAME(NAME, ID) , ID
/freebsd-10.2-release/lib/libc/locale/
H A Dlocaleconv.c70 #define M_ASSIGN_STR(NAME) (ret->NAME = (char*)mptr->NAME)
71 #define M_ASSIGN_CHAR(NAME) (ret->NAME = mptr->NAME[0])
102 #define N_ASSIGN_STR(NAME) (ret->NAME = (char*)nptr->NAME)

Completed in 126 milliseconds

1234567891011>>