Home
last modified time | relevance | path

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

12

/third_party/ulib/musl/src/locale/
A Dlanginfo.c67 const char* str; in __nl_langinfo_l() local
76 str = c_numeric; in __nl_langinfo_l()
81 str = c_time; in __nl_langinfo_l()
86 str = ""; in __nl_langinfo_l()
91 str = c_messages; in __nl_langinfo_l()
97 for (; idx; idx--, str++) in __nl_langinfo_l()
98 for (; *str; str++) in __nl_langinfo_l()
100 if (cat != LC_NUMERIC && *str) in __nl_langinfo_l()
101 str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
102 return (char*)str; in __nl_langinfo_l()
/third_party/ulib/musl/src/regex/
A Dfnmatch.c34 if (str[0] >= 128U) { in str_next()
45 return str[0]; in str_next()
193 str += sinc; in fnmatch_internal()
232 n = strnlen(str, n); in fnmatch_internal()
233 endstr = str + n; in fnmatch_internal()
278 s = str; in fnmatch_internal()
285 str = s; in fnmatch_internal()
304 k = str_next(str, endstr - str, &sinc); in fnmatch_internal()
308 for (str++; str_next(str, endstr - str, &sinc) < 0; str++) in fnmatch_internal()
327 if (fnmatch_internal(pat, p - pat, str, s - str, flags)) in fnmatch()
[all …]
/third_party/uapp/dash/src/bltin/
A Dprintf.c278 c = ch = *str++; in conv_escape_str()
282 c = *str++; in conv_escape_str()
294 if (c == '0' && isodigit(*str)) in conv_escape_str()
295 str++; in conv_escape_str()
298 str = conv_escape(str - 1, &c); in conv_escape_str()
315 ch = *str; in conv_escape()
319 if (!isodigit(*str)) { in conv_escape()
328 value += octtobin(*str++); in conv_escape()
342 str++; in conv_escape()
345 return str; in conv_escape()
[all …]
/third_party/uapp/dash/src/
A Dmknodes.c77 static struct str str[MAXTYPES]; /* the structures */ variable
132 struct str *sp; in parsenode()
142 for (sp = str ; sp < str + nstr ; sp++) { in parsenode()
217 struct str *sp; in output()
232 for (sp = str ; sp < &str[nstr] ; sp++) { in output()
241 for (sp = str ; sp < &str[nstr] ; sp++) { in output()
295 struct str *sp; in outfunc()
311 for (sp = str ; sp < &str[nstr] ; sp++) { in outfunc()
374 struct str *sp; in outencode()
381 for (sp = str ; sp < &str[nstr] ; sp++) { in outencode()
[all …]
A Dexpand.c689 preglob(str, 0); in subevalvar()
1180 expandmeta(str, flag) in expandmeta() argument
1181 struct strlist *str; in expandmeta()
1186 while (str) {
1196 if (p != str->text)
1218 str = str->next;
1251 while (str) { in expandmeta()
1289 str = str->next; in expandmeta()
1653 return str; in _rmescapes()
1656 r = str; in _rmescapes()
[all …]
A Doutput.c358 char str[16]; in settitle() local
359 int n = snprintf(str, sizeof(str) - 1, "\033]2;%s", title); in settitle()
362 } else if ((size_t)n >= sizeof(str) - 1) { in settitle()
363 n = sizeof(str) - 2; // truncated in settitle()
365 str[n] = '\007'; in settitle()
366 str[n+1] = '\0'; in settitle()
367 out2str(str); in settitle()
A Djobs.c1389 const char *p, *str; in cmdputs() local
1403 str = 0; in cmdputs()
1411 str = "${#"; in cmdputs()
1413 str = "${"; in cmdputs()
1416 str = "\"}" + !(quoted & 1); in cmdputs()
1421 str = "$(...)"; in cmdputs()
1424 str = "$(("; in cmdputs()
1427 str = "))"; in cmdputs()
1450 str = cc; in cmdputs()
1458 if (!str) in cmdputs()
[all …]
A Dparser.c1103 char *str; in readtoken1() local
1105 str = alloca(len + 1); in readtoken1()
1106 *(char *)mempcpy(str, p, len) = 0; in readtoken1()
1108 pushstring(str, NULL); in readtoken1()
1311 char *str; in readtoken1() local
1315 str = NULL; in readtoken1()
1318 str = alloca(savelen); in readtoken1()
1319 memcpy(str, stackblock(), savelen); in readtoken1()
1412 if (str) { in readtoken1()
1413 memcpy(out, str, savelen); in readtoken1()
/third_party/lib/cortex-strings/src/aarch64/
A Dmemset.S98 str val, [dstin]
99 str val, [dstend, -8]
103 str valw, [dstin]
114 str q0, [dstin]
116 str q0, [dstend, -16]
118 str q0, [dstin, 16]
119 str q0, [dstend, -32]
126 str q0, [dstin, 16]
136 str q0, [dstin]
165 str q0, [dst, 16]
[all …]
A Dmemcpy.S134 str A_l, [dstin]
135 str A_h, [dstend, -8]
142 str A_lw, [dstin]
143 str A_hw, [dstend, -4]
A Dstrcpy.S173 str data2, [dst, #1]
174 str data1, [dstin]
195 str data2w, [dst, #-3]
196 str data1w, [dstin]
/third_party/ulib/musl/src/string/
A Dstrsep.c4 char* strsep(char** str, const char* sep) { in strsep() argument
5 char *s = *str, *end; in strsep()
13 *str = end; in strsep()
/third_party/ulib/ngunwind/src/arm/
A DGglobal.c48 const char* str = getenv ("UNW_ARM_UNWIND_METHOD"); in tdep_init() local
49 if (str) in tdep_init()
51 unwi_unwind_method = atoi (str); in tdep_init()
/third_party/ulib/ngunwind/src/mi/
A Dinit.c56 const char *str = getenv ("UNW_DEBUG_LEVEL"); in mi_init() local
58 if (str) in mi_init()
59 unwi_debug_level = atoi (str); in mi_init()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dutil_externs.h15 size_t malloc_vsnprintf(char *str, size_t size, const char *format,
17 size_t malloc_snprintf(char *str, size_t size, const char *format, ...)
/third_party/tools/android/
A Dmkdtimg24 print("some module is needed:" + str(e))
69 print('dtb_compress error:' + str(e))
126 print('write dtb error:' + str(e))
135 print('clean gz file error:' + str(e))
142 parser.add_argument('-d', '--dtb', help='path to the dtb', type=str,
A Dmkbootimg45 f.write(pack(str(pad) + 'x'))
169 if isinstance(img_id, str):
/third_party/lib/acpica/source/compiler/
A Dprparser.y82 char *str; member
177 EXPOP_PAREN_CLOSE { $$ = PrIsDefined (PrParserlval.str);}
179 | EXPOP_DEFINE EXPOP_IDENTIFIER { $$ = PrIsDefined (PrParserlval.str);}
181 | EXPOP_IDENTIFIER { $$ = PrResolveDefine (PrParserlval.str);}
A Dprparser.l51 PrParserlval.str = StringBuffer
/third_party/ulib/jemalloc/src/
A Dutil.c314 malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap) in malloc_vsnprintf() argument
321 str[i] = (c); \ in malloc_vsnprintf()
327 memcpy(&str[i], s, cpylen); \ in malloc_vsnprintf()
580 str[i] = '\0'; in malloc_vsnprintf()
582 str[size - 1] = '\0'; in malloc_vsnprintf()
593 malloc_snprintf(char *str, size_t size, const char *format, ...) in malloc_snprintf() argument
599 ret = malloc_vsnprintf(str, size, format, ap); in malloc_snprintf()
/third_party/lib/cortex-strings/no-neon/src/aarch64/
A Dmemset.S109 str A_l, [dst], #8
112 str A_lw, [dst], #4
183 str zva_len, [tmp2, #:lo12:.Lcache_clear]
189 str zva_len, [tmp2, #:lo12:.Lcache_clear]
/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
A Dsha256-armv8.S97 str x1,[x29,#112]
371 str w6,[sp,#12]
396 str w7,[sp,#0]
422 str w8,[sp,#4]
448 str w9,[sp,#8]
661 str w0,[sp,#4]
692 str w1,[sp,#8]
754 str w3,[sp,#0]
785 str w4,[sp,#4]
816 str w5,[sp,#8]
[all …]
/third_party/tools/android/avb/
A Davbtool462 signing_file.write(str(raw_data_to_sign))
1066 repr(str(self.data)), len(self.data)))
1080 padding = struct.pack(str(padding_size) + 'x')
1166 padding = struct.pack(str(padding_size) + 'x')
1227 str(RESERVED) + 's') # reserved
1328 padding = struct.pack(str(padding_size) + 'x')
1485 padding = struct.pack(str(padding_size) + 'x')
1595 padding = struct.pack(str(padding_size) + 'x')
1698 padding = struct.pack(str(padding_size) + 'x')
2767 if isinstance(release_string, (str, unicode)):
[all …]
/third_party/ulib/jemalloc/test/unit/
A Dstats_print.c94 parser_append(parser_t *parser, const char *str) in parser_append() argument
96 size_t len = strlen(str); in parser_append()
103 memcpy(&buf[parser->len], str, len + 1); in parser_append()
932 write_cb(void *opaque, const char *str) in write_cb() argument
935 if (parser_append(parser, str)) { in write_cb()
/third_party/ulib/jemalloc/bin/
A Djeprof.in3389 my $str = shift;
3391 return $str;
3651 my $str;
3652 read($self->{file}, $str, 8);
3657 if (substr($str, 6, 2) eq chr(0)x2) {
3659 } elsif (substr($str, 4, 2) eq chr(0)x2) {
3676 read($self->{file}, $str, 8);
3677 if (substr($str, 4, 4) eq chr(0)x4) {
3680 } elsif (substr($str, 0, 4) eq chr(0)x4) {
3697 my $str;
[all …]

Completed in 45 milliseconds

12