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

1234567891011>>

/freebsd-10.0-release/include/
H A Dmemory.h34 #include <string.h>
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
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 Denv.hpp33 #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&);
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Dnet.d40 string ci_local; /* local host address */
41 string ci_remote; /* remote host address */
42 string ci_protocol; /* protocol (ipv4, ipv6, etc) */
/freebsd-10.0-release/contrib/groff/src/include/
H A Dstringclass.h21 #include <string.h>
28 class string;
30 inline string operator+(const string &, const string &);
31 inline string operator+(const string &, const char *);
32 inline string operator+(const char *, const string &);
33 inline string operato
38 class string { class
[all...]
/freebsd-10.0-release/contrib/texinfo/lib/
H A Dxstrdup.c1 /* xstrdup.c -- copy a string with out of memory checking
25 #include <string.h>
30 xstrdup (const char *string) argument
32 return strcpy (xmalloc (strlen (string) + 1), string);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DErrno.h17 #include <string>
22 /// Returns a string representation of the errno value, using whatever
26 std::string StrError();
29 std::string StrError(int errnum);
/freebsd-10.0-release/contrib/groff/src/preproc/refer/
H A Drefer.h39 extern string capitalize_fields;
40 extern string reverse_fields;
41 extern string abbreviate_fields;
42 extern string period_before_last_name;
43 extern string period_before_initial;
44 extern string period_before_hyphen;
45 extern string period_before_other;
46 extern string sort_fields;
48 extern string annotation_macro;
49 extern string discard_field
[all...]
H A Dcommand.h22 void process_commands(string &s, const char *file, int lineno);
31 extern string pre_label;
32 extern string post_label;
33 extern string sep_label;
/freebsd-10.0-release/contrib/gperf/lib/
H A Dhash.h13 extern unsigned int hashpjw (const unsigned char *string, unsigned int len);
/freebsd-10.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswd_private.x43 string pw_name<>; /* username */
44 string pw_passwd<>; /* encrypted password */
48 string pw_class<>; /* user access class */
49 string pw_gecos<>; /* in real life name */
50 string pw_dir<>; /* home directory */
51 string pw_shell<>; /* default shell */
59 string oldpass<>; /* unencrypted old password */
60 string domain<_YPMAXDOMAIN>; /* domain we want to operate on */
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetOptions.h20 #include <string>
30 std::string Triple;
33 std::string CPU;
36 std::string ABI;
40 std::string CXXABI;
42 /// If given, the version string of the linker in use.
43 std::string LinkerVersion;
46 std::vector<std::string> FeaturesAsWritten;
50 std::vector<std::string> Features;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangNamespaceDecl.cpp16 std::string
21 return std::string();
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dconfig.hpp34 #include <string>
50 const std::string& get(const std::string&);
58 const std::map< std::string, std::string >& get_all(void);
69 bool has(const std::string&);
H A Dtests.hpp35 #include <string>
56 void start_tc(const std::string&);
58 void tc_meta_data(const std::string&, const std::string&);
61 bool match(const std::string&, const std::string&);
69 typedef std::map< std::string, std::string > vars_map;
85 void require_prog(const std::string&) const;
90 tc(const std::string
[all...]
H A Dbuild.hpp33 #include <string>
47 process::argv_array c_o(const std::string&, const std::string&,
49 process::argv_array cpp(const std::string&, const std::string&,
51 process::argv_array cxx_o(const std::string&, const std::string&,
/freebsd-10.0-release/lib/libc/posix1e/
H A Dextattr.c38 #include <string.h>
41 extattr_namespace_to_string(int attrnamespace, char **string) argument
46 if (string != NULL)
47 *string = strdup(EXTATTR_NAMESPACE_USER_STRING);
51 if (string != NULL)
52 *string = strdup(EXTATTR_NAMESPACE_SYSTEM_STRING);
62 extattr_string_to_namespace(const char *string, int *attrnamespace) argument
65 if (!strcmp(string, EXTATTR_NAMESPACE_USER_STRING)) {
69 } else if (!strcmp(string, EXTATTR_NAMESPACE_SYSTEM_STRING)) {
/freebsd-10.0-release/lib/libmd/
H A Drmddriver.c21 #include <string.h>
25 /* Digests a string and prints the result. */
27 RIPEMD160String(char *string) argument
32 string, RIPEMD160_Data(string, strlen(string), buf));
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h42 std::vector<std::string> gccArgs; // GCC-specific arguments.
44 const std::vector<std::string> *GCCArgs)
51 static GCC *create(std::string &Message,
52 const std::string &GCCBinary,
53 const std::vector<std::string> *Args);
62 int ExecuteProgram(const std::string &ProgramFile,
63 const std::vector<std::string> &Args,
65 const std::string &InputFile,
66 const std::string &OutputFile,
67 std::string *Erro
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c121 putp(const char *string) argument
123 return tputs(string, 1, _nc_outch);
127 tputs(const char *string, int affcnt, int (*outc) (int)) argument
146 _nc_visbuf(string), affcnt, addrbuf);
148 _tracef("tputs(%s, %d, %s) called", _nc_visbuf(string), affcnt, addrbuf);
155 if (!VALID_STRING(string))
162 always_delay = (string == bell) || (string == flash_screen);
178 if (isdigit(UChar(*string))) {
179 while (isdigit(UChar(*string))) {
[all...]
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dreader.hpp38 #include <string>
52 const std::string& reason;
54 test_case_result(const state_enum p_state, const std::string& p_reason) :
69 virtual void got_info(const std::string&, const std::string&);
71 virtual void got_tp_start(const std::string&, size_t);
72 virtual void got_tp_end(struct timeval*, const std::string&);
74 virtual void got_tc_start(const std::string&);
75 virtual void got_tc_stdout_line(const std::string&);
76 virtual void got_tc_stderr_line(const std::string
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp26 XCoreSubtarget::XCoreSubtarget(const std::string &TT,
27 const std::string &CPU, const std::string &FS)
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dfnmatch.c55 #include <string.h>
62 rk_fnmatch(const char *pattern, const char *string, int flags) argument
67 for (stringstart = string;;)
70 return (*string == EOS ? 0 : FNM_NOMATCH);
72 if (*string == EOS)
74 if (*string == '/' && (flags & FNM_PATHNAME))
76 if (*string == '.' && (flags & FNM_PERIOD) &&
77 (string == stringstart ||
78 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
80 ++string;
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dputenv.c21 @deftypefn Supplemental int putenv (const char *@var{string})
23 Uses @code{setenv} or @code{unsetenv} to put @var{string} into
24 the environment or remove it. If @var{string} is of the form
25 @samp{name=value} the string is added; if no @samp{=} is present the
48 # include <string.h>
70 putenv (const char *string) argument
72 const char *const name_end = strchr (string, '=');
76 char *name = (char *) alloca (name_end - string + 1);
77 memcpy (name, string, name_end - string);
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dputenv.c21 @deftypefn Supplemental int putenv (const char *@var{string})
23 Uses @code{setenv} or @code{unsetenv} to put @var{string} into
24 the environment or remove it. If @var{string} is of the form
25 @samp{name=value} the string is added; if no @samp{=} is present the
48 # include <string.h>
70 putenv (const char *string) argument
72 const char *const name_end = strchr (string, '=');
76 char *name = (char *) alloca (name_end - string + 1);
77 memcpy (name, string, name_end - string);
[all...]

Completed in 207 milliseconds

1234567891011>>