MCPcopy Create free account
hub / github.com/F-Stack/f-stack / asprintf

Function asprintf

freebsd/libkern/asprintf.c:66–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int
67asprintf(char **buf, struct malloc_type *mtp, const char *format, ...)
68{
69 int ret;
70 va_list va;
71
72 va_start(va, format);
73 ret = vasprintf(buf, mtp, format, va);
74 va_end(va);
75
76 return (ret);
77}

Callers 15

feature_presentFunction · 0.85
pw_makeFunction · 0.85
pw_make_v7Function · 0.85
zfs_mod_supported_implFunction · 0.85
nfs_init_tmpfileFunction · 0.85
nfs_init_tmpfileFunction · 0.85
zpool_open_funcFunction · 0.85
dm_get_underlying_pathFunction · 0.85
zfs_valid_proplistFunction · 0.85
lzbe_set_boot_deviceFunction · 0.85

Calls 1

vasprintfFunction · 0.85

Tested by 5

ztest_initFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
RTE_EAL_DEVARGS_FOREACHFunction · 0.68
ml_request_finishFunction · 0.68