Searched refs:strings (Results 276 - 300 of 484) sorted by relevance

<<11121314151617181920

/freebsd-current/contrib/dma/
H A Dmail.c40 #include <strings.h>
163 * We copy escapes and quoted strings directly, since
/freebsd-current/contrib/ldns/
H A Drr_functions.c21 #include <strings.h>
H A Dparse.c14 #include <strings.h>
/freebsd-current/tests/sys/netinet/libalias/
H A Dperf.c36 #include <strings.h>
/freebsd-current/share/examples/ipfilter/samples/
H A Dproxy.c17 #include <strings.h>
/freebsd-current/sbin/ggate/shared/
H A Dggate.c47 #include <strings.h>
/freebsd-current/tools/boot/
H A Dinstall-boot.sh105 isboot1=$(strings "${efibootfile}" | grep "FreeBSD EFI boot block")
/freebsd-current/usr.sbin/fdformat/
H A Dfdformat.c41 #include <strings.h>
/freebsd-current/usr.sbin/yppush/
H A Dyppush_main.c41 #include <strings.h>
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dps2mouse.c39 #include <strings.h>
/freebsd-current/bin/pax/
H A Dsel_subs.c46 #include <strings.h>
/freebsd-current/sbin/ipf/common/
H A Dipf.h52 # include <strings.h>
/freebsd-current/lib/libcasper/libcasper/
H A Dservice.c48 #include <strings.h>
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_drive.c42 #include <strings.h>
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp706 auto strings = index.pdb().getStringTable();
707 if (!strings) {
708 consumeError(strings.takeError());
711 out_program = cantFail(strings->getStringForID(frame_data_it->FrameFunc));
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk38 # The modifier ':from=to' can also be used to surround each word by strings.
202 # of a word with other strings. This is not possible with a single :S
/freebsd-current/sbin/camcontrol/
H A Dattrib.c50 #include <strings.h>
/freebsd-current/crypto/heimdal/kuser/
H A Dkinit.c492 etype_str.strings[i],
495 errx(1, "unrecognized enctype: %s", etype_str.strings[i]);
866 ret = krb5_parse_address(context, extra_addresses.strings[i],
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h119 #include "absl/strings/internal/has_absl_stringify.h"
120 #include "absl/strings/str_cat.h"
470 // types, strings, plain arrays, and pointers).
593 // Overloads for C strings.
614 // Overloads for u8 strings.
620 // Overloads for u16 strings.
625 // Overloads for u32 strings.
637 // Overloads for wide C strings
1125 Strings* strings) {
1127 strings);
1123 TersePrintPrefixToStrings(const Tuple& t, std::integral_constant<size_t, I>, Strings* strings) argument
[all...]
/freebsd-current/sys/dev/sound/pcm/
H A Dmixer.c532 nleft = sizeof(ei->strings);
533 loc = ei->strings;
559 loc = &ei->strings[nwrote];
/freebsd-current/contrib/flex/src/
H A Dflexdef.h75 /* Required: strcasecmp() in <strings.h> */
76 #include <strings.h>
79 /* We use gettext. So, when we write strings which should be translated, we mark them with _() */
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c31 #include <strings.h>
H A Ddt_xlator.c31 #include <strings.h>
H A Ddt_pragma.c30 #include <strings.h>
/freebsd-current/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c41 #include <strings.h>

Completed in 366 milliseconds

<<11121314151617181920