Home
last modified time | relevance | path

Searched refs:defmap (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dapple.c52 static afpmap *defmap; /* the default mapping */ variable
1572 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 …]