Searched refs:prefix (Results 76 - 100 of 379) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gawk/intl/
H A DMakefile29 prefix = /usr/local macro
30 exec_prefix = ${prefix}
33 includedir = ${prefix}/include
34 datadir = ${prefix}/share
52 YFLAGS = --name-prefix=__gettext
H A Dlibgnuintl.h109 # define _INTL_ASMNAME(prefix,cnamestring) _INTL_STRINGIFY (prefix) cnamestring
110 # define _INTL_STRINGIFY(prefix) #prefix
294 /* Sets the original and the current installation prefix of the package.
295 Relocation simply replaces a pathname starting with the original prefix
296 by the corresponding pathname with the current prefix instead. Both
H A Dlibintl.h109 # define _INTL_ASMNAME(prefix,cnamestring) _INTL_STRINGIFY (prefix) cnamestring
110 # define _INTL_STRINGIFY(prefix) #prefix
294 /* Sets the original and the current installation prefix of the package.
295 Relocation simply replaces a pathname starting with the original prefix
296 by the corresponding pathname with the current prefix instead. Both
/haiku-fatelf/src/tests/apps/partitioner/
H A DPartitioner.cpp96 char prefix[128]; local
97 sprintf(prefix, "%*s", 2 * (int)level, "");
106 printf("%spartition %ld: \"%s\"\n", prefix, partition->ID(),
109 printf("%s offset: %lld\n", prefix, partition->Offset());
110 printf("%s size: %lld\n", prefix, partition->Size());
111 printf("%s block size: %lu\n", prefix, partition->BlockSize());
112 printf("%s index: %ld\n", prefix, partition->Index());
113 printf("%s status: %lu\n", prefix, partition->Status());
114 printf("%s file system: %d\n", prefix,
116 printf("%s part. system: %d\n", prefix,
[all...]
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile21 prefix = /usr/local macro
22 exec_prefix = ${prefix}
27 datadir = ${prefix}/share
28 sysconfdir = ${prefix}/etc
29 sharedstatedir = ${prefix}/com
30 localstatedir = ${prefix}/var
32 infodir = ${prefix}/info
33 mandir = ${prefix}/man
34 includedir = ${prefix}/include
125 lib-prefix
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dparse.c537 prefix which is a series of namespaces or classes. CLASS_PREFIX is
588 char *prefix = NULL;
649 if (prefix)
651 memcpy (tmp, prefix, prefix_len);
662 prefix = tmp;
663 prefix_len = strlen (prefix);
665 /* See if the prefix we have now is something we know about */
670 sym_class = lookup_symbol (prefix, 0, STRUCT_DOMAIN,
676 sym_var = lookup_symbol (prefix, 0, VAR_DOMAIN,
680 sym_class = lookup_symbol (prefix,
583 char *prefix = NULL; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dc14n.c409 const xmlChar *prefix; local
422 prefix = ((ns == NULL) || (ns->prefix == NULL)) ? BAD_CAST "" : ns->prefix;
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
431 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) {
442 const xmlChar *prefix; local
455 prefix = ((ns == NULL) || (ns->prefix
737 xmlChar *prefix; local
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_resource.c132 if (RegQueryValueExA(hKey, "prefix", (LPDWORD) NULL,
137 if (p->prefix)
139 pdc_free(p->pdc, p->prefix);
140 p->prefix = NULL;
142 p->prefix = pdc_strdup(p->pdc,
235 /* Directory prefix */
238 if (p->prefix)
240 pdc_free(p->pdc, p->prefix);
241 p->prefix = NULL;
243 p->prefix
269 char *prefix = NULL; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDWriter.cpp206 item.prefix.size = 0;
210 item.prefix.size = 1;
212 item.prefix.size = 2;
214 item.prefix.size = 3; // actually means 4
217 item.prefix.type = type;
218 item.prefix.tag = tag;
220 switch (item.prefix.size) {
/haiku-fatelf/src/bin/diffutils/ms/
H A DMakefile25 prefix = /usr/local macro
26 exec_prefix = ${prefix}
31 datadir = ${prefix}/share
32 sysconfdir = ${prefix}/etc
33 sharedstatedir = ${prefix}/com
34 localstatedir = ${prefix}/var
36 infodir = ${prefix}/info
37 mandir = ${prefix}/man
38 includedir = ${prefix}/include
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_davicom/
H A DSettings.cpp94 static const char *prefix = "\33[33m"DRIVER_NAME":\33[0m"; local
98 strlcpy(buffer, prefix, sizeof(buffer));
99 buf_ptr += strlen(prefix);
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-lspping.c165 { LSPPING_TLV_TARGETFEC_SUBTLV_LDP_IPV4, "LDP IPv4 prefix"},
166 { LSPPING_TLV_TARGETFEC_SUBTLV_LDP_IPV6, "LDP IPv6 prefix"},
170 { LSPPING_TLV_TARGETFEC_SUBTLV_L3VPN_IPV4, "VPN IPv4 prefix"},
171 { LSPPING_TLV_TARGETFEC_SUBTLV_L3VPN_IPV6, "VPN IPv6 prefix"},
175 { LSPPING_TLV_TARGETFEC_SUBTLV_BGP_IPV4, "BGP labeled IPv4 prefix"},
176 { LSPPING_TLV_TARGETFEC_SUBTLV_BGP_IPV6, "BGP labeled IPv6 prefix"},
184 * | IPv4 prefix |
190 u_int8_t prefix [4]; member in struct:lspping_tlv_targetfec_subtlv_ldp_ipv4_t
198 * | IPv6 prefix |
207 u_int8_t prefix [1 member in struct:lspping_tlv_targetfec_subtlv_ldp_ipv6_t
223 u_int8_t prefix [4]; member in struct:lspping_tlv_targetfec_subtlv_bgp_ipv4_t
245 u_int8_t prefix [16]; member in struct:lspping_tlv_targetfec_subtlv_bgp_ipv6_t
322 u_int8_t prefix [4]; member in struct:lspping_tlv_targetfec_subtlv_l3vpn_ipv4_t
343 u_int8_t prefix [16]; member in struct:lspping_tlv_targetfec_subtlv_l3vpn_ipv6_t
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DStatableTest.h92 static inline void AddBaseClassTests(const char *prefix,
114 StatableTest::AddBaseClassTests(const char *prefix, CppUnit::TestSuite *suite) argument
117 string p(prefix);
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dfunctions.c398 xmlChar *qname, *prefix; local
404 key = xmlSplitQName2(qname, &prefix);
408 if (prefix != NULL)
409 xmlFree(prefix);
411 if (prefix != NULL) {
412 keyURI = xmlXPathNsLookup(ctxt->context, prefix);
415 "key() : prefix %s is not bound\n", prefix); local
417 xmlFree(prefix);
658 xmlChar *prefix, *nam local
684 "system-property() : prefix %s is not bound\\n", prefix); local
750 xmlChar *prefix, *name; local
788 "element-available() : prefix %s is not bound\\n", prefix); local
816 xmlChar *prefix, *name; local
840 "function-available() : prefix %s is not bound\\n", prefix); local
[all...]
H A Dnamespaces.h44 const xmlChar *prefix,
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp126 char* prefix; member in struct:module_iterator
187 free((char*)prefix);
191 const char* prefix; member in struct:Module::module_listener
260 status_t _AddDirectory(const char* prefix);
261 status_t _ScanDirectory(char* directoryPath, const char* prefix,
264 const char* prefix, size_t prefixPosition);
892 // the module name must fit the prefix
893 if (strncmp(sBuiltInModules[i]->name, iterator->prefix,
915 if (!strncmp(module->name, iterator->prefix,
978 // check if the prefix matche
1281 const char* prefix = eventSpecifier->GetString("prefix", NULL); local
1429 _AddDirectory(const char* prefix) argument
1462 _ScanDirectory(char* directoryPath, const char* prefix, size_t& prefixPosition) argument
1499 _ScanDirectory(Stack<DIR*>& stack, DIR* dir, const char* prefix, size_t prefixPosition) argument
1757 start_watching_modules(const char* prefix, NotificationListener& listener) argument
1769 stop_watching_modules(const char* prefix, NotificationListener& listener) argument
1970 open_module_list_etc(const char* prefix, const char* suffix) argument
2057 open_module_list(const char* prefix) argument
[all...]
/haiku-fatelf/src/bin/bash/
H A Dpcomplib.c61 ret->prefix = (char *)NULL;
79 FREE (cs->prefix);
103 new->prefix = STRDUP (cs->prefix);
/haiku-fatelf/src/bin/network/ftp/
H A Dprogressbar.h61 GLOBAL char *prefix; /* Text written left of progress bar */ variable
/haiku-fatelf/src/libs/ncurses/
H A DMakefile45 prefix = /usr/local macro
46 exec_prefix = ${prefix}
50 includedir = $(prefix)/include/ncurses
52 mandir = ${prefix}/man
77 @ test "$(includedir)" = "$(prefix)/include" || \
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_commands.h46 const char* prefix, int prefixLen);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Ddict.h52 const xmlChar *prefix,
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Ddevice_info.h55 void (*trace_bytes)(const char *prefix, const uint8 *bytes, size_t bytes_len);
/haiku-fatelf/build/scripts/
H A Dbuild_fatelf_cross_tools126 local prefix="$3"
140 "${srcdir}/configure" -C --prefix="${prefix}" $@ >> "${LOGFILE}" 2>&1
168 local prefix="$3"
190 "-DCMAKE_INSTALL_PREFIX:PATH=${prefix}" \
276 "${DESTROOT}/${prefix}/bin/fatelf-glue" -r "${target}" ${bins}
381 --program-prefix="" \
409 --program-prefix="" \
451 --program-prefix="${arch}-" \
457 --without-libiconv-prefix \
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/scsi_periph/
H A Ddevice.cpp23 periph_compose_device_name(device_node *node, const char *prefix) argument
38 // this is actually an IDE device, so we ignore the prefix
48 prefix, pathID, targetID, targetLUN);
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Ddebug.cpp138 dump_block(const char *buffer, int size, const char *prefix) argument
146 dprintf(prefix);

Completed in 337 milliseconds

1234567891011>>