| /src/lib/libterminfo/ |
| term.h | 741 #define t_acs_chars(t) (t)->strs[TICODE_acsc] 742 #define t_alt_scancode_esc(t) (t)->strs[TICODE_scesa] 743 #define t_back_tab(t) (t)->strs[TICODE_cbt] 744 #define t_bell(t) (t)->strs[TICODE_bel] 745 #define t_bit_image_carriage_return(t) (t)->strs[TICODE_bicr] 746 #define t_bit_image_newline(t) (t)->strs[TICODE_binel] 747 #define t_bit_image_repeat(t) (t)->strs[TICODE_birep] 748 #define t_carriage_return(t) (t)->strs[TICODE_cr] 749 #define t_change_char_pitch(t) (t)->strs[TICODE_cpi] 750 #define t_change_line_pitch(t) (t)->strs[TICODE_lpi 1938 const char **strs; member in struct:__anon554 [all...] |
| genman | 57 strcaps=$(gentab $TERMH $TERMC strs)
|
| term_private.h | 123 const char **strs; member in struct:__anon556 174 TBUF strs; member in struct:__anon558
|
| /src/external/mpl/bind/dist/lib/isc/ |
| backtrace.c | 71 char **strs; local 77 strs = isc_backtrace_symbols(tracebuf, nframes); 78 if (strs == NULL) { 82 isc_log_write(lctx, category, module, level, "%s", strs[i]);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| misc.c | 86 char **strs = NULL; local 89 strs = backtrace_symbols(stack, frames); 90 if (strs) { 92 _krb5_debug(context, 10, "frame %d: %s", i, strs[i]); 93 free(strs);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| ckh.c | 23 const char *strs[] = {"a string", "A string", "a string.", "A string."}; local 36 for (i = 0; i < sizeof(strs) / sizeof(const char *); i++) { 37 ckh_insert(tsd, &ckh, strs[i], strs[i]); 44 for (i = 0; i < sizeof(strs) / sizeof(const char *); i++) { 56 expect_false(ckh_search(&ckh, strs[i], kp, vp), 59 ks = (i & 1) ? strs[i] : (const char *)NULL; 60 vs = (i & 2) ? strs[i] : (const char *)NULL; 70 for (i = 0; i < sizeof(strs) / sizeof(const char *); i++) { 82 expect_false(ckh_remove(tsd, &ckh, strs[i], kp, vp) [all...] |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| ckh.c | 23 const char *strs[] = {"a string", "A string", "a string.", "A string."}; local 36 for (i = 0; i < sizeof(strs) / sizeof(const char *); i++) { 37 ckh_insert(tsd, &ckh, strs[i], strs[i]); 44 for (i = 0; i < sizeof(strs) / sizeof(const char *); i++) { 56 expect_false(ckh_search(&ckh, strs[i], kp, vp), 59 ks = (i & 1) ? strs[i] : (const char *)NULL; 60 vs = (i & 2) ? strs[i] : (const char *)NULL; 70 for (i = 0; i < sizeof(strs) / sizeof(const char *); i++) { 82 expect_false(ckh_remove(tsd, &ckh, strs[i], kp, vp) [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| fixup_tdescs.c | 60 const char *strs[2] = { "as", "fdbuffer" }; local 70 for (i = 0; i < (int) (sizeof (strs) / sizeof (strs[0])); i++) { 71 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) 107 strs[i], mems[i], acts[i]); 114 const char *strs[2] = { "vmem", "id_space" }; local 124 for (i = 0; i < (int) (sizeof (strs) / sizeof (strs[0])); i++) { 125 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) 140 strs[i], ml->ml_name) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| CompCom.h | 47 char *strs; /* the strings used in the messages */ member in class:CompComment
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| CompCom.h | 47 char *strs; /* the strings used in the messages */ member in class:CompComment
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| util.c | 75 va_list strs; local 87 va_start( strs, memctx ); 94 while ( ( cstr = va_arg( strs, char * ) ) != NULL ) { 112 va_end( strs ); 127 va_end( strs ); 142 va_list strs; local 155 va_start( strs, fmt ); 172 cbv = va_arg( strs, struct berval * ); 179 cslen = va_arg( strs, ber_len_t ); 180 cstr = va_arg( strs, char * ) [all...] |
| /src/lib/libcurses/ |
| setterm.c | 89 screen->term->strs[TICODE_clear] = NULL; 90 screen->term->strs[TICODE_cud] = NULL; 91 screen->term->strs[TICODE_cud1] = NULL; 92 screen->term->strs[TICODE_cup] = NULL; 93 screen->term->strs[TICODE_cuu] = NULL; 94 screen->term->strs[TICODE_cuu1] = NULL; 95 screen->term->strs[TICODE_vpa] = NULL; 98 screen->term->strs[TICODE_home] = screen->term->strs[TICODE_cr];
|
| /src/external/bsd/nsd/dist/compat/ |
| strptime.c | 75 match_string(const char **buf, const char **strs) 79 for (i = 0; strs[i] != NULL; i++) { 80 int len = strlen(strs[i]); 81 if (strncasecmp (*buf, strs[i], len) == 0) {
|
| /src/external/bsd/unbound/dist/compat/ |
| strptime.c | 73 match_string(const char **buf, const char **strs) 77 for (i = 0; strs[i] != NULL; i++) { 78 int len = strlen(strs[i]); 79 if (strncasecmp (*buf, strs[i], len) == 0) {
|
| /src/external/apache2/llvm/dist/clang/tools/arcmt-test/ |
| arcmt-test.cpp | 251 SmallVector<StringRef, 8> strs; local 252 inputBuf.get()->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, 255 if (strs.empty()) { 259 if (strs.size() % 2 != 0) { 264 for (unsigned i = 0, e = strs.size(); i != e; i += 2) { 265 StringRef inputOrigFname = strs[i]; 266 StringRef inputResultFname = strs[i+1];
|
| /src/usr.bin/tput/ |
| tput.c | 151 char *strs[TPARM_MAX], *tmp; local 167 strs[i] = *argv; 182 (piss[i - 1] ? (long)strs[i - 1] : nums[i - 1]) : 0)
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strptime.c | 103 * Try to match `*buf' to one of the strings in `strs'. Return the 108 match_string (const char **buf, const char **strs) 112 for (i = 0; strs[i] != NULL; ++i) { 113 int len = strlen (strs[i]); 115 if (strncasecmp (*buf, strs[i], len) == 0) {
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| Makefile.am | 45 ag-char-map.h alias.c ao-strs.c \ 46 ao-strs.h autoopts.c autoopts.h \
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| password_quality.c | 384 char **strs; local 387 strs = krb5_config_get_strings(context, NULL, 391 if (strs == NULL) 394 for (tmp = strs; *tmp; tmp++) { 399 krb5_config_free_strings(strs);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| syms.c | 933 bfd_byte *strs; member in struct:stab_find_info 1061 if (!bfd_malloc_and_get_section (abfd, info->strsec, &info->strs)) 1066 info->strs[strsize - 1] = 0; 1085 free (info->strs); 1086 info->strs = NULL; 1177 free (info->strs); 1178 info->strs = NULL; 1197 for (i = 0, stab = info->stabs, nul_str = str = info->strs; 1205 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff) 1242 if (file_name >= (char *) info->strs + strsiz [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| syms.c | 934 bfd_byte *strs; member in struct:stab_find_info 1062 if (!bfd_malloc_and_get_section (abfd, info->strsec, &info->strs)) 1067 info->strs[strsize - 1] = 0; 1086 free (info->strs); 1087 info->strs = NULL; 1178 free (info->strs); 1179 info->strs = NULL; 1198 for (i = 0, stab = info->stabs, nul_str = str = info->strs; 1206 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff) 1243 if (file_name >= (char *) info->strs + strsiz [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| syms.c | 933 bfd_byte *strs; member in struct:stab_find_info 1061 if (!bfd_malloc_and_get_section (abfd, info->strsec, &info->strs)) 1066 info->strs[strsize - 1] = 0; 1085 free (info->strs); 1086 info->strs = NULL; 1177 free (info->strs); 1178 info->strs = NULL; 1197 for (i = 0, stab = info->stabs, nul_str = str = info->strs; 1205 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff) 1242 if (file_name >= (char *) info->strs + strsiz [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| syms.c | 934 bfd_byte *strs; member in struct:stab_find_info 1062 if (!bfd_malloc_and_get_section (abfd, info->strsec, &info->strs)) 1067 info->strs[strsize - 1] = 0; 1086 free (info->strs); 1087 info->strs = NULL; 1178 free (info->strs); 1179 info->strs = NULL; 1198 for (i = 0, stab = info->stabs, nul_str = str = info->strs; 1206 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff) 1243 if (file_name >= (char *) info->strs + strsiz [all...] |
| /src/external/cddl/osnet/dist/lib/libctf/common/ |
| ctf_lib.c | 291 char *strs; local 381 strs = (char *)strs_map + 405 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) { 406 ctfsect.cts_name = strs + shp->sh_name; 414 symsect.cts_name = strs + shp->sh_name; 421 strsect.cts_name = strs + lhp->sh_name;
|
| /src/usr.bin/infocmp/ |
| infocmp.c | 258 if (VALID_STRING(t->strs[i]) || 259 (aflag && t->strs[i] == CANCELLED_STRING)) 263 ents[n++].str = t->strs[i]; 484 if (t1->strs[i] != ABSENT_STRING || 485 t2->strs[i] != ABSENT_STRING) 565 if (terms[j]->strs[i] == ABSENT_STRING || 566 terms[j]->strs[i] == CANCELLED_STRING) 570 if (VALID_STRING(term->strs[i]) && 571 strcmp(term->strs[i], 572 terms[j]->strs[i]) == 0 [all...] |