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

/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/roken/
H A Dstrptime.c105 * Try to match `*buf' to one of the strings in `strs'. Return the
110 match_string (const char **buf, const char **strs) argument
114 for (i = 0; strs[i] != NULL; ++i) {
115 int len = strlen (strs[i]);
117 if (strncasecmp (*buf, strs[i], len) == 0) {
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.am42 alias.c ao-strs.c ao-strs.h \
H A DMakefile.in474 ag-char-map.h alias.c ao-strs.c ao-strs.h autoopts/project.h \
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c286 char *strs; local
345 strs = (char *)strs_map +
369 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) {
370 ctfsect.cts_name = strs + shp->sh_name;
378 symsect.cts_name = strs + shp->sh_name;
385 strsect.cts_name = strs + lhp->sh_name;
/freebsd-9.3-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-9.3-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-9.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c802 char *const *strs = data; local
807 if (strs[i] == NULL)
809 value_sz += strlen(strs[i]) + 1;
920 char *const *strs = data; local
927 int slen = strlen(strs[i]) + 1;
928 bcopy(strs[i], buf, slen);
3157 char **strs = (void *)NVP_VALUE(nvp); local
3160 nvp_sz += 4 + NV_ALIGN4(strlen(strs[i]));
/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_token.c1269 au_to_exec_strings(char *strs, int count, u_char type) argument
1279 p = strs;
1282 p = strs + totlen;
1287 ADD_STRING(dptr, strs, totlen);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c2750 cpp_string str, istr, *strs;
2773 strs = &str;
2795 strs = (cpp_string *) obstack_finish (&str_ob);
2805 (parse_in, strs, count, &istr, wide))
2748 cpp_string str, istr, *strs; local

Completed in 308 milliseconds