Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
int
67
asprintf(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_present
Function · 0.85
pw_make
Function · 0.85
pw_make_v7
Function · 0.85
zfs_mod_supported_impl
Function · 0.85
nfs_init_tmpfile
Function · 0.85
nfs_init_tmpfile
Function · 0.85
zpool_find_import_scan_add_slice
Function · 0.85
zpool_open_func
Function · 0.85
dm_get_underlying_path
Function · 0.85
zfs_get_enclosure_sysfs_path
Function · 0.85
zfs_valid_proplist
Function · 0.85
lzbe_set_boot_device
Function · 0.85
Calls
1
vasprintf
Function · 0.85
Tested by
5
ztest_init
Function · 0.68
main
Function · 0.68
main
Function · 0.68
RTE_EAL_DEVARGS_FOREACH
Function · 0.68
ml_request_finish
Function · 0.68