kstrdup (9) - Linux Manuals
kstrdup: allocate space for and copy an existing string
NAME
kstrdup - allocate space for and copy an existing string
SYNOPSIS
-
char * kstrdup(const char
* s, gfp_tgfp);
ARGUMENTS
s
-
- the string to duplicate
gfp
- the GFP mask used in the kmalloc call when allocating memory
COPYRIGHT