/titanic_41/usr/src/lib/libsqlite/ |
H A D | main.mk | 124 HDR = \ 138 $(HDR) \ 194 btree.o: $(TOP)/src/btree.c $(HDR) $(TOP)/src/pager.h 197 btree_rb.o: $(TOP)/src/btree_rb.c $(HDR) 200 build.o: $(TOP)/src/build.c $(HDR) 203 main.o: $(TOP)/src/main.c $(HDR) 206 pager.o: $(TOP)/src/pager.c $(HDR) $(TOP)/src/pager.h 225 os.o: $(TOP)/src/os.c $(HDR) 228 parse.o: parse.c $(HDR) 258 tokenize.o: $(TOP)/src/tokenize.c $(HDR) [all …]
|
H A D | Makefile.com | 107 HDR = \
|
/titanic_41/usr/src/cmd/sendmail/db/log/ |
H A D | log_get.c | 96 HDR hdr; 184 memcpy(&hdr, p, sizeof(HDR)); 187 len = hdr.len - sizeof(HDR); 188 if ((ret = __db_retcopy(dbt, (u_int8_t *)p + sizeof(HDR), 211 if ((ret = __os_read(dblp->c_fd, &hdr, sizeof(HDR), &nr)) != 0) { 215 if (nr == sizeof(HDR)) 233 if (lp->b_off < sizeof(HDR) - nr) 237 memcpy((u_int8_t *)&hdr + nr, lp->buf, sizeof(HDR) - nr); 238 shortp = lp->buf + (sizeof(HDR) - nr); 246 if (hdr.len <= sizeof(HDR)) [all …]
|
H A D | log_put.c | 97 if (lp->lsn.offset + sizeof(HDR) + dbt->size > lp->persist.lg_max) { 98 if (sizeof(HDR) + 207 HDR hdr; 219 hdr.len = sizeof(HDR) + dbt->size; 222 if ((ret = __log_fill(dblp, lsn, &hdr, sizeof(HDR))) != 0) 224 lp->len = sizeof(HDR); 225 lp->lsn.offset += sizeof(HDR);
|
H A D | log.c | 383 if ((ret = __os_seek(fd, 0, 0, sizeof(HDR), 0, SEEK_SET)) != 0 ||
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 19 static HDR *allocheader __P((char *, char *, int, SM_RPOOL_T *, bool)); 20 static size_t fix_mime_header __P((HDR *, ENVELOPE *)); 22 static bool put_vanilla_header __P((HDR *, char *, MCI *)); 68 static unsigned long dochompheader __P((char *, int, HDR **, ENVELOPE *)); 74 HDR **hdrp; 79 register HDR *h; 80 HDR **hp; 423 h = (HDR *) sm_rpool_malloc_x(e->e_rpool, sizeof(*h)); 479 HDR **hdrp; 537 static HDR * [all …]
|
H A D | sendmail.h | 782 typedef struct header HDR; typedef 828 extern unsigned long chompheader __P((char *, int, HDR **, ENVELOPE *)); 829 extern bool commaize __P((HDR *, char *, bool, MCI *, ENVELOPE *, int)); 830 extern HDR *copyheader __P((HDR *, SM_RPOOL_T *)); 832 extern char *hvalue __P((char *, HDR *)); 864 HDR *e_header; /* head of header list */ 890 bool (*e_puthdr)__P((MCI *, HDR *, ENVELOPE *, int)); 994 extern bool putheader __P((MCI *, HDR *, ENVELOPE *, int)); 1693 extern bool mime7to8 __P((MCI *, HDR *, ENVELOPE *)); 1694 extern int mime8to7 __P((MCI *, HDR *, ENVELOPE *, char **, int, int)); [all …]
|
H A D | mime.c | 104 HDR *header; 343 auto HDR *hdr = NULL; 406 auto HDR *hdr = NULL; 1035 HDR *header;
|
H A D | envelope.c | 658 register HDR *bh; 659 register HDR **nhp; 719 *nhp = (HDR *) sm_rpool_malloc_x(rpool, sizeof(*bh));
|
H A D | collect.c | 282 HDR **hdrp;
|
H A D | milter.c | 2708 HDR *h; 2970 HDR *h; 3163 HDR *h, *sysheader;
|
H A D | queue.c | 353 register HDR *h;
|
/titanic_41/usr/src/lib/libdns_sd/ |
H A D | Makefile | 27 HDR = dns_sd.h macro 45 ROOTHDRS= $(HDR:%=$(ROOTHDRDIR)/%)
|
/titanic_41/usr/src/tools/scripts/ |
H A D | elfcmp.sh | 153 HDR=$(dump -op $1 | wc -l) 154 if [[ $HDR -gt 2 ]]
|
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 34 static char *HDR = variable 78 int retval, sizeof_rep_hdr = strlen(HDR); in search_line() 224 int sizeof_rep_hdr = strlen(HDR); in update_fabric_wwn_list() 361 (write(fd, HDR, sizeof_rep_hdr) != sizeof_rep_hdr)) { in update_fabric_wwn_list()
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | log.h | 14 struct __hdr; typedef struct __hdr HDR; typedef
|
/titanic_41/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi.c | 3306 static MP_CHAR *HDR = variable 3367 int retval, sizeof_conf_hdr = strlen(HDR); in search_line() 3461 MP_UINT32 sizeof_conf_hdr = strlen(HDR); in MP_RegisterPlugin() 3512 if (write(mpconf, HDR, sizeof_conf_hdr) != in MP_RegisterPlugin() 3582 MP_UINT32 sizeof_conf_hdr = strlen(HDR); in MP_DeregisterPlugin()
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 1501 0407 Music Player HDR-1(tm) 6461 0348 HandyCam HDR-TG3E
|
H A D | pci.ids | 19112 d2f0 Quantum HDR (200Gbps) switch
|