Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/upas/ned/
H A Dnedmail.c6 typedef struct Ctype Ctype; typedef
47 struct Ctype { struct
52 Ctype *next; argument
55 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 …]
/plan9/sys/src/cmd/upas/marshal/
H A Dmarshal.c10 typedef struct Ctype Ctype; typedef
17 Ctype *ctype;
75 struct Ctype { struct
81 Ctype ctype[] = { argument
91 Ctype *mimetypes;
829 Ctype *c; in mkattach()
1753 mimetypes = emalloc(alloced*sizeof(Ctype)); in readmimetypes()
1772 mimetypes = erealloc(mimetypes, alloced*sizeof(Ctype)); in readmimetypes()