Searched refs:defmap (Results 1 – 1 of 1) sorted by relevance
52 static afpmap *defmap; /* the default mapping */ variable1592 if((defmap = (afpmap *)malloc(sizeof(afpmap))) == NULL)1596 defmap->extn = DEFMATCH;1599 strcpy(defmap->type, BLANK);1600 strcpy(defmap->creator, BLANK);1603 t = defmap->type;1609 c = defmap->creator;1615 defmap->elen = 0;1618 defmap->fdflags = fdflags;1679 free(defmap);[all …]