Searched refs:strings (Results 26 - 50 of 484) sorted by relevance

1234567891011>>

/freebsd-current/include/ssp/
H A DMakefile1 INCS= ssp.h stdio.h string.h strings.h unistd.h
/freebsd-current/usr.bin/strings/
H A DMakefile6 .PATH: ${ELFTCDIR}/strings
8 PROG= strings
/freebsd-current/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
156 add_pkinit_acl(krb5_context contextp, kadm5_principal_ent_rec *princ, struct getarg_strings *strings) argument
[all...]
/freebsd-current/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-current/sbin/ifconfig/
H A Dsfp.c56 struct ifconfig_sfp_info_strings strings; local
65 ifconfig_sfp_get_sfp_info_strings(&info, &strings);
69 ifconfig_sfp_physical_spec(&info, &strings),
70 strings.sfp_conn);
80 printf("\tcompliance level: %s\n", strings.sfp_rev);
84 ifconfig_sfp_physical_spec(&info, &strings));
85 printf("Length: %s\n", strings.sfp_fc_len);
86 printf("Tech: %s\n", strings.sfp_cab_tech);
87 printf("Media: %s\n", strings.sfp_fc_media);
88 printf("Speed: %s\n", strings
[all...]
/freebsd-current/sbin/ipf/libipf/
H A Dsave_file.c30 file_parse(char **strings) argument
38 if (strings[0] != NULL && strings[0][0] != '\0') {
40 if (!strncmp(strings[0], "raw://", 6)) {
42 ctx->path = strdup(strings[0] + 6);
44 } else if (!strncmp(strings[0], "file://", 7)) {
45 ctx->path = strdup(strings[0] + 7);
H A Dsave_syslog.c28 syslog_parse(char **strings) argument
40 if (strings[0] != NULL && strings[0][0] != '\0') {
41 str = strdup(*strings);
/freebsd-current/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-current/usr.sbin/bsdconfig/share/
H A DMakefile6 mustberoot.subr script.subr strings.subr struct.subr \
/freebsd-current/usr.bin/mail/
H A Dstrings.c43 struct strings stringdope[NSPACE];
58 struct strings *sp;
88 * Called to free all strings allocated
94 struct strings *sp;
116 struct strings *sp;
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A DMKuserdefs.sh62 next_string(const char *strings, unsigned *offset)
64 *offset += (unsigned) strlen(strings + *offset) + 1;
70 const char *strings)
78 (*actual)[n].ute_name = strings + len;
84 next_string(strings, &len);
H A DMKcaptab.sh86 next_string(const char *strings, unsigned *offset)
88 *offset += (unsigned) strlen(strings + *offset) + 1;
94 const char *strings)
102 (*actual)[n].nte_name = strings + len;
106 next_string(strings, &len);
115 (*actual)[n].field = strings + source[n].field; \\
121 const char *strings,
/freebsd-current/usr.bin/xstr/
H A Dxstr.c46 * xstr - extract and hash strings in a C program
57 static char cstrings[] = "strings";
58 static char *strings = cstrings; variable
112 strings = strdup(_PATH_TMP);
113 if (strings == NULL)
115 fdesc = mkstemp(strings);
135 if (strings[0] == '/')
136 ignore(unlink(strings));
287 FILE *mesgread = fopen(strings, "r");
370 mesgwrit = fopen(strings, ol
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp87 void SBStringList::AppendList(const SBStringList &strings) { argument
88 LLDB_INSTRUMENT_VA(this, strings);
90 if (strings.IsValid()) {
93 m_opaque_up->AppendList(*(strings.m_opaque_up));
97 void SBStringList::AppendList(const StringList &strings) { argument
100 m_opaque_up->AppendList(strings);
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_sfp_tables_internal.tpl.h51 struct ifconfig_sfp_info_strings *strings)
59 strings->{*name*} = ifconfig_{*name*}_description(sfp->{*name*});
50 get_sfp_info_strings(const struct ifconfig_sfp_info *sfp, struct ifconfig_sfp_info_strings *strings) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStringList.h34 void AppendList(const lldb::SBStringList &strings);
54 void AppendList(const lldb_private::StringList &strings);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.helper.c31 #include <strings.h>
/freebsd-current/sys/tools/
H A Dembed_mfs.sh70 sec_start=`strings -at d $1 | grep "MFS Filesystem goes here"` || \
75 sec_end=`strings -at d $1 | \
/freebsd-current/contrib/cortex-strings/
H A DMakefile.am27 # Top level Makefile for cortex-strings
34 libcortex-strings.la
52 tests_ldadd = libcortex-strings.la
94 dhry_LDADD = libcortex-strings.la
157 try_this_LDADD = libmulti.a libcortex-strings.la -lrt
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.helper.c31 #include <strings.h>
/freebsd-current/contrib/ntp/include/
H A Dntp_string.h23 # include <strings.h> /* bcmp, bcopy, bzero */
/freebsd-current/sys/contrib/zstd/lib/freebsd/
H A Dzstd_kfreebsd.c34 #include <strings.h>
/freebsd-current/crypto/openssh/regress/
H A Dputty-ciphers.sh16 if strings "${PLINK}" | grep -E "^${m}$" >/dev/null; then
25 if strings "${PLINK}" | grep -E "^${c}$" >/dev/null; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_020_pos.ksh87 if strings /etc/zfs/zpool.cache | grep -q ${TESTPOOL}
89 strings /etc/zfs/zpool.cache
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRISCVAttributeParser.cpp42 static const char *strings[] = {"No unaligned access", "Unaligned access"}; local
43 return parseStringAttribute("Unaligned_access", tag, ArrayRef(strings));

Completed in 306 milliseconds

1234567891011>>