Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ulib/ngunwind/src/mi/
A Dcommon.c31 unwi_print_error (const char *string) in unwi_print_error() argument
33 return write (2, string, strlen (string)); in unwi_print_error()
/third_party/uapp/dash/src/
A Dtrap.c408 static int decode_signum(const char *string) in decode_signum() argument
412 if (is_number(string)) { in decode_signum()
413 signo = atoi(string); in decode_signum()
421 int decode_signal(const char *string, int minsig) in decode_signal() argument
425 signo = decode_signum(string); in decode_signal()
430 if (!strcasecmp(string, signal_names[signo])) { in decode_signal()
A Dmystring.c103 prefix(const char *string, const char *pfx) in prefix() argument
106 if (*pfx++ != *string++) in prefix()
109 return (char *) string; in prefix()
A Dinput.c370 sp->string = s; in pushstring()
389 if (sp->string != sp->ap->val) { in popstring()
390 ckfree(sp->string); in popstring()
459 setinputstring(char *string) in setinputstring() argument
463 parsefile->nextc = string; in setinputstring()
464 parsefile->nleft = strlen(string); in setinputstring()
A Dinput.h51 char *string; /* remember the string since it may change */ member
A Dnodetypes45 # string - a pointer to a nul terminated string
95 var string # the for variable
113 text string
119 text string # the text of the word
A Dexpand.c1024 ifsbreakup(char *string, int maxargs, struct arglist *arglist) in ifsbreakup() argument
1037 start = string; in ifsbreakup()
1044 p = string + ifsp->begoff; in ifsbreakup()
1048 while (p < string + ifsp->endoff) { in ifsbreakup()
1495 patmatch(char *pattern, const char *string) in patmatch() argument
1497 return pmatch(preglob(pattern, 0), string); in patmatch()
1539 pmatch(const char *pattern, const char *string) in pmatch() argument
1545 q = string; in pmatch()
A DTOUR99 string was going to be:
177 The locations of these commands in the string are indicated by
249 same string as the value (using the format "name=value") so that
250 no string copying is needed to create the environment of a com-
329 input to come from a string rather than a file. (This is for the
A Dnodes.c.pat322 // string.
328 // the node or the string in the encoding process, which isn't meaningful to
/third_party/ulib/musl/src/time/
A Dstrftime.c56 goto string; in __strftime_fmt_1()
61 goto string; in __strftime_fmt_1()
67 goto string; in __strftime_fmt_1()
72 goto string; in __strftime_fmt_1()
198 goto string; in __strftime_fmt_1()
210 string: in __strftime_fmt_1()
/third_party/ulib/musl/third_party/tre/
A Dregexec.c150 static reg_errcode_t tre_tnfa_run_parallel(const tre_tnfa_t* tnfa, const void* string, in tre_tnfa_run_parallel() argument
154 const char* str_byte = string; in tre_tnfa_run_parallel()
513 static reg_errcode_t tre_tnfa_run_backtrack(const tre_tnfa_t* tnfa, const void* string, in tre_tnfa_run_backtrack() argument
517 const char* str_byte = string; in tre_tnfa_run_backtrack()
680 result = strncmp((const char*)string + so, str_byte - 1, (size_t)bt_len); in tre_tnfa_run_backtrack()
858 int regexec(const regex_t* restrict preg, const char* restrict string, size_t nmatch, in regexec() argument
874 status = tre_tnfa_run_backtrack(tnfa, string, tags, eflags, &eo); in regexec()
877 status = tre_tnfa_run_parallel(tnfa, string, tags, eflags, &eo); in regexec()
/third_party/ulib/linenoise/
A DREADME.markdown136 list of items that are completions for the current string.
173 possible to show on the right of the prompt a string `<name> <url>`.
191 The callback function returns the string that should be displayed or NULL
193 string will be trimmed as needed depending on the number of columns available
196 It is possible to return a string allocated in dynamic way, by also registering
197 a function to deallocate the hint string once used:
201 The free hint callback will just receive the pointer and free the string
/third_party/uapp/dash/
A Drules.mk72 MODULE_CFLAGS += -Wno-gnu-designator -Wno-format-security -Wno-string-plus-int
/third_party/ulib/backtrace/
A Ddwarf.c252 const char *string; member
782 val->u.string = (const char *) buf->buf; in read_attribute()
813 val->u.string = (const char *) dwarf_str + offset; in read_attribute()
1422 u->filename = val.u.string; in find_address_ranges()
1428 u->comp_dir = val.u.string; in find_address_ranges()
2194 ret = val.u.string; in read_referenced_name()
2200 return val.u.string; in read_referenced_name()
2468 function->name = val.u.string; in read_function_entry()
2475 function->name = val.u.string; in read_function_entry()
A Dconfig.h.in46 /* Define to 1 if you have the <string.h> header file. */
/third_party/lib/acpica/generate/lint/
A Doptions.lnt83 -e784 // Allow "Nul character truncated from string" for lookup tables
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_macros.h.in38 * cpp-based string concatenation, e.g.
/third_party/lib/acpica/generate/unix/
A Dreadme.txt105 mainly of performing a series of string replacements and transformations
/third_party/ulib/jemalloc/test/include/test/
A Djemalloc_test.h.in14 #include <string.h>
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dlibunwind_i.h220 extern int unwi_print_error (const char *string);
/third_party/lib/acpica/
A Dchanges.txt4764 string, and 2) the entire string is uppercased. Both repairs are in
10155 string where the resulting output string is of zero length. It now
10157 returns a valid, null terminated string object instead of a string object
10550 string is interpreted as a hexadecimal constant. Each string character is
10832 an error if an attempt is made to convert a null string, a string of only
10984 string
10990 string to be produced.
11327 Fixed a problem where the string length in the string object created as a
11486 string conversion - byte-wise conversion of buffer to string of hex
12401 optional string elements.
[all …]
/third_party/lib/acpica/tests/misc/
A Dbadcode.asl35 // Inadvertent use of single backslash in a string
A Dgrammar.asl5890 // TBD: SizeOf ("string")
5895 // buffer, string, package,
5897 // buffer, string, package,
6403 // Arg0: first string to compare
6404 // Arg1: second string to compare
6407 // check if first string's length is less than second string's length
7061 "A short string",
8669 // direct string, string;
8766 // Namespace entry string reference
8786 // direct string reference
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_defs.h.in313 /* config.malloc_conf options string. */
/third_party/ulib/musl/ldso/
A Ddynlink.c689 const char* string, size_t len) { in format_string() argument
690 return memcpy(p, string, len) + len; in format_string()
718 __NO_SAFESTACK static char* format_hex_string(char* p, const uint8_t* string, in format_hex_string() argument
721 uint8_t byte = string[i]; in format_hex_string()

Completed in 62 milliseconds

12