Home
last modified time | relevance | path

Searched refs:vtMemRealloc (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/fossil/
H A Dfossil.c47 cmd = vtMemRealloc(cmd, (ncmd+1)*sizeof(char*)); in readCmdPart()
97 cmd = vtMemRealloc(cmd, (ncmd+1)*sizeof(char*)); in main()
H A DCcli.c87 cbox.cmd = vtMemRealloc(cbox.cmd, in cliAddCmd()
H A D9user.c227 g->group = vtMemRealloc(g->group, g->ngroup * sizeof(char*)); in _groupRemMember()
250 g->group = vtMemRealloc(g->group, (g->ngroup+1)*sizeof(char*)); in _groupAddMember()
/plan9/sys/src/liboventi/
H A Dplan9-io.c42 vtMemRealloc(void *p, int size) in vtMemRealloc() function
/plan9/sys/include/
H A Doventi.h225 void *vtMemRealloc(void *p, int);