| /plan9/sys/src/cmd/diff/ |
| H A D | diff.h | 10 #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 D | readcons.c | 6 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 D | bzfs.h | 6 void *erealloc(void*, ulong);
|
| /plan9/sys/src/cmd/auth/ |
| H A D | as.c | 18 void *erealloc(void*, ulong); 80 erealloc(void *p, ulong n) in erealloc() function
|
| /plan9/sys/src/cmd/htmlroff/ |
| H A D | a.h | 53 void* erealloc(void*, uint); 145 #define runerealloc(r, n) (Rune*)erealloc(r, (n)*sizeof(Rune))
|
| /plan9/sys/src/cmd/plumb/ |
| H A D | rules.c | 157 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 D | plumber.h | 72 void* erealloc(void*, long);
|
| /plan9/sys/src/cmd/auth/secstore/ |
| H A D | SConn.h | 34 void *erealloc(void*, ulong);
|
| H A D | util.c | 20 erealloc(void *p, ulong n) in erealloc() function
|
| /plan9/sys/src/libsunrpc/ |
| H A D | emalloc.c | 22 erealloc(void *v, ulong n) in erealloc() function
|
| H A D | fmt.c | 36 fmtProg = erealloc(fmtProg, sizeof(fmtProg[0])*(nfmtProg+16)); in sunFmtInstall()
|
| /plan9/sys/src/cmd/acme/ |
| H A D | fns.h | 79 void *erealloc(void*, uint); 92 #define runerealloc(a, b) (Rune*)erealloc((a), (b)*sizeof(Rune))
|
| /plan9/sys/src/cmd/snap/ |
| H A D | util.c | 20 erealloc(void *v, ulong n) in erealloc() function
|
| H A D | snap.h | 59 void* erealloc(void*, ulong);
|
| /plan9/sys/src/cmd/faces/ |
| H A D | util.c | 21 erealloc(void *v, ulong sz) in erealloc() function
|
| H A D | faces.h | 63 void *erealloc(void*, ulong);
|
| /plan9/sys/src/cmd/rio/ |
| H A D | fns.h | 20 void *erealloc(void*, uint);
|
| /plan9/sys/src/cmd/execnet/ |
| H A D | dat.h | 45 #define erealloc erealloc9p macro
|
| /plan9/sys/src/cmd/webfs/ |
| H A D | fns.h | 61 void* erealloc(void*, uint);
|
| H A D | util.c | 13 erealloc(void *a, uint n) in erealloc() function
|
| /plan9/sys/src/cmd/aux/ |
| H A D | acidleak.c | 18 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 D | string.c | 34 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 D | all.h | 62 void *erealloc(void*, int);
|
| /plan9/sys/src/cmd/disk/9660/ |
| H A D | util.c | 67 erealloc(void *v, ulong n) in erealloc() function
|
| /plan9/sys/src/cmd/tapefs/ |
| H A D | tapefs.h | 83 void *erealloc(void*, ulong);
|