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

1 2 3 4 5 6 7 8 91011>>

  /src/include/
memory.h 34 #include <string.h>
  /src/external/bsd/tradcpp/dist/tests/
t04.c 1 #define string(x) "x" macro
2 string(abc)
  /src/external/bsd/atf/dist/tools/
ui.hpp 33 #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_tag(const std::string&, const std::string&
    [all...]
requirements.hpp 34 #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...]
env.hpp 33 #include <string>
48 std::string get(const std::string&);
55 bool has(const std::string&);
61 //! variables set to the empty string are different to undefined ones.
67 void set(const std::string&, const std::string&);
79 void unset(const std::string&);
  /src/external/cddl/osnet/lib/libdtrace/
net.d 42 string ci_local; /* local host address */
43 string ci_remote; /* remote host address */
44 string ci_protocol; /* protocol (ipv4, ipv6, etc) */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
empty-string.f90 25 integer(kind=4) function string_length(string)
26 character*(*) :: string local in function:string_length
27 string_length = len(string) ! Break here.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
empty-string.f90 25 integer(kind=4) function string_length(string)
26 character*(*) :: string local in function:string_length
27 string_length = len(string) ! Break here.
  /src/external/gpl2/groff/dist/src/include/
stringclass.h 23 #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 operator+(const string &, char)
40 class string { class
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
xstrdup.c 1 /* xstrdup.c -- copy a string with out of memory checking
23 #include <string.h>
25 /* Return a newly allocated copy of STRING. */
28 xstrdup (const char *string)
30 return strcpy (xmalloc (strlen (string) + 1), string);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xstrdup.c 1 /* xstrdup.c -- copy a string with out of memory checking
23 #include <string.h>
25 /* Return a newly allocated copy of STRING. */
28 xstrdup (const char *string)
30 return strcpy (xmalloc (strlen (string) + 1), string);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xstrdup.c 1 /* xstrdup.c -- copy a string with out of memory checking
23 #include <string.h>
25 /* Return a newly allocated copy of STRING. */
28 xstrdup (const char *string)
30 return strcpy (xmalloc (strlen (string) + 1), string);
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
xstrdup.c 1 /* xstrdup.c -- copy a string with out of memory checking
23 #include <string.h>
25 /* Return a newly allocated copy of STRING. */
28 xstrdup (const char *string)
30 return strcpy (xmalloc (strlen (string) + 1), string);
  /src/external/gpl2/texinfo/dist/lib/
xstrdup.c 3 /* xstrdup.c -- copy a string with out of memory checking
27 #include <string.h>
29 /* Return a newly allocated copy of STRING. */
32 xstrdup (const char *string)
34 return strcpy (xmalloc (strlen (string) + 1), string);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
break-f-std-string.cc 18 #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)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
break-f-std-string.cc 18 #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)
  /src/external/bsd/kyua-cli/dist/utils/text/
operations.hpp 36 #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 > split(const std::string&, const char)
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/
env.hpp 40 #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...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Version.h 25 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 representing the complete clang version suitabl
    [all...]
  /src/external/bsd/elftosb/dist/common/
format_string.h 10 #include <string>
14 * \brief Returns a formatted STL string using printf format strings.
16 std::string format_string(const char * fmt, ...);
  /src/usr.sbin/netgroup_mkdb/
str.h 34 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 *);
  /src/external/bsd/kyua-cli/dist/utils/format/
formatter.hpp 37 /// 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...]
  /src/external/bsd/atf/dist/atf-c++/
utils.hpp 37 #include <string>
42 void cat_file(const std::string&, const std::string&);
43 bool compare_file(const std::string&, const std::string&);
44 void copy_file(const std::string&, const std::string&);
45 void create_file(const std::string&, const std::string&);
46 bool file_exists(const std::string&)
    [all...]
  /src/external/bsd/atf/dist/atf-c++/detail/
env.hpp 33 #include <string>
48 std::string get(const std::string&);
55 bool has(const std::string&);
61 //! variables set to the empty string are different to undefined ones.
67 void set(const std::string&, const std::string&);
79 void unset(const std::string&);
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPRebindAuth.h 12 #include<string>
29 LDAPRebindAuth(const std::string& dn="", const std::string& pwd="");
44 const std::string& getDN() const;
49 const std::string& getPassword() const;
52 std::string m_dn;
53 std::string m_password;

Completed in 59 milliseconds

1 2 3 4 5 6 7 8 91011>>