Searched refs:Ctype (Results 1 – 2 of 2) sorted by relevance
6 typedef struct Ctype Ctype; typedef47 struct Ctype { struct52 Ctype *next; argument55 Ctype ctype[] = {177 int plumb(Message*, Ctype*);215 Ctype *cp; in main()691 Ctype*697 Ctype *a, *cp; in findctype()698 static Ctype nulltype = { "", 0, 0, 0 }; in findctype()699 static Ctype bintype = { "application/octet-stream", "bin", 0, 0 }; in findctype()[all …]
10 typedef struct Ctype Ctype; typedef17 Ctype *ctype;75 struct Ctype { struct81 Ctype ctype[] = { argument91 Ctype *mimetypes;829 Ctype *c; in mkattach()1753 mimetypes = emalloc(alloced*sizeof(Ctype)); in readmimetypes()1772 mimetypes = erealloc(mimetypes, alloced*sizeof(Ctype)); in readmimetypes()