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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/usr.bin/strings/
Makefile 3 PROG= strings
  /src/external/gpl3/binutils.old/usr.bin/strings/
Makefile 3 PROG= strings
  /src/lib/libc/string/
Lint_ffs.c 8 #include <strings.h>
  /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/external/cddl/osnet/include/
strings.h 1 /* $NetBSD: strings.h,v 1.4 2018/05/28 21:05:08 chs Exp $ */
28 * $FreeBSD: head/cddl/compat/opensolaris/include/strings.h 177698 2008-03-28 22:16:18Z jb $
35 #include_next <strings.h>
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ARMAttributeParser.cpp 83 static const char *strings[] = { local
90 return parseStringAttribute("CPU_arch", tag, makeArrayRef(strings));
111 static const char *strings[] = {"Not Permitted", "Permitted"}; local
112 return parseStringAttribute("ARM_ISA_use", tag, makeArrayRef(strings));
116 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; local
117 return parseStringAttribute("THUMB_ISA_use", tag, makeArrayRef(strings));
121 static const char *strings[] = { local
124 return parseStringAttribute("FP_arch", tag, makeArrayRef(strings));
128 static const char *strings[] = {"Not Permitted", "WMMXv1", "WMMXv2"}; local
129 return parseStringAttribute("WMMX_arch", tag, makeArrayRef(strings));
133 static const char *strings[] = {"Not Permitted", "NEONv1", "NEONv2+FMA", local
139 static const char *strings[] = {"Not Permitted", "MVE integer", local
145 static const char *strings[] = { local
152 static const char *strings[] = {"v6", "Static Base", "TLS", "Unused"}; local
157 static const char *strings[] = {"Absolute", "PC-relative", "SB-relative", local
163 static const char *strings[] = {"Absolute", "PC-relative", "Not Permitted"}; local
168 static const char *strings[] = {"Not Permitted", "Direct", "GOT-Indirect"}; local
173 static const char *strings[] = {"Not Permitted", "Unknown", "2-byte", local
179 static const char *strings[] = {"IEEE-754", "Runtime"}; local
184 static const char *strings[] = {"Unsupported", "IEEE-754", "Sign Only"}; local
189 static const char *strings[] = {"Not Permitted", "IEEE-754"}; local
193 static const char *strings[] = {"Not Permitted", "IEEE-754"}; local
199 static const char *strings[] = {"Not Permitted", "Finite Only", "RTABI", local
206 static const char *strings[] = {"Not Permitted", "8-byte alignment", local
225 static const char *strings[] = {"Not Required", "8-byte data alignment", local
244 static const char *strings[] = {"Not Permitted", "Packed", "Int32", local
250 static const char *strings[] = {"Tag_FP_arch", "Single-Precision", "Reserved", local
256 static const char *strings[] = {"AAPCS", "AAPCS VFP", "Custom", local
262 static const char *strings[] = {"AAPCS", "iWMMX", "Custom"}; local
267 static const char *strings[] = { local
276 static const char *strings[] = { local
310 static const char *strings[] = {"Not Permitted", "v6-style"}; local
316 static const char *strings[] = {"If Available", "Permitted"}; local
321 static const char *strings[] = {"Not Permitted", "IEEE-754", "VFPv3"}; local
327 static const char *strings[] = {"Not Permitted", "Permitted"}; local
332 static const char *strings[] = {"If Available", "Not Permitted", "Permitted"}; local
337 static const char *strings[] = {"Not Permitted", "Permitted"}; local
342 static const char *strings[] = {"Not Permitted", "Permitted"}; local
347 static const char *strings[] = {"Not Permitted", "TrustZone", local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/man/
envsubst.x 2 envsubst \- substitutes environment variables in shell format strings
  /src/external/gpl2/gettext/dist/gettext-tools/man/
xgettext.x 2 xgettext \- extract gettext strings from source
  /src/external/apache2/llvm/bin/llvm-strings/
Makefile 3 PROG_CXX= llvm-strings
8 .PATH: ${LLVM_SRCDIR}/tools/llvm-strings
10 SRCS= llvm-strings.cpp
  /src/crypto/external/apache2/openssl/dist/test/recipes/
02-test_errstr.t 10 no strict 'refs'; # To be able to use strings as function refs
70 skip "perl error strings and ssystem error strings for errcode 0 differ", 1
113 my @strings = @_;
118 if (scalar @strings > 1) {
120 . join("', '", @strings) . "' )";
122 $desc = "match '$first' ($desc) with '$strings[0]'";
127 @strings
134 my @strings = @_;
143 return match_any($reason, $errcode_hex, @strings);
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
02-test_errstr.t 10 no strict 'refs'; # To be able to use strings as function refs
70 skip "perl error strings and ssystem error strings for errcode 0 differ", 1
113 my @strings = @_;
118 if (scalar @strings > 1) {
120 . join("', '", @strings) . "' )";
122 $desc = "match '$first' ($desc) with '$strings[0]'";
127 @strings
134 my @strings = @_;
142 return match_any($reason, $errcode_hex, @strings);
    [all...]
  /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...]
  /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/external/bsd/ipf/dist/lib/
save_nothing.c 28 nothing_parse(char **strings)
32 strings = strings; /* gcc -Wextra */
save_file.c 32 file_parse(strings)
33 char **strings;
41 if (strings[0] != NULL && strings[0][0] != '\0') {
43 if (!strncmp(strings[0], "raw://", 6)) {
45 ctx->path = strdup(strings[0] + 6);
47 } else if (!strncmp(strings[0], "file://", 7)) {
48 ctx->path = strdup(strings[0] + 7);
  /src/common/lib/libc/string/
ffsll.c 35 #include <strings.h>
ffsl.c 35 #include <strings.h>
  /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/cddl/osnet/dist/lib/libdtrace/common/
dt_string.h 30 #include <strings.h>
  /src/external/mit/libcbor/dist/docs/doxygen/search/
files_9.js 9 ['strings_2ec',['strings.c',['../strings_8c.html',1,'']]],
10 ['strings_2eh',['strings.h',['../strings_8h.html',1,'']]]
  /src/external/mit/isl/dist/
isl_config_post.h 6 #include <strings.h>
19 #include <strings.h>
  /src/crypto/external/bsd/heimdal/dist/kadmin/
mod.c 62 struct getarg_strings *strings)
73 if (strings->num_strings == 1 && strings->strings[0][0] == '\0') {
81 calloc(strings->num_strings,
83 ext.data.u.allowed_to_delegate_to.len = strings->num_strings;
85 for (i = 0; i < strings->num_strings; i++) {
86 ret = krb5_parse_name(contextp, strings->strings[i], &p);
109 struct getarg_strings *strings)
    [all...]
  /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...]
  /src/distrib/utils/libhack/
strcasecmp.c 8 #include <strings.h>

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>