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

1234567891011>>

/freebsd-10.1-release/include/
H A Dmemory.h34 #include <string.h>
/freebsd-10.1-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.1-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.1-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.1-release/contrib/atf/atf-c++/
H A Dutils.hpp37 #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...]
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>
54 void start_tc(const std::string&);
56 void tc_meta_data(const std::string&, const std::string&);
59 bool match(const std::string&, const std::string&);
67 typedef std::map< std::string, std::string > vars_map;
87 void require_prog(const std::string&) const;
92 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.1-release/contrib/atf/atf-c++/detail/
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.1-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 FPMath;
39 std::string ABI;
43 std::string CXXABI;
45 /// If given, the version string of the linker in use.
46 std::string LinkerVersion;
49 std::vector<std::string> FeaturesAsWritten;
53 std::vector<std::string> Feature
[all...]
H A DFileSystemOptions.h18 #include <string>
27 std::string WorkingDir;
/freebsd-10.1-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.1-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.1-release/contrib/gperf/lib/
H A Dhash.h13 extern unsigned int hashpjw (const unsigned char *string, unsigned int len);
/freebsd-10.1-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.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangNamespaceDecl.cpp16 std::string
21 return std::string();
/freebsd-10.1-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.1-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.1-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.1-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.1-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.1-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.1-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...]
/freebsd-10.1-release/share/examples/sunrpc/msg/
H A Dmsg.x7 int PRINTMESSAGE(string) = 1;

Completed in 231 milliseconds

1234567891011>>