Home
last modified time | relevance | path

Searched refs:oldstyle (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dheaders.c1969 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
1972 oldstyle = false;
1973 if (!commaize(h, p, oldstyle, mci, e,
2098 commaize(h, p, oldstyle, mci, e, putflags) in commaize() argument
2101 bool oldstyle;
2200 res = prescan(p, oldstyle ? ' ' : ',', pvpbuf,
H A Dqueue.c867 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
873 oldstyle = false;
874 commaize(h, h->h_value, oldstyle, &mcibuf, e,
/freebsd/bin/sh/
H A Dparser.c1082 int oldstyle, int dblquote, int quoted) in parsebackq() argument
1121 if (oldstyle) { in parsebackq()
1177 if (oldstyle) { in parsebackq()
1184 if (oldstyle) { in parsebackq()
1192 if (oldstyle) { in parsebackq()
/freebsd/contrib/libpcap/
H A Dpcap-int.h272 int oldstyle; /* if we're opening with pcap_open_live() */ member
H A Dpcap-bpf.c2442 if (!p->oldstyle)
H A Dpcap.c2892 p->oldstyle = 1;