Searched refs:talloc_strndup (Results 1 – 4 of 4) sorted by relevance
129 char *talloc_strndup(const void *t, const char *p, size_t n);
464 char *talloc_strndup(const void *t, const char *p, size_t n);466 The talloc_strndup() function is the talloc equivalent of the C
1068 char *talloc_strndup(const void *t, const char *p, size_t n) in talloc_strndup() function
1808 char * name = talloc_strndup(NULL, key.dptr, key.dsize); in clean_store_()
Completed in 20 milliseconds