Searched refs:strings (Results 201 - 225 of 542) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h52 # include <strings.h>
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c46 #include <strings.h>
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_hmac.c40 #include <strings.h>
H A Dg_eli_key.c40 #include <strings.h>
/freebsd-11-stable/sbin/geom/class/cache/
H A Dgeom_cache.c36 #include <strings.h>
/freebsd-11-stable/sbin/hastd/
H A Dproto_common.c43 #include <strings.h>
H A Dhast_proto.c39 #include <strings.h>
/freebsd-11-stable/sbin/kldstat/
H A Dkldstat.c41 #include <strings.h>
/freebsd-11-stable/usr.sbin/uathload/
H A Duathload.c56 #include <strings.h>
/freebsd-11-stable/contrib/telnet/telnetd/
H A Ddefs.h87 #include <strings.h>
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A DMakefile104 ${APR}/strings \
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c34 #include <strings.h>
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1330 char *strings;
1333 /* Get the size of the strings. */
1343 strings = (char *) obj_aout_string_window (abfd).data;
1345 strings = bfd_malloc (stringsize + 1);
1346 if (strings == NULL)
1352 if (bfd_bread (strings + BYTES_IN_WORD, amt, abfd) != amt)
1354 free (strings);
1360 strings[0] = '\0';
1362 strings[stringsize - 1] = 0;
1364 obj_aout_external_strings (abfd) = strings;
1329 char *strings; local
[all...]
H A Dlibcoff-in.h39 #define obj_coff_strings(bfd) (coff_data (bfd)->strings)
79 char *strings; member in struct:coff_tdata
80 /* If this is TRUE, the strings may not be freed. */
82 /* If this is TRUE, the strings have been written out already. */
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h76 # include <strings.h>
79 # include <strings.h>
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk31 # be made in parallel will thus print the same strings, so that the
/freebsd-11-stable/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh269 atf_set "require.progs" "strings"
282 strings $TEST_IMAGE
288 atf_set "require.progs" "strings"
301 strings $TEST_IMAGE
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.c514 /* Serialize COUNT C-style strings from *STRINGS into CONTEXT. */
517 const char ***strings,
521 const char **entries = *strings;
525 (const void * const *)strings,
538 const svn_string_t ***strings,
542 const svn_string_t **entries = *strings;
546 (const void * const *)strings,
880 * nested structures and strings. Therefore, they occupy a single
516 serialize_cstring_array(svn_temp_serializer__context_t *context, const char ***strings, apr_size_t count) argument
537 serialize_svn_string_array(svn_temp_serializer__context_t *context, const svn_string_t ***strings, apr_size_t count) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c544 /* Serialize COUNT C-style strings from *STRINGS into CONTEXT. */
547 const char ***strings,
551 const char **entries = *strings;
555 (const void * const *)strings,
568 const svn_string_t ***strings,
572 const svn_string_t **entries = *strings;
576 (const void * const *)strings,
967 * nested structures and strings. Therefore, they occupy a single
546 serialize_cstring_array(svn_temp_serializer__context_t *context, const char ***strings, apr_size_t count) argument
567 serialize_svn_string_array(svn_temp_serializer__context_t *context, const svn_string_t ***strings, apr_size_t count) argument
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c1695 ex(as, "multiple help strings");
1745 ex(as, "multiple help strings");
1749 ex(as, "multiple argument strings");
1753 ex(as, "multiple min_args strings");
1757 ex(as, "multiple max_args strings");
1917 cprint(1, "opt.%s.strings = NULL;\n", name);
1944 { "strings",
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_analyze.c157 show_required(ioloc *l, int mask, char *info, char *hostname, char *strings[]) argument
162 for (i = 0; strings[i]; i++)
164 lerror(l, "%s:%s needs field \"%s\"", hostname, info, strings[i]);
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c165 printfmtstrings(char *strings[], const char *prefix, const char *sep, argument
176 for (i = 0; strings[i] != NULL; i++) {
177 printf("%s%s", curpref, strings[i]);
/freebsd-11-stable/contrib/mdocml/
H A Dmandocdb.c183 static struct ohash strings; /* table of all strings */ variable in typeref:struct:ohash
1138 mandoc_ohash_init(&strings, 6, offsetof(struct str, key));
1251 ohash_delete(&strings);
1792 htab = &strings;
2028 for (key = ohash_first(&strings, &slot); NULL != key;
2029 key = ohash_next(&strings, &slot))
2080 for (key = ohash_first(&strings, &slot); NULL != key;
2081 key = ohash_next(&strings, &slot)) {
/freebsd-11-stable/lib/libomp/
H A Dkmp_i18n_id.inc19 // Set #2, strings.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp169 // checksums. So we only set the strings if they're not already set.
196 auto S = SC.strings().getString(Entry.FileNameOffset);
209 return SC.strings().getString(Offset);

Completed in 199 milliseconds

1234567891011>>