HomeSort by: relevance | last modified time | path
    Searched refs:stalloc (Results 1 - 19 of 19) sorted by relevancy

  /src/bin/sh/
memalloc.h 53 pointer stalloc(int);
79 #define grabstackstr(p) stalloc((p) - stackblock())
cd.c 117 d = stalloc(strlen(curdir) + strlen(argptr[1]) + 1);
149 cp = stalloc((int)strlen(p) + 1);
157 cp = stalloc((int)strlen(p) + 1);
171 cp = stalloc(strlen(p) + 1);
204 cdcomppath = stalloc(strlen(dest) + 1);
315 cdcomppath = stalloc(strlen(dir) + 1);
495 pwd = stalloc(i);
515 pwd = stalloc(MAXPWD);
parser.c 204 n3 = stalloc(sizeof(struct nredir));
215 n1 = stalloc(sizeof(struct nbinary));
221 n3 = stalloc(sizeof(struct nbinary));
279 n3 = stalloc(sizeof(struct nbinary));
309 pipenode = stalloc(sizeof(struct npipe));
312 lp = stalloc(sizeof(struct nodelist));
317 lp = stalloc(sizeof(struct nodelist));
328 n2 = stalloc(sizeof(struct nnot));
375 n1 = stalloc(sizeof(struct nif));
382 n2->nif.elsepart = stalloc(sizeof(struct nif))
    [all...]
memalloc.c 125 stalloc(int nbytes) function in typeref:typename:pointer
255 char *p = stalloc(newlen);
378 str = (char *)stalloc((int)tlen + 1); /* 1 for \0 */
arith_token.c 113 a_t_val.name = stalloc(buf - p + 1);
alias.c 205 aliases = stalloc(n * (int)(sizeof aliases[0]));
expand.c 155 return stalloc(len + 1); /* include the \0 */
225 sp = stalloc(sizeof(*sp));
1389 sp = stalloc(sizeof(*sp));
1438 sp = stalloc(sizeof(*sp));
1480 sp = stalloc(sizeof(*sp));
1749 p = stalloc(strlen(name) + 1);
1751 sp = stalloc(sizeof(*sp));
options.c 454 ap2 = ss = (char **)stalloc(n * sizeof(char *));
histedit.c 879 editcmd = stalloc(cmdlen);
var.c 706 ep = env = stalloc((nenv + 1) * sizeof *env);
eval.c 946 argv = stalloc(sizeof (char *) * (argc + 1));
  /src/bin/sh/bltin/
bltin.h 102 pointer stalloc(int);
  /src/sys/arch/atari/atari/
stalloc.c 1 /* $NetBSD: stalloc.c,v 1.20 2023/01/24 07:57:20 mlelstv Exp $ */
37 __KERNEL_RCSID(0, "$NetBSD: stalloc.c,v 1.20 2023/01/24 07:57:20 mlelstv Exp $");
44 #include <atari/atari/stalloc.h>
atari_init.c 78 #include <atari/atari/stalloc.h>
  /src/sys/arch/atari/dev/
grfabs_tt.c 47 #include <atari/atari/stalloc.h>
atari5380.c 49 #include <atari/atari/stalloc.h>
grfabs_fal.c 48 #include <atari/atari/stalloc.h>
fd.c 64 #include <atari/atari/stalloc.h>
  /src/sys/arch/atari/conf/
files.atari 215 file arch/atari/atari/stalloc.c

Completed in 25 milliseconds