Searched refs:strings (Results 101 - 125 of 484) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/arm/gen/
H A Dsignalcontext.c40 #include <strings.h>
/freebsd-current/lib/libc/tests/string/
H A Dffs_test.c32 #include <strings.h>
H A Dfls_test.c32 #include <strings.h>
/freebsd-current/usr.bin/mail/
H A DMakefile6 quit.c send.c strings.c temp.c tty.c util.c vars.c
/freebsd-current/usr.sbin/bhyve/
H A Dvmgenc.c40 #include <strings.h>
/freebsd-current/usr.sbin/makefs/ffs/
H A Dufs_bmap.c45 #include <strings.h>
/freebsd-current/contrib/telnet/libtelnet/
H A Dread_password.c54 #include <strings.h>
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp165 auto strings = m_index.pdb().getStringTable(); local
166 if (strings) {
168 cci->m_strings.setStrings(strings->getStringTable());
170 consumeError(strings.takeError());
/freebsd-current/lib/libcbor/
H A DMakefile21 SRCS+= cbor/strings.c
/freebsd-current/lib/libc/string/
H A Dmemset.c43 #include <strings.h>
/freebsd-current/sbin/ipf/libipf/
H A Dsave_v1trap.c105 snmpv1_parse(char **strings) argument
112 if (strings[0] == NULL || strings[0][0] == '\0')
115 if (strchr(*strings, ' ') == NULL)
118 str = strdup(*strings);
H A Dsave_v2trap.c109 snmpv2_parse(char **strings) argument
116 if (strings[0] == NULL || strings[0][0] == '\0')
118 if (strchr(*strings, ' ') == NULL)
121 str = strdup(*strings);
/freebsd-current/crypto/openssl/crypto/ui/
H A Dui_lib.c80 sk_UI_STRING_pop_free(ui->strings, free_string);
88 if (ui->strings == NULL) {
89 ui->strings = sk_UI_STRING_new_null();
90 if (ui->strings == NULL) {
134 ret = sk_UI_STRING_push(ui->strings, s);
178 ret = sk_UI_STRING_push(ui->strings, s);
437 if (i >= sk_UI_STRING_num(ui->strings)) {
441 return UI_get0_result_string(sk_UI_STRING_value(ui->strings, i));
450 if (i >= sk_UI_STRING_num(ui->strings)) {
454 return UI_get_result_string_length(sk_UI_STRING_value(ui->strings,
[all...]
/freebsd-current/usr.bin/dtc/
H A Dfdt.hh80 * Set of strings used for label names.
111 * This is a list of strings. When read from source, string
115 * strings.
180 * sequence of strings), false otherwise.
312 * struct and strings tables in the device tree blob, respectively.
316 property(input_buffer &structs, input_buffer &strings);
342 input_buffer &strings);
387 * reference into the strings table.
389 void write(dtb::output_writer &writer, dtb::string_table &strings);
519 * and strings table
[all...]
/freebsd-current/sys/dev/xen/xenstore/
H A Dxenstore.c261 * strings in a buffer.
263 * \param strings A pointer to a contiguous buffer of NUL terminated strings.
264 * \param dest An array to store pointers to each string found in strings.
265 * \param len The length of the buffer pointed to by strings.
267 * \return A count of the number of strings found.
270 extract_strings(const char *strings, const char **dest, u_int len) argument
275 for (p = strings, num = 0; p < strings + len; p += strlen(p) + 1) {
286 * strings int
302 split(char *strings, u_int len, u_int *num) argument
1275 char *strings; local
[all...]
/freebsd-current/contrib/libxo/
H A Dwarnings.mk40 -Wwrite-strings
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dmain.c50 if (strcmp(preserve.strings[i], p) == 0)
60 if (strcmp(seq.strings[i], p) == 0)
/freebsd-current/contrib/bc/vs/tests/
H A Dtests_bc.bat56 strings
/freebsd-current/crypto/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm50 Returns a list of strings for all the available SSL/TLS versions if
52 "dtls". Otherwise, it returns the empty list. The strings in the
115 # list of strings, all of them should be names of features
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp1 //===-- llvm-strings.cpp - Printable String dumping utility ---------------===//
9 // This program is a utility that works like binutils "strings", that is, it
10 // prints out printable strings in a binary, objdump, or archive file.
89 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { function
180 strings(llvm::outs(), File == "-" ? "{standard input}" : File,
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c36 #include <strings.h>
/freebsd-current/tools/test/stress2/testcases/lockf2/
H A Dlockf2.c43 #include <strings.h>
/freebsd-current/crypto/openssh/
H A Dincludes.h57 # include <strings.h>
/freebsd-current/sys/contrib/zstd/doc/educational_decoder/
H A DMakefile30 -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
/freebsd-current/contrib/libedit/
H A Dfilecomplete.c58 * does tilde expansion of strings of type ``~user/foo''
535 * Display list of strings in columnar format on readline's output stream.
536 * 'matches' is list of strings, 'num' is number of strings in 'matches',
539 * matches[0] is not one of the match strings, but it is counted in
540 * num, so the strings are matches[1] *through* matches[num-1].
557 * with one space between strings the same way it's printed.
794 * strings be matches[1..num-1] for compat.
795 * We have matches_num strings not counting

Completed in 161 milliseconds

1234567891011>>