Home
last modified time | relevance | path

Searched refs:str (Results 1 – 25 of 2319) sorted by relevance

12345678910>>...93

/openbsd/lib/libssl/
H A Dssl_stat.c587 str = "CN"; in SSL_alert_desc_string()
590 str = "UM"; in SSL_alert_desc_string()
593 str = "BM"; in SSL_alert_desc_string()
596 str = "DF"; in SSL_alert_desc_string()
599 str = "HF"; in SSL_alert_desc_string()
602 str = "BC"; in SSL_alert_desc_string()
605 str = "UC"; in SSL_alert_desc_string()
608 str = "CR"; in SSL_alert_desc_string()
611 str = "CE"; in SSL_alert_desc_string()
614 str = "CU"; in SSL_alert_desc_string()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cpp23 str.clear(); in TEST()
27 str.clear(); in TEST()
31 str.clear(); in TEST()
35 str.clear(); in TEST()
39 str.clear(); in TEST()
43 str.clear(); in TEST()
47 str.clear(); in TEST()
58 str.clear(); in TEST()
63 str.clear(); in TEST()
92 str.clear(); in TEST()
[all …]
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBRegisterInfo.cpp47 char *end = str + sizeof(str); in Dump()
51 snprintf(str, sizeof(str), "%s", in Dump()
144 pos = str + strlen(str); in Dump()
161 pos = str + strlen(str); in Dump()
172 pos = str + strlen(str); in Dump()
183 pos = str + strlen(str); in Dump()
194 pos = str + strlen(str); in Dump()
205 pos = str + strlen(str); in Dump()
216 pos = str + strlen(str); in Dump()
226 pos = str + strlen(str); in Dump()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-pdp11.c317 while (*str != ' ' && *str != '\t' && *str != 0) in find_whitespace()
325 str = skip_whitespace (str); in parse_reg()
365 str = skip_whitespace (str); in parse_ac5()
435 str = skip_whitespace (str); in parse_op_no_deferred()
524 str = skip_whitespace (str); in parse_op_no_deferred()
547 str = skip_whitespace (str); in parse_op_no_deferred()
587 str = skip_whitespace (str); in parse_op_noreg()
606 str = skip_whitespace (str); in parse_op()
626 str = skip_whitespace (str); in parse_fop()
646 str = skip_whitespace (str); in parse_separator()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-pdp11.c258 while (*str != ' ' && *str != '\t' && *str != 0) in find_whitespace()
266 str = skip_whitespace (str); in parse_reg()
306 str = skip_whitespace (str); in parse_ac5()
400 str = skip_whitespace (str); in parse_op_no_deferred()
487 str = skip_whitespace (str); in parse_op_no_deferred()
509 str = skip_whitespace (str); in parse_op_no_deferred()
550 str = skip_whitespace (str); in parse_op_noreg()
569 str = skip_whitespace (str); in parse_op()
589 str = skip_whitespace (str); in parse_fop()
609 str = skip_whitespace (str); in parse_separator()
[all …]
H A Dtc-arm.c170 #define skip_whitespace(str) while (*(str) == ' ') ++(str) argument
3580 if (**str >= '0' && **str <= '9')
4082 if (* str == 's' || * str == 'S')
5788 while (**str && **str != ',')
6602 ++str;
7692 str++;
8082 if (*str == '|' || *str == '+')
10783 if (!ISDIGIT (*str) && *str != '-')
10795 for (imm = 0; *str && ISDIGIT (*str); ++str)
13457 while (str != NULL && *str != 0)
[all …]
/openbsd/regress/usr.bin/ssh/unittests/misc/
H A Dtest_strdelim.c25 char *orig, *str, *cp; in test_strdelim() local
32 cp = strdelim(&str); in test_strdelim()
34 cp = strdelim(&str); in test_strdelim()
41 cp = strdelim(&str); in test_strdelim()
49 cp = strdelim(&str); in test_strdelim()
51 cp = strdelim(&str); in test_strdelim()
59 cp = strdelim(&str); in test_strdelim()
62 cp = strdelim(&str); in test_strdelim()
70 cp = strdelim(&str); in test_strdelim()
73 cp = strdelim(&str); in test_strdelim()
[all …]
/openbsd/usr.sbin/nsd/
H A Dzparser.y742 rdata_soa: dname sp dname sp str sp str sp str sp str sp str trail
818 | str sp str trail
874 rdata_srv: str sp str sp str sp dname trail
884 rdata_naptr: str sp str sp str sp str sp str sp dname trail
927 rdata_ds: str sp str sp str sp str_sp_seq trail
936 rdata_dlv: str sp str sp str sp str_sp_seq trail
960 rdata_rrsig: str sp str sp str sp str sp str sp str sp str sp wire_dname sp str_sp_seq trail
985 rdata_nsec3: str sp str sp str sp str sp str nsec_seq
988 nsec3_add_params($1.str, $3.str, $5.str, $7.str, $7.len);
1000 rdata_nsec3_param: str sp str sp str sp str trail
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp20 str += ss.str(); in AppendFaultAddr()
145 std::string str; in GetCrashReasonString() local
150 str = "signal SIGSEGV"; in GetCrashReasonString()
154 return str; in GetCrashReasonString()
163 std::string str; in GetCrashReasonString() local
247 return str; in GetCrashReasonString()
277 str = "eIllegalOpcode"; in CrashReasonAsString()
286 str = "eIllegalTrap"; in CrashReasonAsString()
309 str = "eHardwareError"; in CrashReasonAsString()
323 str = "eFloatOverflow"; in CrashReasonAsString()
[all …]
/openbsd/usr.sbin/btrace/
H A Dprintf.c239 str++; in print_escape_str()
246 str++; in print_escape_str()
252 str--; in print_escape_str()
256 str--; in print_escape_str()
257 str += print_escape(str); in print_escape_str()
262 str++; in print_escape_str()
278 str++; in print_escape()
292 str++; in print_escape()
452 if (*str == '\"' || *str == '\'') { in getlong()
476 if (*str == '\"' || *str == '\'') { in getulong()
[all …]
/openbsd/bin/pax/
H A Dgen_subs.c209 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_ul()
210 ++str; in asc_ul()
218 if ((*str >= '0') && (*str <= '9')) in asc_ul()
220 else if ((*str >= 'A') && (*str <= 'F')) in asc_ul()
222 else if ((*str >= 'a') && (*str <= 'f')) in asc_ul()
228 while ((str < stop) && (*str >= '0') && (*str <= '7')) in asc_ul()
307 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_ull()
316 if ((*str >= '0') && (*str <= '9')) in asc_ull()
318 else if ((*str >= 'A') && (*str <= 'F')) in asc_ull()
320 else if ((*str >= 'a') && (*str <= 'f')) in asc_ull()
[all …]
/openbsd/usr.sbin/unbound/sldns/
H A Dwire2str.h253 char** str, size_t* str_len);
372 int sldns_wire2str_rr_buf(uint8_t* rr, size_t rr_len, char* str,
427 char* str, size_t str_len);
474 int sldns_wire2str_rcode_buf(int rcode, char* str, size_t len);
881 char** str, size_t* str_len);
956 int sldns_wire2str_edns_llq_print(char** str, size_t* str_len,
967 int sldns_wire2str_edns_ul_print(char** str, size_t* str_len,
989 int sldns_wire2str_edns_dau_print(char** str, size_t* str_len,
1000 int sldns_wire2str_edns_dhu_print(char** str, size_t* str_len,
1011 int sldns_wire2str_edns_n3u_print(char** str, size_t* str_len,
[all …]
/openbsd/sbin/unwind/libunbound/sldns/
H A Dwire2str.h253 char** str, size_t* str_len);
372 int sldns_wire2str_rr_buf(uint8_t* rr, size_t rr_len, char* str,
427 char* str, size_t str_len);
474 int sldns_wire2str_rcode_buf(int rcode, char* str, size_t len);
881 char** str, size_t* str_len);
956 int sldns_wire2str_edns_llq_print(char** str, size_t* str_len,
967 int sldns_wire2str_edns_ul_print(char** str, size_t* str_len,
989 int sldns_wire2str_edns_dau_print(char** str, size_t* str_len,
1000 int sldns_wire2str_edns_dhu_print(char** str, size_t* str_len,
1011 int sldns_wire2str_edns_n3u_print(char** str, size_t* str_len,
[all …]
/openbsd/lib/libcurses/
H A DCaps-ncurses424 userdef kDN3 str - alt down-cursor
429 userdef kEND3 str - alt end
430 userdef kEND4 str - shift+alt end
431 userdef kEND5 str - control end
434 userdef kHOM3 str - alt home
436 userdef kHOM5 str - control home
449 userdef kNXT3 str - alt next
451 userdef kNXT5 str - control next
454 userdef kPRV3 str - alt previous
464 userdef kUP str - shift up-cursor
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cpp263 EXPECT_EQ(str, StrChr(str, 'z')); in RunStrChrTestImpl()
264 EXPECT_EQ(str + 10, StrChr(str, 'q')); in RunStrChrTestImpl()
498 Ident(memcpy)(str + 1, str + 11, 10); in TEST()
499 Ident(memcpy)(str, str, 0); in TEST()
513 strcpy(str + 10, str); in TEST()
516 strcpy(str, str + 5); in TEST()
520 strncpy(str, str + 10, 10); in TEST()
524 strncpy(str + 11, str, 20); in TEST()
531 strcat(str, str + 10); in TEST()
534 strcat(str + 11, str); in TEST()
[all …]
/openbsd/regress/lib/libcrypto/asn1/
H A Drfc5280time.c27 const char *str; member
34 .str = "",
37 .str = "2015",
40 .str = "201509",
43 .str = "20150923",
46 .str = "20150923032700",
50 .str = "7001010000Z",
53 .str = "201509230327Z",
135 .str = "500101000000Z",
140 .str = "540226230640Z",
[all …]
/openbsd/lib/libcurses/tinfo/
H A Dcaptoinfo.c645 padding = str + strlen(str) - 1; in _nc_infotocap()
668 ++str; in _nc_infotocap()
676 ++str; in _nc_infotocap()
689 ++str; in _nc_infotocap()
692 ++str; in _nc_infotocap()
820 if ((str = strstr(str, ";m")) == 0) in _nc_infotocap()
834 str = strchr(str, ';'); in _nc_infotocap()
837 str = strchr(str, ';'); in _nc_infotocap()
840 str = strchr(str, ';'); in _nc_infotocap()
843 str = strchr(str, ';'); in _nc_infotocap()
[all …]
/openbsd/usr.bin/top/
H A Dcommands.c76 str += span; in next_field()
80 str++; in next_field()
85 return(str); in next_field()
288 str++; in kill_procs()
291 str++; in kill_procs()
314 str = nptr; in kill_procs()
332 } while ((str = next_field(str)) != NULL); in kill_procs()
356 str++; in renice_procs()
361 str++; in renice_procs()
379 if ((str = next_field(str)) == NULL) in renice_procs()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbigrat.pm48 my $str = shift;
76 $str =~ /^0[Xx]/ and
85 $str =~ /^0[Bb]/ and
107 my $str = shift;
123 if (CORE::length($str)) {
136 my $str = shift;
138 $str =~ s/^\s*//;
142 return _hex_core($str) if $str =~ /^0?[xX]/;
148 if ($str =~ /^0?[bB]/) {
161 if (CORE::length($str)) {
[all …]
H A Dbigfloat.pm58 my $str = shift;
86 $str =~ /^0[Xx]/ and
95 $str =~ /^0[Bb]/ and
117 my $str = shift;
133 if (CORE::length($str)) {
146 my $str = shift;
148 $str =~ s/^\s*//;
152 return _hex_core($str) if $str =~ /^0?[xX]/;
158 if ($str =~ /^0?[bB]/) {
171 if (CORE::length($str)) {
[all …]
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Ds390-mkopc.c71 char *str; in insertOpcode() local
83 str = opcode; in insertOpcode()
86 if (*str >= '0' && *str <= '9') in insertOpcode()
88 else if (*str >= 'a' && *str <= 'f') in insertOpcode()
90 else if (*str >= 'A' && *str <= 'F') in insertOpcode()
96 str ++; in insertOpcode()
134 char *str; in dumpTable() local
143 for (str = op_array[ix].opcode; *str != 0; str++) in dumpTable()
207 && (str[3] == 0 || str[3] == ',')) { in main()
211 && (str[5] == 0 || str[5] == ',')) { in main()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dindex.t42 my $str;
49 $str = $orig;
54 ok($str, $ret);
58 $str = $orig;
63 ok($str, $orig);
131 $str = $IsEBCDIC
264 ok($ret, $str);
278 $str = "ABCDEF";
412 $str = '';
417 $str = '';
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-mkopc.c72 char *str; in insertOpcode() local
84 str = opcode; in insertOpcode()
87 if (*str >= '0' && *str <= '9') in insertOpcode()
89 else if (*str >= 'a' && *str <= 'f') in insertOpcode()
91 else if (*str >= 'A' && *str <= 'F') in insertOpcode()
97 str ++; in insertOpcode()
135 char *str; in dumpTable() local
144 for (str = op_array[ix].opcode; *str != 0; str++) in dumpTable()
210 && (str[3] == 0 || str[3] == ',')) { in main()
214 && (str[5] == 0 || str[5] == ',')) { in main()
[all …]
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dtr_utf8.t25 my $str;
27 $str = $hiragana; $str =~ tr/ぁ-ん/ァ-ン/;
28 is($str, $katakana, "tr// # hiragana -> katakana");
29 $str = $katakana; $str =~ tr/ァ-ン/ぁ-ん/;
30 is($str, $hiragana, "tr// # hiragana -> katakana");
32 $str = $hiragana; eval qq(\$str =~ tr/ぁ-ん/ァ-ン/);
34 $str = $katakana; eval qq(\$str =~ tr/ァ-ン/ぁ-ん/);
37 $str = $hiragana; $str =~ s/([ぁ-ん])/$h2k{$1}/go;
39 $str = $katakana; $str =~ s/([ァ-ン])/$k2h{$1}/go;
51 my $str = qq/Gebääääääääääääääääääääude/;
[all …]
/openbsd/usr.bin/tr/
H A Dstr.c77 ++s->str; in next()
121 s->str += 2; in bracket()
128 s->str += 2; in bracket()
136 s->str += 1; in bracket()
225 s->str += 2; in genequiv()
238 stopval = *++s->str == '\\' ? backslash(s) : *s->str++; in genrange()
270 ++s->str; in genseq()
298 s->str++; in backslash()
308 if (s->str[i] < '0' || '7' < s->str[i]) in backslash()
315 s->str += i; in backslash()
[all …]

12345678910>>...93