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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c151 #define ARG_BUF_LEN ((2 * 3 * (MAXARGS - 1)) + 1) macro
152 static int arg_indices[ARG_BUF_LEN];
3823 if (argindex >= ARG_BUF_LEN) {
3987 if (argindex >= ARG_BUF_LEN)
4019 if (argindex >= ARG_BUF_LEN) {

Completed in 53 milliseconds