OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_clone
(Results
1 - 4
of
4
) sorted by null
/external/ltrace/
type.h
116
int
type_clone
(struct arg_type_info *retp, const struct arg_type_info *info);
type.c
272
if (*retpp == NULL ||
type_clone
(*retpp, info) < 0) {
302
type_clone
(struct arg_type_info *retp, const struct arg_type_info *info)
function
value.c
195
if (
type_clone
(retp->type, val->type) < 0) {
read_config_file.c
544
if (ninfo == NULL ||
type_clone
(ninfo, *infop) < 0) {
Completed in 236 milliseconds