Searched refs:strs (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dmisc.c101 char **strs = NULL; local
104 strs = backtrace_symbols(stack, frames);
105 if (strs) {
107 _krb5_debug(context, 10, "frame %d: %s", i, strs[i]);
108 free(strs);
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c55 const char *strs[2] = { "as", "fdbuffer" }; local
65 for (i = 0; i < (int) (sizeof (strs) / sizeof (strs[0])); i++) {
66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
102 strs[i], mems[i], acts[i]);
109 const char *strs[2] = { "vmem", "id_space" }; local
119 for (i = 0; i < (int) (sizeof (strs) / sizeof (strs[0])); i++) {
120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
135 strs[
[all...]
/freebsd-11.0-release/contrib/unbound/compat/
H A Dstrptime.c73 match_string(const char **buf, const char **strs) argument
77 for (i = 0; strs[i] != NULL; i++) {
78 int len = strlen(strs[i]);
79 if (strncasecmp (*buf, strs[i], len) == 0) {
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dstrptime.c101 * Try to match `*buf' to one of the strings in `strs'. Return the
106 match_string (const char **buf, const char **strs) argument
110 for (i = 0; strs[i] != NULL; ++i) {
111 int len = strlen (strs[i]);
113 if (strncasecmp (*buf, strs[i], len) == 0) {
/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A DMakefile.am46 alias.c ao-strs.c ao-strs.h \
H A DMakefile.in467 ag-char-map.h alias.c ao-strs.c ao-strs.h autoopts/project.h \
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c286 char *strs; local
372 strs = (char *)strs_map +
396 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) {
397 ctfsect.cts_name = strs + shp->sh_name;
405 symsect.cts_name = strs + shp->sh_name;
412 strsect.cts_name = strs + lhp->sh_name;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dsyms.c887 bfd_byte *strs; member in struct:stab_find_info
1005 info->strs = bfd_alloc (abfd, strsize);
1006 if (info->stabs == NULL || info->strs == NULL)
1011 || ! bfd_get_section_contents (abfd, info->strsec, info->strs,
1127 for (i = 0, stroff = 0, stab = info->stabs, str = info->strs;
1135 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
/freebsd-11.0-release/contrib/gcc/
H A Dc-lex.c735 cpp_string *strs = &str;
776 strs = XOBFINISH (&str_ob, cpp_string *);
784 (parse_in, strs, concats + 1, &istr, wide))
791 int xlated = cpp_interpret_string_notranslate (parse_in, strs,
733 cpp_string *strs = &str; local
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c809 char *const *strs = data; local
814 if (strs[i] == NULL)
816 value_sz += strlen(strs[i]) + 1;
927 char *const *strs = data; local
934 int slen = strlen(strs[i]) + 1;
935 bcopy(strs[i], buf, slen);
3165 char **strs = (void *)NVP_VALUE(nvp); local
3168 nvp_sz += 4 + NV_ALIGN4(strlen(strs[i]));
/freebsd-11.0-release/sys/security/audit/
H A Dbsm_token.c1283 au_to_exec_strings(char *strs, int count, u_char type) argument
1293 p = strs;
1296 p = strs + totlen;
1301 ADD_STRING(dptr, strs, totlen);
/freebsd-11.0-release/contrib/gcc/cp/
H A Dparser.c2919 cpp_string str, istr, *strs;
2942 strs = &str;
2964 strs = (cpp_string *) obstack_finish (&str_ob);
2974 (parse_in, strs, count, &istr, wide))
2917 cpp_string str, istr, *strs; local

Completed in 195 milliseconds