Searched refs:prefix (Results 201 - 225 of 379) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c46 /* The official name of this program (e.g., no `g' prefix). */
347 char *prefix; local
354 prefix = malloc (p - p0 + 2);
355 if (prefix)
357 stpcpy (stpncpy (prefix, p0, p - p0), "/");
358 matchpathcon_init_prefix (NULL, prefix);
359 free (prefix);
H A Dcsplit.c37 /* The official name of this program (e.g., no `g' prefix). */
44 /* The default prefix for output file names. */
138 static char const *volatile prefix = NULL; variable
187 {"prefix", required_argument, NULL, 'f'},
899 strcpy (filename_space, prefix);
901 sprintf (filename_space + strlen (prefix), suffix, num);
903 sprintf (filename_space + strlen (prefix), "%0*u", digits, num);
1194 count |= 2; /* Allow for 0x prefix preceding an `x' conversion. */
1325 prefix = DEFAULT_PREFIX;
1331 prefix
[all...]
/haiku-fatelf/src/apps/aboutsystem/
H A DUtilities.cpp172 const char* prefix)
189 if (prefix != NULL)
190 fStrings[i].Prepend(prefix);
171 SetTo(const BMessage& strings, const char* fieldName, const char* prefix) argument
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dbind.c459 array[l++] = ESC; /* ESC is meta-prefix */
470 array[l++] = ESC; /* ESC is meta-prefix */
1396 /* Ugly, but working hack to keep prefix-meta around. */
1397 else if (_rl_stricmp (funname, "prefix-meta") == 0)
1515 { "completion-prefix-display-length", V_INT, sv_dispprefix },
2026 /* If ESC is the meta prefix and we're converting chars
2166 _rl_macro_dumper_internal (print_readably, map, prefix)
2169 char *prefix;
2184 fprintf (rl_outstream, "\"%s%s\": \"%s\"\n", prefix ? prefix
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dconfigure28 prefix=NONE
42 datadir='${prefix}/share'
43 sysconfdir='${prefix}/etc'
44 sharedstatedir='${prefix}/com'
45 localstatedir='${prefix}/var'
47 includedir='${prefix}/include'
49 infodir='${prefix}/info'
50 mandir='${prefix}/man'
124 -exec-prefix | --exec_prefix | --exec-prefix |
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dbind.c366 array[l++] = ESC; /* ESC is meta-prefix */
375 array[l++] = ESC; /* ESC is meta-prefix */
1238 /* Ugly, but working hack to keep prefix-meta around. */
1239 else if (_rl_stricmp (funname, "prefix-meta") == 0)
1946 _rl_macro_dumper_internal (print_readably, map, prefix)
1949 char *prefix;
1964 fprintf (rl_outstream, "\"%s%s\": \"%s\"\n", prefix ? prefix : "",
1968 fprintf (rl_outstream, "%s%s outputs %s\n", prefix ? prefix
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DCalloutEmitter.java464 String prefix = "";
467 prefix = localName.substring(0, localName.indexOf(':'));
479 newAttr.addAttribute(prefix, uri, localName, type, value);
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_net_boot.cpp26 string_starts_with(const char* string, const char* prefix) argument
29 size_t prefixLen = strlen(prefix);
30 return (stringLen >= prefixLen && strncmp(string, prefix, prefixLen) == 0);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dschematron.c789 * @prefix: the namespace prefix
796 const xmlChar *prefix, const xmlChar *ns)
825 xmlDictLookup(ctxt->dict, prefix, -1);
1158 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); local
1165 if ((prefix == NULL) || (prefix[0] == 0)) {
1168 "ns element has no prefix", NULL, NULL);
1170 if ((prefix)
795 xmlSchematronAddNamespace(xmlSchematronParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *ns) argument
[all...]
H A DHTMLtree.c671 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
672 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
845 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
846 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
875 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
876 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
921 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
922 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dextensions.c54 xmlChar *prefix; member in struct:_xsltExtDef
96 * @prefix: the extension prefix
104 xsltNewExtDef(const xmlChar * prefix, const xmlChar * URI) argument
115 if (prefix != NULL)
116 cur->prefix = xmlStrdup(prefix);
133 if (extensiond->prefix != NULL)
134 xmlFree(extensiond->prefix);
472 * @prefix
487 xsltRegisterExtPrefix(xsltStylesheetPtr style, const xmlChar * prefix, const xmlChar * URI) argument
[all...]
H A Dnumbers.c854 int count=0; /* will hold total length of prefix/suffix */
859 * prefix / suffix ends at end of string or at
877 * for +ve prefix/suffix, allow only a
914 * subpattern := {prefix}integer{.fraction}{suffix}
915 * prefix := '\\u0000'..'\\uFFFD' - specialCharacters
934 * - default negative prefix.
937 * X any other characters can be used in the prefix or suffix
938 * ' used to quote special characters in a prefix or suffix.
950 xmlChar *the_format, *prefix = NULL, *suffix = NULL; local
1018 prefix
[all...]
/haiku-fatelf/headers/private/drivers/
H A Dscsi_periph.h134 // compose device name consisting of prefix and path/target/LUN
136 char *(*compose_device_name)(device_node *device_node, const char *prefix);
/haiku-fatelf/src/add-ons/kernel/generic/scsi_periph/
H A Dscsi_periph_int.h89 char *periph_compose_device_name(device_node *device_node, const char *prefix);
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddve3900-rom.c57 char *prefix; /* string appearing before the value */ member in struct:bit_field
438 for (; bf->prefix != NULL; bf++)
440 monitor_expect (bf->prefix, NULL, 0); /* get prefix */
521 for (; bf->prefix != NULL; bf++)
H A Dlanguage.c426 char *prefix = "";
431 prefix = "auto; currently ";
433 language = concat (prefix, current_language->la_name, NULL);
439 char *tmp = NULL, *prefix = "";
444 prefix = "auto; currently ";
461 type = concat (prefix, tmp, NULL);
495 char *tmp = NULL, *prefix = "";
498 prefix = "auto; currently ";
513 case_sensitive = concat (prefix, tmp, NULL);
424 char *prefix = ""; local
437 char *tmp = NULL, *prefix = ""; local
493 char *tmp = NULL, *prefix = ""; local
H A Dsource.c410 int prefix = 0;
548 if (prefix > p - *which_path)
567 if (prefix)
571 c = old[prefix];
572 old[prefix] = '\0';
574 old[prefix] = c;
575 *which_path = concat (temp, "", &old[prefix], NULL);
576 prefix = strlen (temp);
582 prefix = strlen (name);
408 int prefix = 0; local
/haiku-fatelf/src/bin/diffutils/lib/
H A DMakefile25 prefix = /boot/common 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/libs/print/libgutenprint/src/cups/
H A Dgenppd.c175 static int generate_ppd(const char *prefix, int verbose,
178 static int generate_model_ppds(const char *prefix, int verbose,
441 const char *prefix; /* Directory prefix for output */ local
456 prefix = CUPS_MODELDIR;
485 prefix = optarg;
487 fprintf(stderr, "DEBUG: prefix: %s\n", prefix);
519 printf("Default PPD location (prefix): %s\n", CUPS_MODELDIR);
589 if (generate_model_ppds(prefix, verbos
622 generate_model_ppds(const char *prefix, int verbose, const stp_printer_t *printer, const char *language, int which_ppds) argument
643 generate_ppd( const char *prefix, int verbose, const stp_printer_t *p, const char *language, ppd_type_t ppd_type) argument
1037 const char *prefix = "*cupsLanguages: \\""; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty_private.h50 void Dump(const char* prefix);
75 void Dump(const char* prefix);
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-setshow.c356 cmd_show_list (struct cmd_list_element *list, int from_tty, char *prefix)
363 /* If we find a prefix, run its list, prefixing our output by its
364 prefix (with "show " skipped). */
371 ui_out_field_string (uiout, "prefix", new_prefix);
380 ui_out_text (uiout, prefix);
354 cmd_show_list(struct cmd_list_element *list, int from_tty, char *prefix) argument
/haiku-fatelf/src/bin/gdb/gdb/config/djgpp/
H A Ddjconfig.sh170 $srcdir/configure --srcdir="$srcdir" --prefix='${DJDIR}' \
/haiku-fatelf/src/libs/udis86/
H A Ddecode.c88 case 0x67 : /* adress-size override prefix */
97 /* the 0x66 sse prefix is only effective if no other sse prefix
134 * stops with a non-prefix byte.
242 table = e->prefix;
1081 if ( P_INV64( u->itab_entry->prefix ) ) {
1086 /* effective rex prefix is the effective mask for the
1090 ( u->pfx_rex & REX_PFX_MASK( u->itab_entry->prefix ) );
1095 u->default64 = P_DEF64( u->itab_entry->prefix );
1104 * prefix i
[all...]
H A Dsyn-att.c122 /* check if P_OSO prefix is used */
123 if (! P_OSO(u->itab_entry->prefix) && u->pfx_opr) {
135 /* check if P_ASO prefix was used */
136 if (! P_ASO(u->itab_entry->prefix) && u->pfx_adr) {
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h87 * This is the namespace for the special xml: prefix predefined in the
219 const xmlChar *prefix; /* the namespace prefix if any */ member in struct:_xmlAttribute
263 const xmlChar *prefix; /* Namespace prefix */ member in struct:_xmlElementContent
310 const xmlChar *prefix; /* the namespace prefix if any */ member in struct:_xmlElement
331 * Note that prefix == NULL is valid, it defines the default namespace
343 const xmlChar *prefix; /* prefix fo member in struct:_xmlNs
[all...]

Completed in 283 milliseconds

1234567891011>>