Searched refs:strings (Results 26 - 50 of 542) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_string.h30 #include <strings.h>
/freebsd-11-stable/contrib/apr/include/
H A Dapr_fnmatch.h110 * @param strings The string we are trying to match
121 const char *strings, int flags);
H A Dapr_want.h52 #include <strings.h>
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dxmemdup.c29 # include <strings.h>
H A Dxstrdup.c24 # include <strings.h>
/freebsd-11-stable/lib/libc/string/
H A Dbcmp.c36 #include <strings.h>
/freebsd-11-stable/usr.sbin/bsdconfig/share/
H A DMakefile7 mustberoot.subr script.subr strings.subr struct.subr \
/freebsd-11-stable/usr.bin/mail/
H A Dstrings.c32 static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93";
36 __FBSDID("$FreeBSD: stable/11/usr.bin/mail/strings.c 359763 2020-04-10 00:27:19Z kevans $");
49 struct strings stringdope[NSPACE];
64 struct strings *sp;
94 * Called to free all strings allocated
100 struct strings *sp;
122 struct strings *sp;
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dsave_execute.c25 execute_parse(char **strings) argument
31 if (ctx != NULL && strings[0] != NULL && strings[0][0] != '\0') {
32 ctx->path = strdup(strings[0]);
H A Dsave_syslog.c28 syslog_parse(char **strings) argument
40 if (strings[0] != NULL && strings[0][0] != '\0') {
41 str = strdup(*strings);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dstrings-table.c0 /* strings-table.c : operations on the `strings' table
33 #include "strings-table.h"
39 /*** Creating and opening the strings table. ***/
47 DB *strings;
50 BDB_ERR(db_create(&strings, env, 0));
54 BDB_ERR(strings->set_flags(strings, DB_DUP));
56 BDB_ERR((strings->open)(SVN_BDB_OPEN_PARAMS(strings, NUL
46 DB *strings; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh66 next_string(const char *strings, unsigned *offset)
68 *offset += (unsigned) strlen(strings + *offset) + 1;
74 const char *strings)
82 (*actual)[n].nte_name = strings + len;
86 next_string(strings, &len);
95 (*actual)[n].field = strings + source[n].field; \\
101 const char *strings,
/freebsd-11-stable/usr.bin/xstr/
H A Dxstr.c57 * xstr - extract and hash strings in a C program
68 static char cstrings[] = "strings";
69 static char *strings = cstrings; variable
123 strings = strdup(_PATH_TMP);
124 if (strings == NULL)
126 fdesc = mkstemp(strings);
146 if (strings[0] == '/')
147 ignore(unlink(strings));
298 FILE *mesgread = fopen(strings, "r");
381 mesgwrit = fopen(strings, ol
[all...]
/freebsd-11-stable/contrib/apr/
H A Dbuild.conf11 strings/*.c
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStringList.h34 void AppendList(const lldb::SBStringList &strings);
53 void AppendList(const lldb_private::StringList &strings);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.helper.c31 #include <strings.h>
/freebsd-11-stable/lib/libc/mips/gen/
H A Dsignalcontext.c41 #include <strings.h>
/freebsd-11-stable/sys/tools/
H A Dembed_mfs.sh63 sec_start=`strings -at d $1 | grep "MFS Filesystem goes here"` || \
68 sec_end=`strings -at d $1 | \
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp85 void SBStringList::AppendList(const SBStringList &strings) { argument
87 (const lldb::SBStringList &), strings);
89 if (strings.IsValid()) {
92 m_opaque_up->AppendList(*(strings.m_opaque_up));
96 void SBStringList::AppendList(const StringList &strings) { argument
99 m_opaque_up->AppendList(strings);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_string.h23 # include <strings.h> /* bcmp, bcopy, bzero */
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.helper.c31 #include <strings.h>
/freebsd-11-stable/targets/pseudo/toolchain/
H A DMakefile.depend20 usr.bin/strings \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } function in class:llvm::codeview::StringsAndChecksumsRef
92 const StringsPtr &strings() const { return Strings; } function in class:llvm::codeview::StringsAndChecksums
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBStringList.i33 AppendList (const lldb::SBStringList &strings);
47 '''Iterate over all strings in a lldb.SBStringList object.'''
51 '''Return the number of strings in a lldb.SBStringList object.'''
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp249 std::set< std::string > strings; local
250 strings.insert("First");
251 strings.insert("Second");
253 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
254 ATF_REQUIRE( atf::utils::grep_collection("cond", strings));
255 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings));
261 std::vector< std::string > strings; local
262 strings.push_back("First");
263 strings.push_back("Second");
265 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
[all...]

Completed in 269 milliseconds

1234567891011>>