Home
last modified time | relevance | path

Searched refs:erealloc (Results 1 – 25 of 140) sorted by relevance

123456

/plan9/sys/src/cmd/diff/
H A Ddiff.h10 #define REALLOC(p, t, n) ((t *)erealloc((void *)(p), (n)*sizeof(t)))
17 void *erealloc(void *, unsigned);
/plan9/sys/src/cmd/unix/drawterm/
H A Dreadcons.c6 erealloc(void *v, ulong n) in erealloc() function
34 s = erealloc(s, strlen(s)+strlen(t)+1); in estrappend()
/plan9/sys/lib/dist/cmd/bzfs/
H A Dbzfs.h6 void *erealloc(void*, ulong);
/plan9/sys/src/cmd/auth/
H A Das.c18 void *erealloc(void*, ulong);
80 erealloc(void *p, ulong n) in erealloc() function
/plan9/sys/src/cmd/htmlroff/
H A Da.h53 void* erealloc(void*, uint);
145 #define runerealloc(r, n) (Rune*)erealloc(r, (n)*sizeof(Rune))
/plan9/sys/src/cmd/plumb/
H A Drules.c157 s = erealloc(s, n); in getline()
210 vars = erealloc(vars, (nvars+1)*sizeof(Var)); in setvariable()
562 rs->pat = erealloc(rs->pat, (rs->npat+1)*sizeof(Rule*)); in readruleset()
568 rs->act = erealloc(rs->act, (rs->nact+1)*sizeof(Rule*)); in readruleset()
623 rules = erealloc(rules, (n+2)*sizeof(Ruleset*)); in readrules()
640 s = erealloc(s, strlen(s)+strlen(t)+1); in concat()
746 rules = erealloc(rules, (n+2)*sizeof(Ruleset*)); in morerules()
H A Dplumber.h72 void* erealloc(void*, long);
/plan9/sys/src/cmd/auth/secstore/
H A DSConn.h34 void *erealloc(void*, ulong);
H A Dutil.c20 erealloc(void *p, ulong n) in erealloc() function
/plan9/sys/src/libsunrpc/
H A Demalloc.c22 erealloc(void *v, ulong n) in erealloc() function
H A Dfmt.c36 fmtProg = erealloc(fmtProg, sizeof(fmtProg[0])*(nfmtProg+16)); in sunFmtInstall()
/plan9/sys/src/cmd/acme/
H A Dfns.h79 void *erealloc(void*, uint);
92 #define runerealloc(a, b) (Rune*)erealloc((a), (b)*sizeof(Rune))
/plan9/sys/src/cmd/snap/
H A Dutil.c20 erealloc(void *v, ulong n) in erealloc() function
H A Dsnap.h59 void* erealloc(void*, ulong);
/plan9/sys/src/cmd/faces/
H A Dutil.c21 erealloc(void *v, ulong sz) in erealloc() function
H A Dfaces.h63 void *erealloc(void*, ulong);
/plan9/sys/src/cmd/rio/
H A Dfns.h20 void *erealloc(void*, uint);
/plan9/sys/src/cmd/execnet/
H A Ddat.h45 #define erealloc erealloc9p macro
/plan9/sys/src/cmd/webfs/
H A Dfns.h61 void* erealloc(void*, uint);
H A Dutil.c13 erealloc(void *a, uint n) in erealloc() function
/plan9/sys/src/cmd/aux/
H A Dacidleak.c18 erealloc(void *v, ulong sz) in erealloc() function
210 data = erealloc(data, adata * sizeof(Data)); in main()
225 block = erealloc(block, ablock * sizeof(Block)); in main()
/plan9/sys/src/cmd/sam/
H A Dstring.c34 p->s = erealloc(p->s, RUNESIZE*MAXSIZE); /* throw away the garbage */ in Strzero()
80 p->s = erealloc(p->s, n*RUNESIZE); in Strinsure()
/plan9/sys/src/cmd/replica/
H A Dall.h62 void *erealloc(void*, int);
/plan9/sys/src/cmd/disk/9660/
H A Dutil.c67 erealloc(void *v, ulong n) in erealloc() function
/plan9/sys/src/cmd/tapefs/
H A Dtapefs.h83 void *erealloc(void*, ulong);

123456