Searched refs:ecatalloc (Results 1 – 1 of 1) sorted by relevance
| /titanic_44/usr/src/cmd/zic/ |
| H A D | zic.c | 370 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp))) macro 422 cp = ecatalloc(cp, string); 605 fromname = ecatalloc(fromname, "/"); 606 fromname = ecatalloc(fromname, fromfield); 612 toname = ecatalloc(toname, "/"); 613 toname = ecatalloc(toname, tofield); 635 symlinkcontents = ecatalloc(symlinkcontents, 637 symlinkcontents = ecatalloc(symlinkcontents, fromname); 717 myname = ecatalloc(myname, "/."); 2263 wp = ecatalloc(wp, " ("); in newabbr() [all …]
|