Searched refs:strings (Results 251 - 275 of 542) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/netbsd-tests/net/
H A Dnet_common.sh283 strings rump_server.core |grep panic
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.h32 #include <strings.h>
/freebsd-11-stable/sbin/geom/class/concat/
H A Dgeom_concat.c38 #include <strings.h>
/freebsd-11-stable/sbin/geom/class/label/
H A Dgeom_label.c37 #include <strings.h>
/freebsd-11-stable/sbin/geom/class/journal/
H A Dgeom_journal.c39 #include <strings.h>
/freebsd-11-stable/sbin/hastd/
H A Debuf.c40 #include <strings.h>
H A Dmetadata.c38 #include <strings.h>
H A Dhast_compression.c36 #include <strings.h>
/freebsd-11-stable/sbin/geom/class/multipath/
H A Dgeom_multipath.c38 #include <strings.h>
/freebsd-11-stable/lib/msun/tests/
H A Drem_test.c41 #include <strings.h>
/freebsd-11-stable/sbin/geom/class/stripe/
H A Dgeom_stripe.c39 #include <strings.h>
/freebsd-11-stable/sbin/geom/class/shsec/
H A Dgeom_shsec.c39 #include <strings.h>
/freebsd-11-stable/sbin/geom/class/raid3/
H A Dgeom_raid3.c39 #include <strings.h>
/freebsd-11-stable/usr.bin/netstat/
H A Dunix.c61 #include <strings.h>
/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c48 #include <strings.h>
/freebsd-11-stable/contrib/bmake/
H A Dmake.h97 #include <strings.h>
183 * 19) a Lst of strings that are commands to be given to a shell
335 * placed between the two strings. If STR_ADDSLASH is given, a '/' will
337 * will be placed between the two strings in the final output. If the
338 * STR_DOFREE bit is set, the two input strings will be freed before
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c2 * string.c: routines to manipulate counted-length strings
3 * (svn_stringbuf_t and svn_string_t) and C strings.
156 /* now the strings must have identical lengths */
1029 svn_cstring_join2(const apr_array_header_t *strings,
1038 for (i = 0; i < strings->nelts; i++)
1040 const char *string = APR_ARRAY_IDX(strings, i, const char *);
1046 if (strings->nelts > 0 && trailing_separator)
1024 svn_cstring_join2(const apr_array_header_t *strings, const char *separator, svn_boolean_t trailing_separator, apr_pool_t *pool) argument
/freebsd-11-stable/usr.sbin/devctl/
H A Ddevctl.c36 #include <strings.h>
/freebsd-11-stable/usr.bin/
H A DMakefile154 strings \
/freebsd-11-stable/contrib/binutils/binutils/doc/
H A DMakefile.in250 strings.1 \
663 strings.1: $(binutils_TEXI) $(binutils_TEXINFOS)
665 -$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod
666 -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
668 rm -f strings.pod
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c71 int ret = hx509_lock_command_string(lock, pass->strings[i]);
74 pass->strings[i], ret);
89 ret = hx509_certs_append(contextp, certs, lock, s->strings[i]);
92 "hx509_certs_append: %s %s", type, s->strings[i]);
133 parse_oid(s->strings[i], NULL, &val[i].algorithm);
1317 opt->email_strings.strings[i]);
1324 opt->dnsname_strings.strings[i]);
1676 const char *type = opt->type_strings.strings[i];
1716 const char *hostname = opt->hostname_strings.strings[i];
1724 const char *email = opt->email_strings.strings[
[all...]
/freebsd-11-stable/contrib/apr/
H A Dapr.mak1170 SOURCE=.\strings\apr_cpystrn.c
1176 SOURCE=.\strings\apr_cstr.c
1182 SOURCE=.\strings\apr_fnmatch.c
1188 SOURCE=.\strings\apr_snprintf.c
1194 SOURCE=.\strings\apr_strings.c
1200 SOURCE=.\strings\apr_strnatcmp.c
1206 SOURCE=.\strings\apr_strtok.c
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h196 # include <strings.h>
202 # include <strings.h>
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff.h43 #define obj_coff_strings(bfd) (coff_data (bfd)->strings)
83 char *strings; member in struct:coff_tdata
84 /* If this is TRUE, the strings may not be freed. */
86 /* If this is TRUE, the strings have been written out already. */
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindint.h876 /* Each stringtable resource is a list of 16 unicode strings. */
883 } strings[16]; member in struct:rc_stringtable
963 struct rc_ver_stringinfo *strings; member in struct:rc_ver_info::__anon305::__anon306

Completed in 151 milliseconds

<<11121314151617181920>>