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

/freebsd-11-stable/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-11-stable/contrib/libpcap/
H A Dpcap-int.h207 int oldstyle; /* if we're opening with pcap_open_live() */ member in struct:pcap
H A Dpcap-bpf.c2229 if (!p->oldstyle)
H A Dpcap.c2651 p->oldstyle = 1;
/freebsd-11-stable/bin/sh/
H A Dparser.c1082 int oldstyle, int dblquote, int quoted)
1121 if (oldstyle) {
1177 if (oldstyle) {
1184 if (oldstyle) {
1192 if (oldstyle) {
1081 parsebackq(char *out, struct nodelist **pbqlist, int oldstyle, int dblquote, int quoted) argument
/freebsd-11-stable/contrib/sendmail/src/
H A Dheaders.c1904 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
1907 oldstyle = false;
1908 if (!commaize(h, p, oldstyle, mci, e,
2020 ** oldstyle -- true if this is an old style header.
2033 commaize(h, p, oldstyle, mci, e, putflags)
2036 bool oldstyle;
2125 res = prescan(p, oldstyle ? ' ' : ',', pvpbuf,
H A Dqueue.c860 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
866 oldstyle = false;
867 commaize(h, h->h_value, oldstyle, &mcibuf, e,

Completed in 198 milliseconds