Home
last modified time | relevance | path

Searched refs:_strdup_null (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c48 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()
H A Dnss.h69 extern char *_strdup_null(char *);
H A Dparse.c141 _strdup_null(char *s) in _strdup_null() function
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.c33 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()
H A Dgetexecattr.c48 extern char *_strdup_null(char *);
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdaent.c33 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()
H A Dgetdadefs.c39 extern char *_strdup_null(char *);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c474 if ((flags = _strdup_null((char *)auditflags)) == NULL) { in check_auditflags()
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers561 _strdup_null;