Home
last modified time | relevance | path

Searched refs:_sep (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-802_11.c402 #define PRINT_RATE(_sep, _r, _suf) \ argument
403 ND_PRINT("%s%2.1f%s", _sep, (.5 * ((_r) & 0x7f)), _suf)
/freebsd/libexec/rc/
H A Drc.subr2033 _sep=
2035 echo -n 1>&2 "$_sep$_elem"
2036 _sep="|"