Searched refs:oldstyle (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlinux-unwind.h100 int new_cfa, i, oldstyle; local
107 oldstyle = 1;
109 oldstyle = 0;
112 if (oldstyle)
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-keyfromlabel.c130 isc_boolean_t oldstyle = ISC_FALSE; local
181 oldstyle = ISC_TRUE;
483 if (!oldstyle) {
H A Ddnssec-keygen.c212 isc_boolean_t oldstyle = ISC_FALSE; local
299 oldstyle = ISC_TRUE;
604 if (!oldstyle && prepub > 0) {
648 if (oldstyle)
930 if (!oldstyle) {
/freebsd-9.3-release/bin/sh/
H A Dparser.c981 int oldstyle, int dblquote, int quoted)
1020 if (oldstyle) {
1090 if (oldstyle) {
1095 n = list(0, oldstyle);
1097 if (oldstyle)
1105 if (oldstyle) {
980 parsebackq(char *out, struct nodelist **pbqlist, int oldstyle, int dblquote, int quoted) argument
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-int.h266 int oldstyle; /* if we're opening with pcap_open_live() */ member in struct:pcap
H A Dpcap.c668 p->oldstyle = 1;
H A Dpcap-bpf.c1938 if (!p->oldstyle)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dheaders.c1891 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
1894 oldstyle = false;
1895 commaize(h, p, oldstyle, mci, e,
2005 ** oldstyle -- true if this is an old style header.
2018 commaize(h, p, oldstyle, mci, e, putflags)
2021 bool oldstyle;
2110 res = prescan(p, oldstyle ? ' ' : ',', pvpbuf,
H A Dqueue.c840 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
846 oldstyle = false;
847 commaize(h, h->h_value, oldstyle, &mcibuf, e,

Completed in 141 milliseconds