/titanic_50/usr/src/cmd/mail/ |
H A D | gendeliv.c | 42 register struct hdrs *hptr; 56 hdrlines[H_AFWDFROM].head = (struct hdrs *)NULL; 57 hdrlines[H_AFWDFROM].tail = (struct hdrs *)NULL; 60 hdrlines[H_RECEIVED].head = (struct hdrs *)NULL; 61 hdrlines[H_RECEIVED].tail = (struct hdrs *)NULL; 64 hdrlines[H_TCOPY].head = (struct hdrs *)NULL; 65 hdrlines[H_TCOPY].tail = (struct hdrs *)NULL; 114 if ((hptr = hdrlines[H_DATE].head) != (struct hdrs *)NULL) { 120 if ((hptr = hdrlines[H_FROM1].tail) == (struct hdrs *)NULL) { 157 if ((hptr = hdrlines[H_SUBJ].head) != (struct hdrs *)NULL) { [all …]
|
H A D | poplist.c | 35 struct hdrs *hdr2rm, *cont2rm, *nextcont; 42 if (hdr2rm == (struct hdrs *)NULL) { 46 if (hdr2rm->next == (struct hdrs *)NULL) { 49 (struct hdrs *)NULL; 52 hdr2rm->next->prev = (struct hdrs *)NULL; 55 if (hdr2rm->prev == (struct hdrs *)NULL) { 58 (struct hdrs *)NULL; 61 hdr2rm->prev->next = (struct hdrs *)NULL; 78 while (cont2rm != (struct hdrs *)NULL) {
|
H A D | pushlist.c | 40 struct hdrs *nhp, *ohp, *nextcont; 58 if ((p = malloc(sizeof(struct hdrs))) == (char *)NULL) { 62 memset(p, 0, sizeof(struct hdrs)); 65 nhp = (struct hdrs *)p; 73 if (ohp == (struct hdrs *)NULL) { 100 while (nextcont->cont != (struct hdrs *)NULL) { 111 if (ohp == (struct hdrs *)NULL) {
|
H A D | sendmail.c | 53 struct hdrs *hptr; 259 (struct hdrs *)NULL) { 267 (struct hdrs *)NULL) { 275 (struct hdrs *)NULL) { 295 (struct hdrs *)NULL) { 303 (struct hdrs *)NULL) { 311 (struct hdrs *)NULL) { 337 if (hdrlines[H_MIMEVERS].head == (struct hdrs *)NULL) { 344 if (hdrlines[H_CTYPE].head == (struct hdrs *)NULL) { 351 if (hdrlines[H_CLEN].head == (struct hdrs *)NULL) { [all …]
|
H A D | pckaffspot.c | 46 if (hdrlines[H_AFWDFROM].head == (struct hdrs *)NULL) { in pckaffspot() 51 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) { in pckaffspot() 52 if (hdrlines[H_DATE].head != (struct hdrs *)NULL) { in pckaffspot() 59 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) { in pckaffspot()
|
H A D | pckrcvspot.c | 45 if (hdrlines[H_RECEIVED].head == (struct hdrs *)NULL) { in pckrcvspot() 52 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) { in pckrcvspot() 53 if (hdrlines[H_DATE].head != (struct hdrs *)NULL) { in pckrcvspot() 60 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) { in pckrcvspot()
|
H A D | goback.c | 140 hdrlines[H_AFWDFROM].head = (struct hdrs *)NULL; 141 hdrlines[H_AFWDFROM].tail = (struct hdrs *)NULL; 144 hdrlines[H_RECEIVED].head = (struct hdrs *)NULL; 145 hdrlines[H_RECEIVED].tail = (struct hdrs *)NULL; 148 hdrlines[H_TCOPY].head = (struct hdrs *)NULL; 149 hdrlines[H_TCOPY].tail = (struct hdrs *)NULL;
|
H A D | printhdr.c | 35 printhdr(int type, int hdrtype, struct hdrs *hptr, FILE *fp) in printhdr() 39 struct hdrs *contptr; in printhdr() 58 while (contptr->cont != (struct hdrs *)NULL) { in printhdr()
|
H A D | copylet.c | 94 struct hdrs *hptr; in xxxcopylet() 127 (struct hdrs *)NULL) { in xxxcopylet() 209 (struct hdrs *)NULL) { in xxxcopylet() 215 (struct hdrs *)NULL) { in xxxcopylet() 222 (struct hdrs *)NULL) { in xxxcopylet() 226 (struct hdrs *)NULL) { in xxxcopylet() 230 (struct hdrs *)NULL) { in xxxcopylet()
|
H A D | ckdlivopts.c | 71 struct hdrs *hp; 81 if ((hp = hdrlines[H_DEFOPTS].head) != (struct hdrs *)NULL) { 86 if ((hp = hdrlines[H_TROPTS].head) != (struct hdrs *)NULL) { 91 if ((hp = hdrlines[tcopy_hdr].head) != (struct hdrs *)NULL) {
|
H A D | mail.h | 209 struct hdrs { struct 210 struct hdrs *next; argument 211 struct hdrs *prev; argument 212 struct hdrs *cont; /* Continuation lines */ argument 217 struct hdrs *head; argument 218 struct hdrs *tail; 329 extern int printhdr (int type, int hdrtype, struct hdrs *hptr, FILE *fp);
|
H A D | dumprcv.c | 41 struct hdrs *hptr; 67 hptr != (struct hdrs *)NULL;
|
H A D | dumpaff.c | 41 struct hdrs *hptr; 74 hptr != (struct hdrs *)NULL;
|
H A D | clr_hinfo.c | 68 while (hdrlines[hdrtype].head != (struct hdrs *)NULL) {
|
H A D | savehdrs.c | 65 if (hdrlines[H_FROM1].head == (struct hdrs *)NULL) {
|
/titanic_50/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 454 add_headers(struct sym_test *st, char *hdrs, char **err) in add_headers() argument 458 for (char *h = strsep(&hdrs, ";"); h != NULL; h = strsep(&hdrs, ";")) { in add_headers() 491 char *hdrs; in do_type() local 500 hdrs = fields[1]; in do_type() 509 (add_headers(st, hdrs, err) < 0)) { in do_type() 522 char *hdrs; in do_value() local 532 hdrs = fields[2]; in do_value() 541 (add_headers(st, hdrs, err) < 0)) { in do_value() 552 char *name, *value, *hdrs, *envs; in do_define() local 562 hdrs = fields[2]; in do_define() [all …]
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_common.c | 919 uchar_t *hdrs; in sctp_build_hdrs() local 946 hdrs = kmem_alloc(hdrs_len, sleep); in sctp_build_hdrs() 947 if (hdrs == NULL) in sctp_build_hdrs() 952 sctp->sctp_iphc = hdrs; in sctp_build_hdrs() 955 hdrs = sctp->sctp_iphc; in sctp_build_hdrs() 960 sctph = (sctp_hdr_t *)(hdrs + ip_hdr_length); in sctp_build_hdrs() 967 ipha = (ipha_t *)hdrs; in sctp_build_hdrs() 972 ip_build_hdrs_v4(hdrs, ip_hdr_length, ipp, connp->conn_proto); in sctp_build_hdrs() 986 hdrs = kmem_alloc(hdrs_len, sleep); in sctp_build_hdrs() 987 if (hdrs == NULL) in sctp_build_hdrs() [all …]
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | collect.c | 99 int hdrs; in collect() local 180 hdrs = 0; in collect() 183 hdrs |= GTO; in collect() 185 hdrs |= GSUBJECT; in collect() 187 hdrs |= GCC; in collect() 189 hdrs |= GBCC; in collect() 190 if (hdrs) in collect() 238 if (hdrs) { in collect() 239 grabh(hp, hdrs, 1); in collect() 240 hdrs = 0; in collect()
|
/titanic_50/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi.c | 834 scsi_ms_hdrs_t hdrs; in scsi_enable_ie() local 841 bzero(&hdrs, sizeof (hdrs)); in scsi_enable_ie() 878 (void) memcpy(&hdrs, &sip->si_hdrs, sizeof (sip->si_hdrs)); in scsi_enable_ie() 882 MODEPAGE_INFO_EXCPT_LEN, &hdrs, &skey, &asc, &ascq) == 0) { in scsi_enable_ie() 905 scsi_ms_hdrs_t hdrs, junk_hdrs; in clear_gltsd() local 910 bzero(&hdrs, sizeof (hdrs)); in clear_gltsd() 916 MODEPAGE_CTRL_MODE_LEN, &hdrs, &skey, &asc, &ascq); in clear_gltsd() 939 MODEPAGE_CTRL_MODE_LEN, &hdrs, &skey, &asc, &ascq); in clear_gltsd()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 2197 uchar_t *hdrs; in conn_build_hdr_template() local 2218 hdrs = kmem_alloc(hdrs_len, KM_NOSLEEP); in conn_build_hdr_template() 2219 if (hdrs == NULL) in conn_build_hdr_template() 2226 connp->conn_ht_iphc = hdrs; in conn_build_hdr_template() 2229 hdrs = connp->conn_ht_iphc; in conn_build_hdr_template() 2234 connp->conn_ht_ulp = hdrs + ip_hdr_length; in conn_build_hdr_template() 2238 ipha_t *ipha = (ipha_t *)hdrs; in conn_build_hdr_template() 2242 ip_build_hdrs_v4(hdrs, ip_hdr_length, ipp, connp->conn_proto); in conn_build_hdr_template() 2256 ip6_t *ip6h = (ip6_t *)hdrs; in conn_build_hdr_template() 2260 ip_build_hdrs_v6(hdrs, ip_hdr_length, ipp, connp->conn_proto, in conn_build_hdr_template() [all …]
|
/titanic_50/usr/src/lib/storage/libg_fc/ |
H A D | Makefile | 39 HDRDIR = common/hdrs
|
/titanic_50/usr/src/lib/libinstzones/ |
H A D | Makefile | 32 HDRDIR = hdrs
|
/titanic_50/usr/src/lib/storage/liba5k/ |
H A D | Makefile | 41 HDRDIR = common/hdrs
|
/titanic_50/usr/src/cmd/svr4pkg/ |
H A D | Makefile.svr4pkg | 30 CPPFLAGS += -I$(SRC)/cmd/svr4pkg/hdrs \
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | Makefile | 49 CPPFLAGS += -I$(SRC)/cmd/svr4pkg/hdrs \
|