Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mail/
H A Dpoplist.c31 void poplist (hdrtype, where) in poplist() argument
32 register int hdrtype; in poplist()
40 hdrlines[hdrtype].head : hdrlines[hdrtype].tail);
48 hdrlines[hdrtype].head = hdrlines[hdrtype].tail =
51 hdrlines[hdrtype].head = hdr2rm->next;
57 hdrlines[hdrtype].head = hdrlines[hdrtype].tail =
60 hdrlines[hdrtype].tail = hdr2rm->prev;
67 if (hdrtype == H_AFWDFROM) {
72 if (hdrtype == H_RECEIVED) {
80 if (hdrtype == H_AFWDFROM) {
[all …]
H A Dsavehdrs.c33 savehdrs(s, hdrtype) in savehdrs() argument
35 int hdrtype;
43 if (hdrtype > H_CONT) {
46 if (hdrtype == H_CONT) {
52 last_hdrtype = hdrtype;
54 if ((hdrtype == H_FROM) || (hdrtype == H_FROM1)) {
59 fnuhdrtype = hdrtype;
62 switch (hdrtype) {
91 if ((hdrtype == H_UAID) || (hdrtype == H_MTSID)) {
100 pushlist(hdrtype, TAIL, q, FALSE);
H A Dpushlist.c33 void pushlist(hdrtype, where, s, contflg) in pushlist() argument
34 register int hdrtype; in pushlist()
45 if (hdrtype == H_AFWDFROM) {
53 if (hdrtype == H_RECEIVED) {
64 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail);
70 hdrtype, header[hdrtype].tag, contflg, s);
84 if (hdrtype == H_AFWDFROM) {
89 if (hdrtype == H_RECEIVED) {
113 hdrlines[hdrtype].head = hdrlines[hdrtype].tail = nhp;
118 hdrlines[hdrtype].head = ohp->prev = nhp;
[all …]
H A Dsel_disp.c42 sel_disp(int type, int hdrtype, char *s) in sel_disp() argument
53 switch (hdrtype) { in sel_disp()
68 if (header[hdrtype].default_display == FALSE) { in sel_disp()
75 type, hdrtype, header[hdrtype].tag, rc); in sel_disp()
H A Dclr_hinfo.c65 void clrhdr(hdrtype) in clrhdr() argument
66 int hdrtype; in clrhdr()
68 while (hdrlines[hdrtype].head != (struct hdrs *)NULL) {
69 poplist (hdrtype, HEAD);
H A Dprinthdr.c35 printhdr(int type, int hdrtype, struct hdrs *hptr, FILE *fp) in printhdr() argument
44 if (sel_disp(type, hdrtype, header[hdrtype].tag) < 0) { in printhdr()
49 header[hdrtype].tag, hptr->value); in printhdr()
H A Dmail.h284 extern void clrhdr(int hdrtype);
328 extern void poplist (int hdrtype, int where);
329 extern int printhdr (int type, int hdrtype, struct hdrs *hptr, FILE *fp);
331 extern void pushlist(int hdrtype, int where, char *s, int contflg);
333 extern void savehdrs(char *s, int hdrtype);
334 extern int sel_disp (int type, int hdrtype, char *s);
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3514 int hdrtype; in zfs_receive_impl() local
3573 hdrtype = DMU_GET_STREAM_HDRTYPE(drrb->drr_versioninfo); in zfs_receive_impl()
3576 (hdrtype != DMU_SUBSTREAM && hdrtype != DMU_COMPOUNDSTREAM)) { in zfs_receive_impl()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c6750 write_ancillary(union hblock *dblockp, char *secinfo, int len, char hdrtype) in write_ancillary() argument
6765 if (hdrtype == _XATTR_HDRTYPE) in write_ancillary()