HomeSort by: relevance | last modified time | path
    Searched defs:strings (Results 1 - 25 of 290) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-array-decay.cc 22 const char *strings[10]; local
27 for (auto &i : strings)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus-array-decay.cc 22 const char *strings[10]; local
27 for (auto &i : strings)
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
sample_passwd_check.c 77 char *strings[2]; local
80 strings[0] = principal->name.name_string.val[0]; /* XXX */
81 strings[1] = NULL;
84 msg = FascistCheck(s, DICTPATH, strings);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
RISCVAttributeParser.cpp 42 static const char *strings[] = {"No unaligned access", "Unaligned access"}; local
43 return parseStringAttribute("Unaligned_access", tag, makeArrayRef(strings));
  /src/usr.bin/mail/
strings.c 1 /* $NetBSD: strings.c,v 1.19 2024/03/17 21:48:02 andvar Exp $ */
35 static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93";
37 __RCSID("$NetBSD: strings.c,v 1.19 2024/03/17 21:48:02 andvar Exp $");
45 * Strings handed out here are reclaimed at the top of the command
61 static struct strings { struct
79 struct strings *sp;
123 * Called to free all strings allocated
129 struct strings *sp;
151 struct strings *sp;
  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet-show.h 63 char **strings; member in struct:__anon997
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings);
30 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings,
33 void setStrings(const DebugStringTableSubsectionRef &Strings);
42 if (Strings && Checksums)
48 if (R.kind() == DebugSubsectionKind::StringTable && !Strings) {
64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } function in class:llvm::codeview::StringsAndChecksumsRef
67 bool hasStrings() const { return Strings != nullptr; }
77 const DebugStringTableSubsectionRef *Strings = nullptr;
89 void setStrings(const StringsPtr &SP) { Strings = SP;
92 const StringsPtr &strings() const { return Strings; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-strings/
llvm-strings.cpp 1 //===-- llvm-strings.cpp - Printable String dumping utility ---------------===//
9 // This program is a utility that works like binutils "strings", that is, it
10 // prints out printable strings in a binary, objdump, or archive file.
60 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { function
115 strings(llvm::outs(), File == "-" ? "{standard input}" : File,
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-3-prg.c 42 struct data_t strings[] = variable in typeref:struct:data_t
47 const int data_cnt = sizeof (strings) / sizeof (strings[0]);
77 printf ("%s - %s\n", strings[j].selection,
78 gettext (strings[j].description));
  /src/tests/lib/libexecinfo/
t_backtrace.c 71 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...]
t_sig_backtrace.c 138 char **strings = backtrace_symbols_fmt(array, size, "%n"); local
152 strcmp(strings[i], "handler") == 0) {
157 strncmp(strings[i], "__sigtramp_siginfo_",
163 strncmp(strings[i], "the_loop", strlen("the_loop")) == 0) {
168 strcmp(strings[i], "atf_tp_main") == 0) {
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getusershell.c 80 static char **curshell, **shells, *strings; variable
105 if (strings != NULL)
106 free(strings);
107 strings = NULL;
131 free(strings);
132 strings = NULL;
143 strings = malloc(cp - tmp);
144 if(strings == NULL) {
149 memcpy(strings, tmp, cp - tmp);
150 for(sp = shells, cp = strings; *cp; cp += strlen(cp) + 1, sp++
    [all...]
getarg.h 78 char **strings; member in struct:getarg_strings
  /src/external/mit/libuv/dist/src/unix/
qnx.c 121 struct strings_entry* strings = _SYSPAGE_ENTRY(_syspage_ptr, strings); local
131 (*cpu_infos)[i].model = strdup(&strings->data[cpuinfo->name]);
  /src/external/public-domain/xz/dist/src/common/
tuklib_physmem.c 136 const char *strings = SYSPAGE_ENTRY(strings)->data; local
139 if (strcmp(strings + entries[i].name, "ram") == 0)
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_local.h 96 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more than member in struct:ui_st
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_local.h 96 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more than member in struct:ui_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_local.h 96 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more than member in struct:ui_st
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_string.c 407 static const char *strings[] = variable
445 size = sizeof(strings) / sizeof(char *);
448 assert((test_strings[i] = strdup(strings[i])) != NULL);
450 /* Shuffle the test strings */
463 assertEqualString(test_strings[i], strings[i]);
  /src/external/gpl2/gmake/dist/
strcache.c 32 struct strcache *next; /* The next block of strings. */
34 int count; /* # of strings in this buffer (for stats). */
95 /* Hash table of strings in the cache. */
115 static struct hash_table strings; variable in typeref:struct:hash_table
121 char **slot = (char **) hash_find_slot (&strings, str);
129 hash_insert_at (&strings, key, slot);
176 hash_init (&strings, 1000, str_hash_1, str_hash_2, str_hash_cmp);
210 printf (_("\n%s # of strings in strcache: %d\n"), prefix, numstrs);
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
txt_16.c 24 int strings; local
32 strings = 0;
38 strings++;
49 strings++;
53 return strings == 0 ? ISC_R_UNEXPECTEDEND : ISC_R_SUCCESS;
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
txt_16.c 24 int strings; local
32 strings = 0;
38 strings++;
49 strings++;
53 return (strings == 0 ? ISC_R_UNEXPECTEDEND : ISC_R_SUCCESS);
  /src/lib/libterminfo/
tparm.c 55 char *strings[20]; member in struct:__anon561
72 stack->strings[stack->offset] = string;
92 *string = stack->strings[stack->offset];
  /src/usr.bin/config/
hash.c 58 * Interned strings are kept in a hash table. By making each string
59 * unique, the program can compare strings by comparing pointers.
79 static struct hashtab strings; variable in typeref:struct:hashtab
199 ht_init(&strings, 128);
215 ht = &strings;
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
changepw.c 847 static const char *strings[] = { local
861 return strings[result];

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>