Lines Matching defs:xmalloc
76 static char *xmalloc(unsigned int);
298 argstat = (struct stat64 *)xmalloc(argc * sizeof (*argstat));
299 devnames = (char **)xmalloc(argc * sizeof (char *));
964 xmalloc(unsigned int size)
981 new = (struct mnttab *)xmalloc(sizeof (*new));
984 (char *)xmalloc((unsigned)(strlen(mnt->mnt_special) + 1));
988 (char *)xmalloc((unsigned)(strlen(mnt->mnt_mountp) + 1));
992 (char *)xmalloc((unsigned)(strlen(mnt->mnt_fstype) + 1));
997 (char *)xmalloc((unsigned)(strlen(mnt->mnt_mntopts) + 1));
1035 mntl = (struct mntlist *)xmalloc(sizeof (*mntl));