Searched defs:CURL_BEGIN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h128 #define CURL_BEGIN '{' macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c92 #define CURL_BEGIN '{' macro
146 * (MAXARGS - 1) arguments between any pair of CURL_BEGIN CURL_END.
2007 (void) printf("%c ", CURL_BEGIN);
2066 (void) printf("%c ", CURL_BEGIN);
3774 /* Skip until next whitespace or CURL_BEGIN */
3776 *buf != CURL_BEGIN)
3782 if (*buf == CURL_BEGIN) {
3791 *buf = CURL_BEGIN;
3842 * between CURL_BEGIN and CURL_END.
3905 if (*buf != CURL_BEGIN) {
[all...]

Completed in 52 milliseconds