Searched refs:prefix (Results 101 - 125 of 379) sorted by relevance

1234567891011>>

/haiku-fatelf/src/servers/cddb_daemon/
H A Dcddb_server.cpp198 // Obtain prefix.
199 BString prefix; local
200 line.MoveInto(prefix, 0, line.FindFirst("="));
203 if (prefix == "DTITLE") {
210 } else if (prefix == "DYEAR") {
229 } else if (prefix == "DGENRE") {
232 } else if (prefix.FindFirst("TTITLE") == 0) {
235 prefix.MoveInto(index, 6, prefix.Length() - 6);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dtilde.c110 are duplicates for a tilde prefix. Bash uses this to expand
262 /* Take FNAME and return the tilde prefix we want expanded. If LENP is
263 non-null, the index of the end of the prefix into FNAME is returned in
322 glue_prefix_and_suffix (prefix, suffix, suffind)
323 char *prefix;
330 plen = (prefix && *prefix) ? strlen (prefix) : 0;
334 strcpy (ret, prefix);
/haiku-fatelf/src/bin/bash/lib/tilde/
H A Dtilde.c110 are duplicates for a tilde prefix. Bash uses this to expand
262 /* Take FNAME and return the tilde prefix we want expanded. If LENP is
263 non-null, the index of the end of the prefix into FNAME is returned in
322 glue_prefix_and_suffix (prefix, suffix, suffind)
323 char *prefix;
330 plen = (prefix && *prefix) ? strlen (prefix) : 0;
334 strcpy (ret, prefix);
/haiku-fatelf/src/bin/gdb/etc/
H A Dconfigure25 prefix=NONE
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
44 includedir='${prefix}/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
121 -exec-prefix | --exec_prefix | --exec-prefix |
[all...]
/haiku-fatelf/src/bin/gdb/gdb/doc/
H A Dconfigure25 prefix=NONE
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
44 includedir='${prefix}/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
121 -exec-prefix | --exec_prefix | --exec-prefix |
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dtilde.c104 are duplicates for a tilde prefix. Bash uses this to expand
256 /* Take FNAME and return the tilde prefix we want expanded. If LENP is
257 non-null, the index of the end of the prefix into FNAME is returned in
283 glue_prefix_and_suffix (prefix, suffix, suffind)
284 char *prefix;
291 plen = (prefix && *prefix) ? strlen (prefix) : 0;
295 strcpy (ret, prefix);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/packaging/
H A Dpcap.spec1 %define prefix /usr
27 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
/haiku-fatelf/src/kits/network/libbind/include/
H A DMakefile58 prefix = /usr/local macro
59 exec_prefix = ${prefix}
62 includedir = ${prefix}/include/bind
64 sysconfdir = ${prefix}/etc
65 localstatedir = ${prefix}/var
67 datarootdir = ${prefix}/share
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp120 module_name_list *OpenModuleList(const char *prefix,
135 void _FindBuiltInModules(const char *prefix, const char *suffix,
487 ModuleManager::OpenModuleList(const char *prefix, const char *suffix) argument
490 if (prefix) {
492 _FindBuiltInModules(prefix, suffix, list);
497 if (path.SetTo(gModuleDirs[i], prefix) == B_OK
633 ModuleManager::_FindBuiltInModules(const char *prefix, const char *suffix, argument
637 uint32 prefixLength = strlen(prefix);
641 if (!strncmp(module->Info()->name, prefix, prefixLength)
770 open_module_list_etc(const char *prefix, cons argument
778 open_module_list(const char *prefix) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c190 * @prefix: the prefix
194 * Builds the QName @prefix:@ncname in @memory if there is enough space
195 * and prefix is not NULL nor empty, otherwise allocate a new string.
196 * If prefix is NULL or empty it returns ncname.
202 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, argument
208 if (prefix == NULL) return((xmlChar *) ncname);
211 lenp = strlen((char *) prefix);
222 memcpy(&ret[0], prefix, lenp);
232 * @prefix
247 xmlSplitQName2(const xmlChar *name, xmlChar **prefix) argument
704 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) argument
5584 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
5728 xmlChar prefix[50]; local
6344 xmlChar *prefix = xmlStrndup(name, len); local
7391 xmlDOMWrapStoreNs(xmlDocPtr doc, const xmlChar *nsName, const xmlChar *prefix) argument
7432 xmlTreeNSListLookupByPrefix(xmlNsPtr nsList, const xmlChar *prefix) argument
7829 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
7894 xmlDOMWrapNSNormDeclareNsForced(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *nsName, const xmlChar *prefix, int checkShadow) argument
[all...]
H A DSAX2.c701 xmlChar *name = NULL, *prefix = NULL; local
721 /* TODO: optimize name/prefix allocation */
722 name = xmlSplitQName(ctxt, fullname, &prefix);
726 name, prefix, (xmlAttributeType) type,
730 name, prefix, (xmlAttributeType) type,
747 if (prefix != NULL)
748 xmlFree(prefix);
1041 * @fullname: The attribute name, including namespace prefix
1043 * @prefix: the prefix o
1362 xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name, const xmlChar *prefix, const xmlChar **atts) argument
1520 xmlChar *prefix; local
1884 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, const xmlChar * localname, const xmlChar * prefix, const xmlChar * value, const xmlChar * valueend) argument
2112 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
/haiku-fatelf/src/bin/diffutils/src/
H A Dcontext.c164 char const *prefix;
219 prefix = " ";
224 prefix = (next->inserted > 0 ? "!" : "-");
226 print_1_line (prefix, &files[0].linbuf[i]);
248 prefix = " ";
253 prefix = (next->deleted > 0 ? "!" : "+");
255 print_1_line (prefix, &files[1].linbuf[i]);
161 char const *prefix; local
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICUMonetaryData.cpp230 ICUMonetaryData::_DetermineCurrencyPosAndSeparator(const UnicodeString& prefix, argument
236 int32 currencySymbolPos = prefix.indexOf(currencySymbol);
239 int32 signSymbolPos = prefix.indexOf(signSymbol);
247 if (prefix.charAt(potentialSeparatorPos) != 0xFFFF) {
294 ICUMonetaryData::_DetermineSignPos(const UnicodeString& prefix, argument
298 if (prefix.indexOf(UnicodeString("(", "")) >= 0
303 UnicodeString prefixNumberSuffixString = prefix + value + suffix;
/haiku-fatelf/src/bin/diffutils/man/
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/bin/gdb/gdb/
H A Devent-top.c312 'set annotate'. It pushes a new prompt (with prefix and suffix) on top
319 char *prefix, *suffix;
334 prefix = (char *) alloca (strlen (async_annotation_suffix) + 10);
335 strcpy (prefix, "\n\032\032pre-");
336 strcat (prefix, async_annotation_suffix);
337 strcat (prefix, "\n");
344 push_prompt (prefix, (char *) 0, suffix);
358 parts: prefix, prompt, suffix. Usually prefix and suffix are empty
362 push_prompt (char *prefix, cha
318 char *prefix, *suffix; local
361 push_prompt(char *prefix, char *prompt, char *suffix) argument
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Dmk-1st.awk38 # prefix (e.g., "lib", for Unix-style libraries)
120 printf "# prefix: %s\n", prefix
177 lib_name = sprintf("%s%s%s", prefix, name, suffix)
183 imp_name = sprintf("%s%s%s.a", prefix, name, suffix);
185 abi_name = sprintf("%s%s.$(ABI_VERSION)%s", prefix, name, suffix);
186 rel_name = sprintf("%s%s.$(REL_VERSION)%s", prefix, name, suffix);
/haiku-fatelf/src/libs/ncurses/test/
H A Ddemo_defkey.c156 const char *prefix = 0; local
160 prefix = "\033O";
162 prefix = "\033[";
164 if (prefix != 0) {
165 sprintf(temp, "%s%s", prefix, value + 2);
H A Dconfigure25 prefix=NONE
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
44 includedir='${prefix}/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
121 -exec-prefix | --exec_prefix | --exec-prefix |
[all...]
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1300 char prefix[256]; local
1301 sprintf(prefix, "%*s%*s", (int)level, "", (int)level, "");
1305 OUT("%spartition %" B_PRId32 ": %s\n", prefix, ID(), path.Path());
1306 OUT("%s offset: %" B_PRIdOFF "\n", prefix, Offset());
1307 OUT("%s size: %" B_PRIdOFF " (%.2f MB)\n", prefix, Size(),
1309 OUT("%s content size: %" B_PRIdOFF "\n", prefix, ContentSize());
1310 OUT("%s block size: %" B_PRIu32 "\n", prefix, BlockSize());
1311 OUT("%s child count: %" B_PRId32 "\n", prefix, CountChildren());
1312 OUT("%s index: %" B_PRId32 "\n", prefix, Index());
1313 OUT("%s status: %" B_PRIu32 "\n", prefix, Statu
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DSettings.cpp92 static const char *prefix = DRIVER_NAME":"; local
96 strlcpy(buffer, prefix, sizeof(buffer));
97 buf_ptr += strlen(prefix);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.cpp81 const char *prefix = "\33[32m"DRIVER_NAME":\33[0m "; local
82 strcpy(bufferPointer, prefix);
83 bufferPointer += strlen(prefix);
/haiku-fatelf/src/bin/bash/lib/readline/doc/
H A DMakefile26 prefix = /usr/local macro
27 infodir = ${prefix}/info
29 mandir = ${prefix}/man
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DUnwrapLinksEmitter.java160 String prefix = "";
163 prefix = localName.substring(0, localName.indexOf(':'));
175 newAttr.addAttribute(prefix, uri, localName, type, value);
/haiku-fatelf/src/libs/ncurses/include/
H A DMakefile47 prefix = /usr/local macro
48 exec_prefix = ${prefix}
49 includedir = $(prefix)/include/ncurses
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dhash.h184 const xmlChar *prefix);
188 const xmlChar *prefix,
194 const xmlChar *prefix,

Completed in 159 milliseconds

1234567891011>>