Searched refs:nex_strdup (Results 1 – 4 of 4) sorted by relevance
87 stdout_data = nex_strdup(prop->data); in get_console_node_from_dt()107 *params_out = parms ? nex_strdup(parms) : NULL; in get_console_node_from_dt()109 *path_out = uart ? nex_strdup(uart) : NULL; in get_console_node_from_dt()
9 char *nex_strdup(const char *s) in nex_strdup() function
8 srcs-y += nex_strdup.c
34 char *nex_strdup(const char *s);
Completed in 6 milliseconds