Searched refs:template (Results 1 – 2 of 2) sorted by relevance
131 static int __init make_tempfile(const char *template) in make_tempfile() argument156 tempname = malloc(strlen(tempdir) + strlen(template) + 1); in make_tempfile()161 strcat(tempname, template); in make_tempfile()
62 static const char *template = "tapXXXXXX"; variable230 strcpy(iface, template); in user_init_tap_fds()
Completed in 6 milliseconds