OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strdup_len
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/glib/
gconvert.c
1024
strdup_len
(const gchar *string,
function
1099
return
strdup_len
(opsysstring, len, bytes_read, bytes_written, error);
1140
return
strdup_len
(utf8string, len, bytes_read, bytes_written, error);
[
all
...]
/external/mksh/src/
sh.h
453
size_t
strdup_len
= strlen(strdup_src) + 1; \
454
strdup_dst = alloc(
strdup_len
, (ap)); \
455
memcpy(strdup_dst, strdup_src,
strdup_len
); \
[
all
...]
/external/bluetooth/glib/
ChangeLog.pre-2-2
913
* glib/gconvert.c (
strdup_len
): validate 'len' argument properly
[
all
...]
ChangeLog.pre-2-0
494
* glib/gconvert.c: (
strdup_len
): Not used on Windows, don't even
[
all
...]
Completed in 150 milliseconds