Searched refs:prefix (Results 1 - 25 of 379) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Ddl_list.h13 #define REMOVE_DL_LIST( item, head, prefix ) \
15 if( item->prefix##prev ) \
16 item->prefix##prev->prefix##next = item->prefix##next; \
18 head = item->prefix##next; \
20 if( item->prefix##next ) \
21 item->prefix##next->prefix##prev = item->prefix##pre
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/locked_pool/
H A Ddl_list.h13 #define REMOVE_DL_LIST( item, head, prefix ) \
15 if( item->prefix##prev ) \
16 item->prefix##prev->prefix##next = item->prefix##next; \
18 head = item->prefix##next; \
20 if( item->prefix##next ) \
21 item->prefix##next->prefix##prev = item->prefix##pre
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/scsi_periph/
H A Ddl_list.h13 #define REMOVE_DL_LIST( item, head, prefix ) \
15 if( item->prefix##prev ) \
16 item->prefix##prev->prefix##next = item->prefix##next; \
18 head = item->prefix##next; \
20 if( item->prefix##next ) \
21 item->prefix##next->prefix##prev = item->prefix##pre
[all...]
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-console.h26 const char *prefix,
H A Dmi-getopt.h41 mi_getopt() calls ``error("%s: Unknown option %c", prefix,
45 extern int mi_getopt (const char *prefix, int argc, char **argv,
78 extern int mi_valid_noargs (const char *prefix, int argc, char **argv);
H A Dmi-getopt.c27 mi_getopt (const char *prefix, argument
63 error ("%s: Option %s requires an argument", prefix, arg);
75 error ("%s: Unknown option ``%s''", prefix, arg + 1);
79 mi_valid_noargs (const char *prefix, int argc, char **argv) argument
88 if (mi_getopt (prefix, argc, argv, opts, &optind, &optarg) == -1)
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Dasm_offsets.cpp20 #define DEFINE_OFFSET_MACRO(prefix, structure, member) \
21 DEFINE_MACRO(prefix##_##member, offsetof(struct structure, member));
23 #define DEFINE_SIZEOF_MACRO(prefix, structure) \
24 DEFINE_MACRO(prefix##_sizeof, sizeof(struct structure));
/haiku-fatelf/src/bin/sharutils/intl/
H A DMakefile27 prefix = /usr/local macro
28 exec_prefix = ${prefix}
30 libdir = $(prefix)/lib
31 includedir = $(prefix)/include
32 datadir = $(prefix)/share
34 gnulocaledir = $(prefix)/share/locale
35 gettextsrcdir = $(prefix)/share/gettext
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-setshow.h36 char *prefix);
/haiku-fatelf/data/bin/
H A Dfreetype-config12 prefix=/boot/common
13 exec_prefix=${prefix}
28 --prefix display \`--prefix' value used for building the
30 --prefix=PREFIX override \`--prefix' value with PREFIX
31 --exec-prefix display \`--exec-prefix' value used for building
33 --exec-prefix=EPREFIX override \`--exec-prefix' valu
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dtempnam.c35 tempnam(const char *dir, const char *prefix) argument
39 if (__path_search(buffer, NAME_MAX, dir, prefix, 1))
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.h27 void usb_scsi_trace_bytes(const char *prefix, const uint8 *bytes, size_t bytes_len);
28 void usb_scsi_trace_sgb(const char *prefix, sg_buffer *sgb);
93 #define TRACE_MODE_SENSE_DATA(prefix, data, len)\
94 { if(b_log_sense_data) usb_scsi_trace_bytes(prefix, data, len); }
95 #define TRACE_MODE_SENSE_SGB(prefix, data)\
96 { if(b_log_sense_data) usb_scsi_trace_sgb(prefix, data); }
99 #define TRACE_CAPACITY(prefix, data)\
100 { if(b_log_capacity) usb_scsi_trace_sgb(prefix, data); }
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfKeyCode.h53 // prefix prefix to identify film roll
112 int prefix = 0,
132 int prefix () const;
133 void setPrefix (int prefix);
H A DImfKeyCode.cpp50 int prefix,
58 setPrefix (prefix);
128 KeyCode::prefix () const function in class:Imf::KeyCode
135 KeyCode::setPrefix (int prefix) argument
137 if (prefix < 0 || prefix > 999999)
138 throw Iex::ArgExc ("Invalid key code prefix "
141 _prefix = prefix;
48 KeyCode(int filmMfcCode, int filmType, int prefix, int count, int perfOffset, int perfsPerFrame, int perfsPerCount) argument
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.site32 # The root of the DJGPP tree serves as the default prefix
34 # When installing the installation prefix must be supplied.
35 test "x$prefix" = xNONE && prefix='/dev/env/DJDIR'
/haiku-fatelf/headers/private/graphics/common/
H A Dbenaphore.h21 #define INIT_BEN(x, prefix) ( (x).ben = 0, (x).sem = create_sem(0, #prefix " benaphore"), (x).sem )
/haiku-fatelf/headers/private/kernel/
H A Dkmodule.h20 extern status_t start_watching_modules(const char *prefix,
22 extern status_t stop_watching_modules(const char *prefix,
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/sun/
H A DMakefile8 ( cd .. ; ./configure --prefix=/usr --mandir=`pwd`/sun/tmp/usr/share/man )
12 make -C .. prefix=${INSTROOT}/usr install
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dupdate-copyright55 # prefix changes after the first line:
88 # 5. Iff such a prefix is present, the same prefix appears at the
91 # comments: if the first line's prefix contains nothing but
92 # whitespace surrounding a "/*", then the prefix for all subsequent
93 # lines is the same as the first line's prefix except with each of
96 # 6. Blank lines, even if preceded by the prefix, do not appear
137 my $prefix;
143 $prefix = $2;
144 if ($prefix
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DFormatDingbatCallout.java49 String prefix = "";
54 prefix = "fo:"; // FIXME: this could be a problem...
60 prefix = "";
67 rtf.startElement(ns, imgName, prefix+imgName, imgAttr);
73 rtf.endElement(ns, imgName, prefix+imgName);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DFormatDingbatCallout.java49 String prefix = "";
54 prefix = "fo:"; // FIXME: this could be a problem...
60 prefix = "";
67 rtf.startElement(ns, imgName, prefix+imgName, imgAttr);
73 rtf.endElement(ns, imgName, prefix+imgName);
/haiku-fatelf/src/bin/sharutils/src/
H A DMakefile29 prefix = /usr/local macro
30 exec_prefix = ${prefix}
33 datadir = $(prefix)/share
/haiku-fatelf/headers/os/drivers/
H A Dmodule.h50 extern void *open_module_list_etc(const char *prefix, const char *suffix);
51 extern void *open_module_list(const char *prefix);
/haiku-fatelf/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp50 char prefix[128]; local
51 sprintf(prefix, "%*s", 2 * (int)level, "");
60 printf("%spartition %ld: `%s'\n", prefix, partition->ID(),
63 printf("%s offset: %lld\n", prefix, partition->Offset());
64 printf("%s size: %lld\n", prefix, partition->Size());
65 printf("%s block size: %lu\n", prefix, partition->BlockSize());
66 printf("%s index: %ld\n", prefix, partition->Index());
67 printf("%s status: %lu\n", prefix, partition->Status());
68 printf("%s file system: %d\n", prefix,
70 printf("%s part. system: %d\n", prefix,
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcgen.sh26 # cgen.sh action srcdir cgen cgendir cgenflags arch prefix \
33 # PREFIX is both the generated file prefix and is substituted into
34 # @prefix@ in the generated files.
54 prefix=$7
114 ${rootdir}/move-if-change tmp-desc.h ${srcdir}/${prefix}-desc.h
117 -e "s/@prefix@/${prefix}/" < tmp-desc.c1 > tmp-desc.c
118 ${rootdir}/move-if-change tmp-desc.c ${srcdir}/${prefix}-desc.c
121 ${rootdir}/move-if-change tmp-opc.h ${srcdir}/${prefix}-opc.h
124 -e "s/@prefix
[all...]

Completed in 134 milliseconds

1234567891011>>