HomeSort by: relevance | last modified time | path
    Searched refs:String (Results 1 - 25 of 481) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_locale.h 28 # define _(String) gettext (String)
30 # define N_(String) gettext_noop (String)
32 # define N_(String) (String)
35 # define _(String) (String)
36 # define N_(String) (String)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_locale.h 28 # define _(String) gettext (String)
30 # define N_(String) gettext_noop (String)
32 # define N_(String) (String)
35 # define _(String) (String)
36 # define N_(String) (String)
    [all...]
  /src/external/gpl2/groff/dist/src/devices/xditview/
Dvi.h 26 #define XtNfontMap (String)"fontMap"
27 #define XtNpageNumber (String)"pageNumber"
28 #define XtNlastPageNumber (String)"lastPageNumber"
29 #define XtNnoPolyText (String)"noPolyText"
30 #define XtNseek (String)"seek"
31 #define XtNresolution (String)"resolution"
33 #define XtCFontMap (String)"FontMap"
34 #define XtCPageNumber (String)"PageNumber"
35 #define XtCLastPageNumber (String)"LastPageNumber"
36 #define XtCNoPolyText (String)"NoPolyText
    [all...]
  /src/external/gpl2/lvm2/dist/include/
intl.h 23 # define _(String) dgettext(INTL_PACKAGE, (String))
25 # define _(String) (String)
  /src/external/gpl2/lvm2/dist/lib/misc/
intl.h 23 # define _(String) dgettext(INTL_PACKAGE, (String))
25 # define _(String) (String)
  /src/sys/external/bsd/acpica/dist/utilities/
utstrtoul64.c 3 * Module Name: utstrtoul64 - String-to-integer conversion support for both
54 * This module contains the top-level string to 64/32-bit unsigned integer
60 * constants than the runtime (interpreter) integer-to-string conversions.
71 * Debugger - Command line input string conversion
88 * support (explicit/implicit) for octal string conversions.
97 * PARAMETERS: String - Null terminated input string,
105 * DESCRIPTION: Convert a string into an unsigned integer. Always performs a
122 char *String,
130 ACPI_FUNCTION_TRACE_STR (UtStrtoul64, String);
    [all...]
utstrsuppt.c 3 * Module Name: utstrsuppt - Support functions for string-to-integer conversion
76 * PARAMETERS: String - Null terminated input string
81 * DESCRIPTION: Performs a base 8 conversion of the input string to an
91 char *String,
98 /* Convert each ASCII byte in the input string */
100 while (*String)
107 if (!(ACPI_IS_OCTAL_DIGIT (*String)))
117 Status = AcpiUtInsertDigit (&AccumulatedValue, 8, *String);
124 String++
    [all...]
utnonansi.c 53 * string functions.
60 * PARAMETERS: SrcString - The source string to convert
64 * DESCRIPTION: Convert a string to lowercase
72 char *String;
83 /* Walk entire string, lowercasing the letters */
85 for (String = SrcString; *String; String++)
87 *String = (char) tolower ((int) *String);
    [all...]
utclib.c 259 * PARAMETERS: String - Null terminated string
263 * DESCRIPTION: Returns the length of the input string
270 const char *String)
275 /* Count the string until a null is encountered */
277 while (*String)
280 String++;
291 * PARAMETERS: String - Null terminated string
294 * RETURN: The first occurrence in the string of any of the bytes in th
    [all...]
utprint.c 64 const char *String,
69 char *String,
75 char *String,
85 char *String,
95 * PARAMETERS: String - String with boundary
96 * Count - Boundary of the string
98 * RETURN: Length of the string. Less than or equal to Count.
100 * DESCRIPTION: Calculate the length of a string with boundary.
106 const char *String,
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
support.h 30 # define _(String) dgettext (PACKAGE, String)
32 # define N_(String) gettext_noop (String)
34 # define N_(String) (String)
37 # define textdomain(String) (String)
38 # define gettext(String) (String)
    [all...]
  /src/external/gpl3/binutils/dist/gas/
asintl.h 36 # define _(String) gettext (String)
38 # define N_(String) gettext_noop (String)
40 # define N_(String) (String)
54 # define _(String) (String)
55 # define N_(String) (String)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
opintl.h 37 use dgettext (PACKAGE, String) and define PACKAGE to be 'opcodes'.
43 # define _(String) gettext (String)
45 # define N_(String) gettext_noop (String)
47 # define N_(String) (String)
61 # define _(String) (String)
62 # define N_(String) (String
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
asintl.h 36 # define _(String) gettext (String)
38 # define N_(String) gettext_noop (String)
40 # define N_(String) (String)
54 # define _(String) (String)
55 # define N_(String) (String)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
opintl.h 37 use dgettext (PACKAGE, String) and define PACKAGE to be 'opcodes'.
43 # define _(String) gettext (String)
45 # define N_(String) gettext_noop (String)
47 # define N_(String) (String)
61 # define _(String) (String)
62 # define N_(String) (String
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
opintl.h 37 use dgettext (PACKAGE, String) and define PACKAGE to be 'opcodes'.
43 # define _(String) gettext (String)
45 # define N_(String) gettext_noop (String)
47 # define N_(String) (String)
61 # define _(String) (String)
62 # define N_(String) (String
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
opintl.h 37 use dgettext (PACKAGE, String) and define PACKAGE to be 'opcodes'.
43 # define _(String) gettext (String)
45 # define N_(String) gettext_noop (String)
47 # define N_(String) (String)
61 # define _(String) (String)
62 # define N_(String) (String
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
javaversion.java 29 public static void main (String[] args) {
  /src/external/gpl3/binutils/dist/binutils/
sysdep.h 33 #include <string.h>
97 # define _(String) gettext (String)
99 # define N_(String) gettext_noop (String)
101 # define N_(String) (String)
115 # define _(String) (String)
116 # define N_(String) (String
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-intl.h 40 use dgettext (PACKAGE, String) and define PACKAGE to be 'libctf'.
46 # define _(String) gettext (String)
48 # define N_(String) gettext_noop (String)
50 # define N_(String) String
64 # define _(String) (String)
65 # define N_(String) Strin
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
sysdep.h 33 #include <string.h>
97 # define _(String) gettext (String)
99 # define N_(String) gettext_noop (String)
101 # define N_(String) (String)
115 # define _(String) (String)
116 # define N_(String) (String
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-intl.h 40 use dgettext (PACKAGE, String) and define PACKAGE to be 'libctf'.
46 # define _(String) gettext (String)
48 # define N_(String) gettext_noop (String)
50 # define N_(String) String
64 # define _(String) (String)
65 # define N_(String) Strin
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-intl.h 40 use dgettext (PACKAGE, String) and define PACKAGE to be 'libctf'.
46 # define _(String) gettext (String)
48 # define N_(String) gettext_noop (String)
50 # define N_(String) String
64 # define _(String) (String)
65 # define N_(String) Strin
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-intl.h 40 use dgettext (PACKAGE, String) and define PACKAGE to be 'libctf'.
46 # define _(String) gettext (String)
48 # define N_(String) gettext_noop (String)
50 # define N_(String) String
64 # define _(String) (String)
65 # define N_(String) Strin
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/m4/
TestAWT.java 3 public static void main (String[] args) {

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>