Searched refs:NAME (Results 101 - 125 of 255) sorted by relevance

1234567891011

/haiku-fatelf/src/bin/coreutils/man/
H A Dusers.x0 [NAME]
H A Dwc.x0 [NAME]
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dstdfiles.c39 # define DEF_STDFILE(NAME, FD, CHAIN, FLAGS) \
43 struct _IO_FILE_plus NAME \
47 # define DEF_STDFILE(NAME, FD, CHAIN, FLAGS) \
49 struct _IO_FILE_plus NAME \
55 # define DEF_STDFILE(NAME, FD, CHAIN, FLAGS) \
58 struct _IO_FILE_plus NAME \
62 # define DEF_STDFILE(NAME, FD, CHAIN, FLAGS) \
63 struct _IO_FILE_plus NAME \
/haiku-fatelf/src/bin/coreutils/lib/glthread/
H A Dtls.h103 # define gl_tls_get(NAME) \
105 ? pthread_getspecific ((NAME).key) \
106 : (NAME).singlethread_value)
154 # define gl_tls_get(NAME) \
156 ? pth_key_getdata ((NAME).key) \
157 : (NAME).singlethread_value)
206 # define gl_tls_get(NAME) \
208 ? glthread_tls_get_multithreaded ((NAME).key) \
209 : (NAME).singlethread_value)
233 # define gl_tls_get(NAME) \
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dstab-syms.c30 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
31 #define __define_stab_duplicate(NAME, CODE, STRING)
H A Dlibaout.h62 #ifndef NAME
63 #define NAME(x,y) CONCAT3 (x,_64_,y) macro
74 #ifndef NAME
75 #define NAME(x,y) CONCAT3 (x,_16_,y) macro
85 #ifndef NAME
86 #define NAME(x,y) CONCAT3 (x,_32_,y) macro
475 extern bfd_boolean NAME(aout,squirt_out_relocs)
478 extern bfd_boolean NAME(aout,make_sections)
481 extern const bfd_target * NAME(aout,some_aout_object_p)
484 extern bfd_boolean NAME(aou
[all...]
H A Daout-target.h31 extern reloc_howto_type * NAME(aout,reloc_type_lookup)
106 sections. This is normally done by NAME(aout,new_section_hook),
169 NAME(aout,swap_exec_header_in) (abfd, &exec_bytes, &exec);
176 target = NAME(aout,some_aout_object_p) (abfd, &exec, MY(callback));
210 if (! NAME(aout,mkobject) (abfd))
385 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
450 #define MY_core_file_failing_command NAME(aout,core_file_failing_command)
453 #define MY_core_file_failing_signal NAME(aout,core_file_failing_signal)
456 #define MY_core_file_matches_executable_p NAME(aout,core_file_matches_executable_p)
459 #define MY_set_section_contents NAME(aou
[all...]
H A Di386lynx.c44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
53 NAME(aout,swap_exec_header_out) (abfd, execp, &exec_bytes); \
67 if (! NAME(aout,write_syms) (abfd)) return FALSE; \
73 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_textsec (abfd))) \
79 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \
88 void NAME (lynx,swap_std_reloc_out)
90 void NAME (lynx,swap_ext_reloc_out)
92 void NAME (lynx,swap_ext_reloc_in) variable
95 void NAME (lynx,swap_std_reloc_in)
98 bfd_boolean NAME (lyn
100 bfd_boolean NAME (lynx,squirt_out_relocs) variable
495 NAME(lynx,squirt_out_relocs) (abfd, section) function
[all...]
H A Dcpu-frv.c24 #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT) \
32 NAME, /* machine name */ \
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstdstrbufs.cc59 #define DEF_STDFILE(NAME, FD, CHAIN, FLAGS) \
61 struct _IO_FILE_plus NAME \
64 #define DEF_STDFILE(NAME, FD, CHAIN, FLAGS) \
65 struct _IO_FILE_plus NAME = {FILEBUF_LITERAL(CHAIN, FLAGS, FD, NULL), STD_VTABLE}
106 #define DEF_STDIOFILE(NAME, FD, FILE, FLAGS, CHAIN) \
108 struct _IO_fake_stdiobuf NAME = \
114 #define DEF_STDIOFILE(NAME, FD, FILE, FLAGS, CHAIN) \
115 struct _IO_fake_stdiobuf NAME = \
H A Dstdstreams.cc103 #define OSTREAM_DEF(NAME, SBUF, TIE, EXTRA_FLAGS, ASM) \
104 _fake_ostream NAME ASM = { {&NAME.base}, {STD_STR(SBUF, TIE, EXTRA_FLAGS) }};
105 #define ISTREAM_DEF(NAME, SBUF, TIE, EXTRA_FLAGS) \
106 _fake_istream NAME = { {&NAME.base}, {STD_STR(SBUF, TIE, EXTRA_FLAGS) }};
108 #define OSTREAM_DEF(NAME, SBUF, TIE, EXTRA_FLAGS) \
109 _fake_ostream NAME = { {0, &NAME.base}, {STD_STR(SBUF, TIE, EXTRA_FLAGS) }};
110 #define ISTREAM_DEF(NAME, SBU
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcrx-opc.c30 #define ARITH_BYTE_INST(NAME, OPC) \
32 {NAME, 1, OPC, 24, ARITH_BYTE_INS, {{cst4,20}, {regr,16}}}, \
34 {NAME, 2, (OPC<<4)+0xE, 20, ARITH_BYTE_INS, {{i16,0}, {regr,16}}}, \
36 {NAME, 1, OPC+0x40, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
63 #define ARITH_INST(NAME, OPC) \
65 {NAME, 1, OPC, 24, ARITH_INS, {{cst4,20}, {regr,16}}}, \
67 {NAME, 2, (OPC<<4)+0xE, 20, ARITH_INS, {{i16,0}, {regr,16}}}, \
69 {NAME, 3, (OPC<<4)+0xF, 20, ARITH_INS, {{i32,0}, {regr,16}}}, \
71 {NAME, 1, OPC+0x40, 24, ARITH_INS, {{regr,20}, {regr,16}}}
86 #define SHIFT_INST(NAME, OPR
[all...]
/haiku-fatelf/data/develop/
H A DJamfile11 NAME = ;
H A Dmakefile10 NAME= macro
H A DJamfile-engine87 -DB_COLLECTING_CATKEYS - > $(LOCATE_TARGET)/$(NAME).pre
89 collectcatkeys -s $(APP_MIME_SIG) $(LOCATE_TARGET)/$(NAME).pre \
107 Clean clean : $(LOCATE_TARGET)/$(NAME).pre ;
147 Depends $(<) : $(NAME) ;
148 Depends $(<) : $(LOCATE_TARGET)/$(NAME) ;
149 Depends $(LOCATE_TARGET)/$(NAME) : $(NAME) ;
157 linkcatkeys -o $(LOCATE_TARGET)/$(NAME) \
263 if ( ! $(NAME) )
265 ECHO "No NAME define
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/datafab/
H A Dmakefile19 NAME=datafab macro
34 #VER_SHORT = $(NAME)
146 copyattr --data $(TARGET) /boot/home/config/add-ons/kernel/generic/usb_scsi_extensions/$(NAME)
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dmakefile24 NAME=freecom macro
39 #VER_SHORT = $(NAME)
151 copyattr --data $(TARGET) /boot/home/config/add-ons/kernel/generic/usb_scsi_extensions/$(NAME)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrsignal.c40 # define __libc_once_define(CLASS, NAME) gl_once_define (CLASS, NAME)
41 # define __libc_once(NAME, INIT) gl_once ((NAME), (INIT))
43 # define __libc_getspecific(NAME) gl_tls_get ((NAME))
44 # define __libc_setspecific(NAME, POINTER) gl_tls_set ((NAME), (POINTER))
/haiku-fatelf/src/add-ons/kernel/generic/mime_table/
H A Dmakefile10 NAME= mime_table macro
/haiku-fatelf/src/bin/bfs_tools/lib/
H A Dmakefile10 NAME = libbfs.a macro
112 @zip -y `basename $(NAME)`-`date +%Y-%m-%d`.zip *.[ch]* *.rsrc makefile History ToDo test/*.[ch]* test/makefile
/haiku-fatelf/src/tests/kits/app/messaging/first_light/
H A DJamfile11 NAME = test ;
/haiku-fatelf/3rdparty/proj2make/
H A Dmakefile10 NAME=proj2make macro
/haiku-fatelf/src/add-ons/input_server/methods/t9/
H A Dmakefile10 NAME := T9 macro
/haiku-fatelf/src/apps/bsnow/
H A Dmakefile10 NAME= BSnow macro
/haiku-fatelf/src/apps/cortex/addons/ToneProducer/
H A Dmakefile10 NAME= ToneProducerApp macro

Completed in 284 milliseconds

1234567891011