Searched refs:strings (Results 1 - 25 of 542) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/clang/llvm-strings/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-strings/Makefile 363496 2020-07-24 20:54:07Z dim $
3 PROG_CXX= llvm-strings
5 SRCDIR= llvm/tools/llvm-strings
6 SRCS+= llvm-strings.cpp
/freebsd-11-stable/cddl/compat/opensolaris/include/
H A Dstrings.h33 #include_next <strings.h>
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsysdep.h41 #include <strings.h>
/freebsd-11-stable/include/
H A Dbitstring.h33 #include <strings.h>
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dsave_nothing.c26 nothing_parse(char **strings) argument
31 strings = strings; /* gcc -Wextra */
H A Dsave_file.c30 file_parse(strings)
31 char **strings;
39 if (strings[0] != NULL && strings[0][0] != '\0') {
41 if (!strncmp(strings[0], "raw://", 6)) {
43 ctx->path = strdup(strings[0] + 6);
45 } else if (!strncmp(strings[0], "file://", 7)) {
46 ctx->path = strdup(strings[0] + 7);
/freebsd-11-stable/contrib/elftoolchain/strings/
H A DMakefile5 PROG= strings
/freebsd-11-stable/usr.bin/strings/
H A DMakefile7 .PATH: ${ELFTCDIR}/strings
9 PROG= strings
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetusershell.c78 static char **curshell, **shells, *strings; variable
103 if (strings != NULL)
104 free(strings);
105 strings = NULL;
129 free(strings);
130 strings = NULL;
141 strings = malloc(cp - tmp);
142 if(strings == NULL) {
147 memcpy(strings, tmp, cp - tmp);
148 for(sp = shells, cp = strings; *c
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_string.h30 #include <strings.h>
/freebsd-11-stable/lib/libc/string/
H A Dffs.c36 #include <strings.h>
H A Dffsl.c33 #include <strings.h>
H A Dffsll.c33 #include <strings.h>
H A Dfls.c33 #include <strings.h>
H A Dflsl.c33 #include <strings.h>
H A Dflsll.c33 #include <strings.h>
/freebsd-11-stable/lib/libc/uuid/
H A Duuid_create_nil.c30 #include <strings.h>
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dsample_passwd_check.c75 char *strings[2]; local
78 strings[0] = principal->name.name_string.val[0]; /* XXX */
79 strings[1] = NULL;
82 msg = FascistCheck(s, DICTPATH, strings);
/freebsd-11-stable/sys/tools/fdt/
H A Dembed_dtb.sh36 obs=`strings -at d $1 | grep "Device Tree Blob STARTS here" | awk '{print $1}'`
37 eol=`strings -at d $1 | grep "Device Tree Blob STOPS here" | awk '{print $1}'`
/freebsd-11-stable/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c71 char **strings; local
82 strings = backtrace_symbols_fmt(buffer, nptrs, "%n");
84 ATF_CHECK(strings != NULL);
90 printf("#%zu: %s\n", j, strings[j]);
95 ATF_CHECK_STREQ(strings[0], "myfunc3");
96 ATF_CHECK_STREQ(strings[1], "myfunc2");
99 ATF_CHECK_STREQ(strings[j], "myfunc1");
103 strcmp(strings[j], frames[i].name)) {
107 ATF_CHECK_STREQ(strings[j], frames[i].name);
110 free(strings);
[all...]
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dmod.c60 struct getarg_strings *strings)
71 if (strings->num_strings == 1 && strings->strings[0][0] == '\0') {
79 calloc(strings->num_strings,
81 ext.data.u.allowed_to_delegate_to.len = strings->num_strings;
83 for (i = 0; i < strings->num_strings; i++) {
84 ret = krb5_parse_name(contextp, strings->strings[i], &p);
107 struct getarg_strings *strings)
58 add_constrained_delegation(krb5_context contextp, kadm5_principal_ent_rec *princ, struct getarg_strings *strings) argument
106 add_aliases(krb5_context contextp, kadm5_principal_ent_rec *princ, struct getarg_strings *strings) argument
149 add_pkinit_acl(krb5_context contextp, kadm5_principal_ent_rec *princ, struct getarg_strings *strings) argument
[all...]
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dcommon.c83 permutate_all(struct getarg_strings *strings, size_t *size) argument
90 list = ecalloc(strings->num_strings, sizeof(*list));
91 for (i = 0; i < strings->num_strings; i++)
92 list[i] = strings->strings[i];
94 permute(&all, size, list, 0, strings->num_strings);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dxmemdup.c29 # include <strings.h>
H A Dxstrdup.c24 # include <strings.h>
H A Dxstrndup.c41 # include <strings.h>

Completed in 173 milliseconds

1234567891011>>