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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c37 #define VLV_PARAM_SEP ':' macro
116 fprintf( stderr, gettext(" -G before%cafter%cindex%ccount | before%cafter%cvalue where 'before' and\n"), VLV_PARAM_SEP, VLV_PARAM_SEP, VLV_PARAM_SEP, VLV_PARAM_SEP, VLV_PARAM_SEP );
480 s = strchr(optarg, VLV_PARAM_SEP );
487 s = strchr(s, VLV_PARAM_SEP );
508 if (strchr( s, VLV_PARAM_SEP ))
512 vlv_count = atoi( strchr( s, VLV_PARAM_SEP)
[all...]

Completed in 74 milliseconds