Home
last modified time | relevance | path

Searched refs:strs (Results 1 – 14 of 14) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDfixup_tdescs.c55 const char *strs[2] = { "as", "fdbuffer" }; in fix_ptrptr_to_struct() local
65 for (i = 0; i < (int) (sizeof (strs) / sizeof (strs[0])); i++) { in fix_ptrptr_to_struct()
66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptrptr_to_struct()
102 strs[i], mems[i], acts[i]); in fix_ptrptr_to_struct()
109 const char *strs[2] = { "vmem", "id_space" }; in fix_ptr_to_struct() local
119 for (i = 0; i < (int) (sizeof (strs) / sizeof (strs[0])); i++) { in fix_ptr_to_struct()
120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptr_to_struct()
135 strs[i], ml->ml_name); in fix_ptr_to_struct()
/NextBSD/crypto/heimdal/lib/krb5/
HDmisc.c101 char **strs = NULL; in _krb5_debug_backtrace() local
104 strs = backtrace_symbols(stack, frames); in _krb5_debug_backtrace()
105 if (strs) { in _krb5_debug_backtrace()
107 _krb5_debug(context, 10, "frame %d: %s", i, strs[i]); in _krb5_debug_backtrace()
108 free(strs); in _krb5_debug_backtrace()
/NextBSD/contrib/unbound/compat/
HDstrptime.c73 match_string(const char **buf, const char **strs) in match_string() argument
77 for (i = 0; strs[i] != NULL; i++) { in match_string()
78 int len = strlen(strs[i]); in match_string()
79 if (strncasecmp (*buf, strs[i], len) == 0) { in match_string()
/NextBSD/crypto/heimdal/lib/roken/
HDstrptime.c106 match_string (const char **buf, const char **strs) in match_string() argument
110 for (i = 0; strs[i] != NULL; ++i) { in match_string()
111 int len = strlen (strs[i]); in match_string()
113 if (strncasecmp (*buf, strs[i], len) == 0) { in match_string()
/NextBSD/cddl/contrib/opensolaris/lib/libctf/common/
HDctf_lib.c286 char *strs; in ctf_fdopen() local
372 strs = (char *)strs_map + in ctf_fdopen()
396 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) { in ctf_fdopen()
397 ctfsect.cts_name = strs + shp->sh_name; in ctf_fdopen()
405 symsect.cts_name = strs + shp->sh_name; in ctf_fdopen()
412 strsect.cts_name = strs + lhp->sh_name; in ctf_fdopen()
/NextBSD/contrib/binutils/bfd/
HDsyms.c887 bfd_byte *strs; member
1005 info->strs = bfd_alloc (abfd, strsize); in _bfd_stab_section_find_nearest_line()
1006 if (info->stabs == NULL || info->strs == NULL) in _bfd_stab_section_find_nearest_line()
1011 || ! bfd_get_section_contents (abfd, info->strsec, info->strs, in _bfd_stab_section_find_nearest_line()
1127 for (i = 0, stroff = 0, stab = info->stabs, str = info->strs; in _bfd_stab_section_find_nearest_line()
1135 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff) in _bfd_stab_section_find_nearest_line()
/NextBSD/contrib/ntp/sntp/libopts/
HDMakefile.am42 alias.c ao-strs.c ao-strs.h \
HDMakefile.in473 ag-char-map.h alias.c ao-strs.c ao-strs.h autoopts/project.h \
/NextBSD/contrib/gcc/
HDc-lex.c733 cpp_string *strs = &str; in lex_string() local
774 strs = XOBFINISH (&str_ob, cpp_string *); in lex_string()
782 (parse_in, strs, concats + 1, &istr, wide)) in lex_string()
789 int xlated = cpp_interpret_string_notranslate (parse_in, strs, in lex_string()
/NextBSD/sys/cddl/contrib/opensolaris/common/nvpair/
HDopensolaris_nvpair.c810 char *const *strs = data; in i_get_value_size() local
815 if (strs[i] == NULL) in i_get_value_size()
817 value_sz += strlen(strs[i]) + 1; in i_get_value_size()
928 char *const *strs = data; in nvlist_add_common() local
935 int slen = strlen(strs[i]) + 1; in nvlist_add_common()
936 bcopy(strs[i], buf, slen); in nvlist_add_common()
3166 char **strs = (void *)NVP_VALUE(nvp); in nvs_xdr_nvp_size() local
3169 nvp_sz += 4 + NV_ALIGN4(strlen(strs[i])); in nvs_xdr_nvp_size()
/NextBSD/sys/security/audit/
HDbsm_token.c1283 au_to_exec_strings(char *strs, int count, u_char type) in au_to_exec_strings() argument
1293 p = strs; in au_to_exec_strings()
1296 p = strs + totlen; in au_to_exec_strings()
1301 ADD_STRING(dptr, strs, totlen); in au_to_exec_strings()
/NextBSD/contrib/gcc/cp/
HDparser.c2917 cpp_string str, istr, *strs; in cp_parser_string_literal() local
2940 strs = &str; in cp_parser_string_literal()
2962 strs = (cpp_string *) obstack_finish (&str_ob); in cp_parser_string_literal()
2972 (parse_in, strs, count, &istr, wide)) in cp_parser_string_literal()
/NextBSD/contrib/ntp/
HDCommitLog12553 sntp/libopts/ao-strs.c@1.17 +2 -2
12556 sntp/libopts/ao-strs.h@1.16 +2 -2
30531 sntp/libopts/ao-strs.c@1.16 +1 -1
30534 sntp/libopts/ao-strs.h@1.15 +1 -1
30654 sntp/libopts/ao-strs.c@1.15 +1 -1
30657 sntp/libopts/ao-strs.h@1.14 +1 -1
31799 sntp/libopts/ao-strs.c@1.14 +1 -1
31802 sntp/libopts/ao-strs.h@1.13 +1 -1
38677 sntp/libopts/ao-strs.c@1.13 +2 -2
38680 sntp/libopts/ao-strs.h@1.12 +2 -2
[all …]
/NextBSD/contrib/gdb/
HDmd5.sum1773 0903784a2f2f16faef989543e584e31e gdb/testsuite/gdb.base/call-strs.c
1774 824fdfbfe47a90c63cc9de1ea2b578a4 gdb/testsuite/gdb.base/call-strs.exp