Searched refs:_strdup_null (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsecdb.c301 data[i].value = _strdup_null(value);
328 new_data[i].key = _strdup_null(old_data[i].key);
329 new_data[i].value = _strdup_null(old_data[i].value);
387 return (_strdup_null(NULL));
H A Dgetexecattr.c422 new_exec->name = _strdup_null(old_exec->name);
423 new_exec->type = _strdup_null(old_exec->type);
424 new_exec->policy = _strdup_null(old_exec->policy);
425 new_exec->res1 = _strdup_null(old_exec->res1);
426 new_exec->res2 = _strdup_null(old_exec->res2);
427 new_exec->id = _strdup_null(old_exec->id);
428 new_exec->attr = _strdup_null(old_exec->attr);
H A Dparse.c140 _strdup_null(const char *s) function
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdaent.c525 ndata[i].key = _strdup_null(odata[i].key);
526 ndata[i].value = _strdup_null(odata[i].value);

Completed in 27 milliseconds