Home
last modified time | relevance | path

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 …e%cafter%cvalue where 'before' and\n"), VLV_PARAM_SEP, VLV_PARAM_SEP, VLV_PARAM_SEP, VLV_PARAM_SEP in usage()
480 s = strchr(optarg, VLV_PARAM_SEP ); in options_callback()
487 s = strchr(s, VLV_PARAM_SEP ); in options_callback()
508 if (strchr( s, VLV_PARAM_SEP )) in options_callback()
512 vlv_count = atoi( strchr( s, VLV_PARAM_SEP) + 1); in options_callback()