Searched defs:HDR (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk124 HDR = \ macro
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...]
/illumos-gate/usr/src/lib/libdns_sd/
H A DMakefile27 HDR = dns_sd.h macro
45 ROOTHDRS= $(HDR:%=$(ROOTHDRDIR)/%)
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c34 static char *HDR = variable
78 int retval, sizeof_rep_hdr = strlen(HDR);
224 int sizeof_rep_hdr = strlen(HDR);
361 (write(fd, HDR, sizeof_rep_hdr) != sizeof_rep_hdr)) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h14 struct __hdr; typedef struct __hdr HDR; typedef in typeref:struct:__hdr
121 * HDR --
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c3306 static MP_CHAR *HDR = variable
3367 int retval, sizeof_conf_hdr = strlen(HDR);
3461 MP_UINT32 sizeof_conf_hdr = strlen(HDR);
3512 if (write(mpconf, HDR, sizeof_conf_hdr) !=
3582 MP_UINT32 sizeof_conf_hdr = strlen(HDR);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h782 typedef struct header HDR; typedef in typeref:struct:header
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 *, ENVELOP
[all...]

Completed in 97 milliseconds