Home
last modified time | relevance | path

Searched refs:stalloc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/bin/sh/
H A Dcd.c114 d = stalloc(strlen(curdir) + strlen(argptr[1]) + 1); in cdcmd()
174 cdcomppath = stalloc(strlen(dest) + 1); in docd()
282 cdcomppath = stalloc(strlen(dir) + 1); in updatepwd()
462 pwd = stalloc(i); in find_curdir()
482 pwd = stalloc(MAXPWD); in find_curdir()
H A Dmemalloc.h54 pointer stalloc(int);
80 #define grabstackstr(p) stalloc((p) - stackblock())
H A Dmemalloc.c126 stalloc(int nbytes) in stalloc() function
256 char *p = stalloc(newlen); in growstackblock()
383 str = (char *)stalloc((int)tlen + 1); /* 1 for \0 */ in ststrcat()
H A Darith_token.c113 a_t_val.name = stalloc(buf - p + 1); in arith_token()
H A Dalias.c205 aliases = stalloc(n * (int)(sizeof aliases[0])); in list_aliases()
/netbsd-src/bin/sh/bltin/
H A Dbltin.h102 pointer stalloc(int);
/netbsd-src/sys/arch/atari/conf/
H A Dfiles.atari215 file arch/atari/atari/stalloc.c