Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sm_strdup_x
usr/src/cmd/sendmail/include/sm/string.h
53
# define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str)
usr/src/cmd/sendmail/libsm/strdup.c
92
sm_strdup_x(s)