OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMALLOC
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
5642
#define
XMALLOC
(type, num) ((type *)
xmalloc
((num) * sizeof(type)))
5655
void *
xmalloc
(size_t num);
5743
newargz =
XMALLOC
(char *, (size_t) argc + 1);
5838
XMALLOC
(char, (strlen (actual_cwrapper_path) +
5929
xmalloc
(size_t num)
5941
return string ? strcpy ((char *)
xmalloc
(strlen (string) + 1),
6070
XMALLOC
(char, tmp_len + 1 + strlen (wrapper) + 1);
6078
XMALLOC
(char, p_len + 1 + strlen (wrapper) + 1);
6095
concat_name =
XMALLOC
(char, tmp_len + 1 + strlen (wrapper) + 1)
[
all
...]
/src/sys/external/isc/libsodium/dist/
ltmain.sh
4269
#define
XMALLOC
(type, num) ((type *)
xmalloc
((num) * sizeof(type)))
4282
void *
xmalloc
(size_t num);
4365
newargz =
XMALLOC
(char *, argc + 1);
4460
XMALLOC
(char, (strlen (actual_cwrapper_path) +
4551
xmalloc
(size_t num)
4563
return string ? strcpy ((char *)
xmalloc
(strlen (string) + 1),
4692
XMALLOC
(char, tmp_len + 1 + strlen (wrapper) + 1);
4700
XMALLOC
(char, p_len + 1 + strlen (wrapper) + 1);
4717
concat_name =
XMALLOC
(char, tmp_len + 1 + strlen (wrapper) + 1)
[
all
...]
Completed in 47 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025