Home
last modified time | relevance | path

Searched refs:strdup_len (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgconvert.c861 strdup_len (const gchar *string, in strdup_len() function
1011 return strdup_len (opsysstring, len, bytes_read, bytes_written, error); in g_locale_to_utf8()
1060 return strdup_len (utf8string, len, bytes_read, bytes_written, error); in g_locale_from_utf8()
1272 return strdup_len (opsysstring, len, bytes_read, bytes_written, error); in g_filename_to_utf8()
1322 return strdup_len (utf8string, len, bytes_read, bytes_written, error); in g_filename_from_utf8()
/third_party/quickjs/
Drun-test262.c125 char *strdup_len(const char *str, int len) in strdup_len() function
190 return strdup_len(filename, p - filename); in get_basename()
339 pp = strdup_len(p0, p + 3 - p0); in namelist_add_from_error_file()
1096 return strdup_len(q, r - q); in find_error()
1255 error_class = strdup_len(msg, strcspn(msg, ":")); in eval_buf()
1444 option = strdup_len(p0, p - p0); in get_option()
1640 error_type = strdup_len(q, strcspn(q, " \n")); in run_test()
1681 ifile = strdup_len(p, strcspn(p, "\"")); in run_test()
/third_party/mksh/
Dsh.h701 size_t strdup_len = strlen(strdup_src) + 1; \
702 strdup_dst = alloc(strdup_len, (ap)); \
703 memcpy(strdup_dst, strdup_src, strdup_len); \