Searched refs:string (Results 1 - 25 of 17664) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dlist-2.s3 .string "a\\"
5 .string "b"
H A Dlist-3.s3 .string "a\""
5 .string "b"
H A Dlist-2.l6 [ ]*3[ ]+0000 615C00 \.string "a\\\\"
8 [ ]*5[ ]+0003 6200 \.string "b"
/netbsd-current/include/
H A Dmemory.h34 #include <string.h>
/netbsd-current/external/bsd/tradcpp/dist/tests/
H A Dt04.c1 #define string(x) "x" macro
2 string(abc)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dno-dmgl-verbose.cc18 #include <string>
21 f (std::string s)
/netbsd-current/external/bsd/atf/dist/tools/
H A Dui.hpp33 #include <string>
48 std::string format_error(const std::string&, const std::string&);
60 std::string format_info(const std::string&, const std::string&);
72 std::string format_text(const std::string&);
87 std::string format_text_with_ta
[all...]
H A Drequirements.hpp34 #include <string>
39 std::string check_requirements(const std::map< std::string, std::string >&,
40 const std::map< std::string, std::string >&);
42 const std::map< std::string, std::string >&,
43 const std::map< std::string, std::string >
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mn10300/
H A Di143317.s3 .string "abcdefgh"
5 .string "hogehoge"
7 .string "fooooooo"
18 .string ""
19 .string ""
20 .string ""
21 .string "%"
22 .string ""
23 .string ""
24 .string "
[all...]
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Dnet.d42 string ci_local; /* local host address */
43 string ci_remote; /* remote host address */
44 string ci_protocol; /* protocol (ipv4, ipv6, etc) */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dempty-string.f9025 integer(kind=4) function string_length(string)
26 character*(*) :: string local in function:string_length
27 string_length = len(string) ! Break here.
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dstringclass.h23 #include <string.h>
30 class string;
32 inline string operator+(const string &, const string &);
33 inline string operator+(const string &, const char *);
34 inline string operator+(const char *, const string &);
35 inline string operato
40 class string { class
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dxstrdup.c1 /* xstrdup.c -- copy a string with out of memory checking
23 #include <string.h>
28 xstrdup (const char *string) argument
30 return strcpy (xmalloc (strlen (string) + 1), string);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dxstrdup.c1 /* xstrdup.c -- copy a string with out of memory checking
23 #include <string.h>
28 xstrdup (const char *string) argument
30 return strcpy (xmalloc (strlen (string) + 1), string);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dxstrdup.c1 /* xstrdup.c -- copy a string with out of memory checking
23 #include <string.h>
28 xstrdup (const char *string) argument
30 return strcpy (xmalloc (strlen (string) + 1), string);
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dxstrdup.c1 /* xstrdup.c -- copy a string with out of memory checking
23 #include <string.h>
28 xstrdup (const char *string) argument
30 return strcpy (xmalloc (strlen (string) + 1), string);
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dxstrdup.c3 /* xstrdup.c -- copy a string with out of memory checking
27 #include <string.h>
32 xstrdup (const char *string) argument
34 return strcpy (xmalloc (strlen (string) + 1), string);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dbreak-f-std-string.cc18 #include <string>
23 /* Work around missing std::string typedef before gcc commit
24 "Define std::string and related typedefs outside __cxx11 namespace". */
27 typedef __cxx11::string string; typedef in namespace:std
34 f (std::string s)
/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Doperations.hpp36 #include <string>
43 std::string quote(const std::string&, const char);
46 std::vector< std::string > refill(const std::string&, const std::size_t);
47 std::string refill_as_string(const std::string&, const std::size_t);
50 std::string join(const Collection&, const std::string&);
51 std::vector< std::string > spli
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Denv.hpp40 #include <string>
47 std::map< std::string, std::string > getallenv(void);
48 optional< std::string > getenv(const std::string&);
49 std::string getenv_with_default(const std::string&, const std::string&);
50 void setenv(const std::string&, const std::string
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A Dformat_string.h10 #include <string>
14 * \brief Returns a formatted STL string using printf format strings.
16 std::string format_string(const char * fmt, ...);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DVersion.h25 std::string getClangRepositoryPath();
30 std::string getLLVMRepositoryPath();
34 std::string getClangRevision();
40 /// string as getClangRevision.
41 std::string getLLVMRevision();
45 std::string getClangFullRepositoryVersion();
47 /// Retrieves a string representing the complete clang version,
50 std::string getClangFullVersion();
53 std::string getClangToolFullVersion(llvm::StringRef ToolName);
55 /// Retrieves a string representin
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Ddebug_str.s3 first string was ZLIB_VER_SUBVERSION. The code in bfd/compress.c
12 .string "ZLIB_VER_SUBREVISION 0"
/netbsd-current/usr.sbin/netgroup_mkdb/
H A Dstr.h34 struct string { struct
40 void str_init(struct string *);
41 void str_append(struct string *, const char *, int);
42 void str_prepend(struct string *, const char *, int);
43 void str_free(struct string *);
/netbsd-current/external/bsd/kyua-cli/dist/utils/format/
H A Dformatter.hpp37 /// placeholder in a formatting string is:
43 /// in, not based on what the format string says. Also, note that the only
50 #include <string>
58 /// A formatter always maintains the original format string but also holds a
63 /// In general, one can format a string in the following manner:
66 /// const std::string s = (formatter("%s %s") % "foo" % 5).str();
75 /// const std::string s = f3.str();
78 /// The original format string provided by the user.
79 std::string _format;
81 /// The current "expansion" of the format string
[all...]

Completed in 308 milliseconds

1234567891011>>