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

1234567891011>>

/freebsd-12-stable/include/
H A Dmemory.h36 #include <string.h>
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Denv.hpp29 #include <string>
44 std::string get(const std::string&);
49 std::string get(const std::string&, const std::string&);
56 bool has(const std::string&);
62 //! variables set to the empty string are different to undefined ones.
68 void set(const std::string&, const std::string
[all...]
H A Dtext.hpp35 #include <string>
42 //! \brief Duplicates a C string using the new[] allocator.
50 //! \brief Joins multiple words into a string.
52 //! Joins a list of words into a string, separating them using the provided
56 std::string
57 join(const T& words, const std::string& separator)
59 std::string str;
76 //! \brief Checks if the string matches a regular expression.
78 bool match(const std::string&, const std::string
[all...]
/freebsd-12-stable/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-12-stable/contrib/llvm-project/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...]
H A DTargetOptions.h20 #include <string>
29 std::string Triple;
33 std::string HostTriple;
36 std::string CPU;
39 std::string FPMath;
42 std::string ABI;
47 /// If given, the version string of the linker in use.
48 std::string LinkerVersion;
51 std::vector<std::string> FeaturesAsWritten;
55 std::vector<std::string> Feature
[all...]
H A DFileSystemOptions.h17 #include <string>
26 std::string WorkingDir;
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dutils.hpp33 #include <string>
38 void cat_file(const std::string&, const std::string&);
39 bool compare_file(const std::string&, const std::string&);
40 void copy_file(const std::string&, const std::string&);
41 void create_file(const std::string&, const std::string&);
42 bool file_exists(const std::string
[all...]
H A Dtests.hpp31 #include <string>
50 void start_tc(const std::string&);
52 void tc_meta_data(const std::string&, const std::string&);
55 bool match(const std::string&, const std::string&);
63 typedef std::map< std::string, std::string > vars_map;
83 void require_prog(const std::string&) const;
88 tc(const std::string
[all...]
H A Dbuild.hpp29 #include <string>
43 process::argv_array c_o(const std::string&, const std::string&,
45 process::argv_array cpp(const std::string&, const std::string&,
47 process::argv_array cxx_o(const std::string&, const std::string&,
/freebsd-12-stable/contrib/gperf/lib/
H A Dhash.h13 extern unsigned int hashpjw (const unsigned char *string, unsigned int len);
/freebsd-12-stable/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-12-stable/contrib/unbound/contrib/
H A Dlibunbound.so.conf9 typedef ub_result = struct(string, ub_type, ub_class, array(void*,zero)*, array(int,zero)*, string, ub_rcode, void*, int, ub_havedata, ub_nxdomain, ub_secure, ub_bogus, string, int);
13 int ub_ctx_set_option(ub_ctx*, string, string);
14 int ub_ctx_get_option(ub_ctx*, string, +string*);
15 int ub_ctx_config(ub_ctx*, string);
16 int ub_ctx_set_fwd(ub_ctx*, string);
18 int ub_ctx_set_stub(ub_ctx*, string, strin
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h18 long GetEpoch(const std::string &Path);
20 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
23 std::string FileToString(const std::string &Path);
25 void CopyFileToErr(const std::string &Path);
27 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path);
29 void WriteToFile(const std::string &Data, const std::string &Path);
30 void WriteToFile(const Unit &U, const std::string &Path);
36 std::string DirPlusFil
[all...]
H A DFuzzerFork.h16 #include <string>
20 const Vector<std::string> &Args,
21 const Vector<std::string> &CorpusDirs, int NumJobs);
/freebsd-12-stable/lib/libc/posix1e/
H A Dextattr.c40 #include <string.h>
43 extattr_namespace_to_string(int attrnamespace, char **string) argument
48 if (string != NULL)
49 *string = strdup(EXTATTR_NAMESPACE_USER_STRING);
53 if (string != NULL)
54 *string = strdup(EXTATTR_NAMESPACE_SYSTEM_STRING);
64 extattr_string_to_namespace(const char *string, int *attrnamespace) argument
67 if (!strcmp(string, EXTATTR_NAMESPACE_USER_STRING)) {
71 } else if (!strcmp(string, EXTATTR_NAMESPACE_SYSTEM_STRING)) {
/freebsd-12-stable/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-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextAPIContext.h17 #include <string>
25 std::string ErrorMessage;
26 std::string Path;
/freebsd-12-stable/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-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.h13 #include <string>
16 extern llvm::cl::list<std::string> InputFilenames;
/freebsd-12-stable/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-12-stable/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-12-stable/sys/contrib/ck/include/
H A Dck_string.h30 #include <string.h>
/freebsd-12-stable/share/examples/sunrpc/msg/
H A Dmsg.x7 int PRINTMESSAGE(string) = 1;
/freebsd-12-stable/sys/libkern/
H A Dfnmatch.c56 fnmatch(const char *pattern, const char *string, int flags) argument
62 for (stringstart = string;;)
65 if ((flags & FNM_LEADING_DIR) && *string == '/')
67 return (*string == EOS ? 0 : FNM_NOMATCH);
69 if (*string == EOS)
71 if (*string == '/' && (flags & FNM_PATHNAME))
73 if (*string == '.' && (flags & FNM_PERIOD) &&
74 (string == stringstart ||
75 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
77 ++string;
[all...]

Completed in 202 milliseconds

1234567891011>>