Searched refs:defmap (Results 1 – 1 of 1) sorted by relevance
52 static afpmap *defmap; /* the default mapping */ variable1572 if((defmap = (afpmap *)malloc(sizeof(afpmap))) == NULL)1576 defmap->extn = DEFMATCH;1579 strcpy(defmap->type, BLANK);1580 strcpy(defmap->creator, BLANK);1583 t = defmap->type;1589 c = defmap->creator;1595 defmap->elen = 0;1598 defmap->fdflags = fdflags;1659 free(defmap);[all …]