Lines Matching refs:malloc
281 if (rtn = malloc(strlen(p)+1)) { /* Malloc() space */ in getquoted()
331 if (rtn = malloc(sizeof (struct attrval))) { in getattrval()
334 if (rtn->attr = malloc(strlen(p)+1)) { in getattrval()
419 if (recbuf = malloc(DTAB_BUFSIZ)) { in getnextrec()
548 if (rtnval = malloc(strlen(path)+1)) in _devtabpath()
556 if (rtnval = malloc(strlen(DTAB_PATH)+1)) in _devtabpath()
693 if (!(ent = malloc(sizeof (struct devtabent)))) { in _getdevtabent()
707 if (ent->attrstr = malloc(strlen(record)+1)) { in _getdevtabent()
729 if (ent->alias = malloc(strlen(p)+1)) { in _getdevtabent()
744 if (ent->cdevice = malloc(strlen(p)+1)) { in _getdevtabent()
759 if (ent->bdevice = malloc(strlen(p)+1)) { in _getdevtabent()
776 if (ent->pathname = malloc(strlen(p)+1)) { in _getdevtabent()