Searched refs:oldstyle (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 1969 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 D | queue.c | 867 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 D | parser.c | 1082 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 D | pcap-int.h | 272 int oldstyle; /* if we're opening with pcap_open_live() */ member
|
H A D | pcap-bpf.c | 2442 if (!p->oldstyle)
|
H A D | pcap.c | 2892 p->oldstyle = 1;
|