Searched refs:stalloc (Results 1 – 7 of 7) sorted by relevance
114 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()
54 pointer stalloc(int);80 #define grabstackstr(p) stalloc((p) - stackblock())
126 stalloc(int nbytes) in stalloc() function256 char *p = stalloc(newlen); in growstackblock()383 str = (char *)stalloc((int)tlen + 1); /* 1 for \0 */ in ststrcat()
113 a_t_val.name = stalloc(buf - p + 1); in arith_token()
205 aliases = stalloc(n * (int)(sizeof aliases[0])); in list_aliases()
102 pointer stalloc(int);
215 file arch/atari/atari/stalloc.c