Searched refs:vmstrdup (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libast/common/vmalloc/ |
H A D | vmstrdup.c | 35 char* vmstrdup(Vmalloc_t* v, register const char* s) in vmstrdup() function 37 char* vmstrdup(v, s) in vmstrdup()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | mc.c | 258 if (!(sp = sfgetr(ip, 0, 0)) || !(mc->translation = vmstrdup(vm, sp))) in mcopen() 502 if (!(s = vmstrdup(mc->vm, msg))) in mcput()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 181 extern char* vmstrdup _ARG_((Vmalloc_t*, const char*));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 181 extern char* vmstrdup _ARG_((Vmalloc_t*, const char*));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 181 extern char* vmstrdup _ARG_((Vmalloc_t*, const char*));
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 181 extern char* vmstrdup _ARG_((Vmalloc_t*, const char*));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 181 extern char* vmstrdup _ARG_((Vmalloc_t*, const char*));
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 684 vmstrdup;
|
H A D | Makefile.com | 621 common/vmalloc/vmstrdup.o \
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 549 if (!(fp->dirs[q] = vmstrdup(fp->vm, b))) in findopen() 560 if (!(fp->dirs[q] = vmstrdup(fp->vm, b))) in findopen()
|
H A D | magic.c | 1830 ep->expr = vmstrdup(mp->vm, p); in load() 2145 ep->desc = vmstrdup(mp->vm, p2); in load() 2150 ep->mime = vmstrdup(mp->vm, p); in load()
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | pplib.h | 859 #define strdup(s) vmstrdup(Vmregion,s)
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 267 06-10-11 strdup.c,vmstrdup.c: handle 0 arg 1359 vmalloc.h: add vmstrdup() prototype 1577 fix vmstrdup() macro arg miscount
|