/titanic_51/usr/src/lib/libast/common/include/ |
H A D | stak.h | 50 #define stakalloc(n) stkalloc(stkstd,n) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | stak.h | 50 #define stakalloc(n) stkalloc(stkstd,n) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | stak.h | 59 #define stakalloc(n) stkalloc(stkstd,n) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | stak.h | 59 #define stakalloc(n) stkalloc(stkstd,n) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | stak.h | 59 #define stakalloc(n) stkalloc(stkstd,n) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | stak.h | 59 #define stakalloc(n) stkalloc(stkstd,n) macro
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | tee.c | 170 if (tp = (Tee_t*)stakalloc(sizeof(Tee_t) + argc * sizeof(int))) in b_tee()
|
H A D | paste.c | 247 if (!(streams = (Sfio_t**)stakalloc(n*sizeof(Sfio_t*)))) in b_paste()
|
H A D | chgrp.c | 346 if (!(m = (Map_t*)stakalloc(sizeof(Map_t)))) in b_chgrp()
|
H A D | wclib.c | 63 if (!(wp = (Wc_t*)stakalloc(sizeof(Wc_t)))) in wc_init()
|
H A D | cut.c | 142 if (!(cut = (Cut_t*)stakalloc(sizeof(Cut_t) + strlen(cp) * sizeof(int)))) in cutinit()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | tee.c | 170 if (tp = (Tee_t*)stakalloc(sizeof(Tee_t) + argc * sizeof(int))) in b_tee()
|
H A D | paste.c | 256 if (!(streams = (Sfio_t**)stakalloc(n*sizeof(Sfio_t*)))) in b_paste()
|
H A D | wclib.c | 66 if (!(wp = (Wc_t*)stakalloc(sizeof(Wc_t)))) in wc_init()
|
H A D | chgrp.c | 360 if (!(m = (Map_t*)stakalloc(sizeof(Map_t)))) in b_chgrp()
|
H A D | cut.c | 140 if (!(cut = (Cut_t*)stakalloc(sizeof(Cut_t) + strlen(cp) * sizeof(int)))) in cutinit()
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 298 string = stakalloc(c+1); in hist_subst()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | hist.c | 303 string = stakalloc(c+1); in hist_subst()
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 732 …top = ap = (globlist_t*)stakalloc((optlen ? 2 : 1) * strlen(pattern) + sizeof(globlist_t) + suflen… in glob() 764 argv = (char**)stakalloc((gp->gl_pathc + extra) * sizeof(char*)); in glob()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | glob.c | 748 top = ap = (globlist_t*)stakalloc((optlen ? 2 : 1) * strlen(pattern) + sizeof(globlist_t) + suflen + gp->gl_extra); in glob() 786 argv = (char**)stakalloc((gp->gl_pathc + extra) * sizeof(char*)); in glob()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 92 #define getnode(type) ((Shnode_t*)stakalloc(sizeof(struct type))) 621 r = (struct regnod*)stakalloc(sizeof(struct regnod)); in syncase() 854 slp = (struct slnod*)stakalloc(sizeof(struct slnod)+sizeof(struct functnod)); in funct() 874 struct dolnod *dp = (struct dolnod*)stakalloc(size); in funct() 891 ap = (struct argnod*)stakalloc(flag); in funct() 1857 dp = (struct dolnod*)stakalloc((unsigned)sizeof(struct dolnod) + ARG_SPARE*sizeof(char*) + argn*sizeof(char*)); in qscan()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 88 #define getnode(type) ((Shnode_t*)stakalloc(sizeof(struct type))) 596 r = (struct regnod*)stakalloc(sizeof(struct regnod)); in syncase() 804 slp = (struct slnod*)stakalloc(sizeof(struct slnod)+sizeof(struct functnod)); in funct() 826 ap = (struct argnod*)stakalloc(flag); in funct() 1732 …dp = (struct dolnod*)stakalloc((unsigned)sizeof(struct dolnod) + ARG_SPARE*sizeof(char*) + argn*si… in qscan()
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 221 comptr = (struct comnod*)stakalloc(sizeof(struct comnod)); in ed_expand()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | completion.c | 232 comptr = (struct comnod*)stakalloc(sizeof(struct comnod)); in ed_expand()
|
H A D | edit.c | 1680 cp = stakalloc(m=strlen(pattern)+6); 1718 mp = (Histmatch_t*)stakalloc(sizeof(Histmatch_t)+l); 1732 argv = av = (char**)stakalloc((ac+1)*sizeof(char*));
|