Searched refs:_strdup_null (Results 1 – 9 of 9) sorted by relevance
48 extern char *_strdup_null(char *);358 new_exec->name = _strdup_null(old_exec->name); in _dup_execstr()359 new_exec->type = _strdup_null(old_exec->type); in _dup_execstr()360 new_exec->policy = _strdup_null(old_exec->policy); in _dup_execstr()361 new_exec->res1 = _strdup_null(old_exec->res1); in _dup_execstr()362 new_exec->res2 = _strdup_null(old_exec->res2); in _dup_execstr()363 new_exec->id = _strdup_null(old_exec->id); in _dup_execstr()364 new_exec->attr = _strdup_null(old_exec->attr); in _dup_execstr()
69 extern char *_strdup_null(char *);
141 _strdup_null(char *s) in _strdup_null() function
33 extern char *_strdup_null(char *);246 data[i].value = _strdup_null(value); in _insert2kva()273 new_data[i].key = _strdup_null(old_data[i].key); in _kva_dup()274 new_data[i].value = _strdup_null(old_data[i].value); in _kva_dup()310 dst = _strdup_null(src); in _do_unescape()314 dst = (tmp == NULL) ? _strdup_null(src) : tmp; in _do_unescape()
48 extern char *_strdup_null(char *);
33 extern char *_strdup_null(char *);527 ndata[i].key = _strdup_null(odata[i].key); in da_interpret()528 ndata[i].value = _strdup_null(odata[i].value); in da_interpret()
39 extern char *_strdup_null(char *);
474 if ((flags = _strdup_null((char *)auditflags)) == NULL) { in check_auditflags()
561 _strdup_null;