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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c297 char *ctrl_arg, *ctrl_oid=NULL, *ctrl_value=NULL; local
665 if ( (ctrl_arg = strdup( optarg)) == NULL ) {
669 if (ldaptool_parse_ctrl_arg(ctrl_arg, ':', &ctrl_oid,
1837 * and within LDIFfile for ldapmodify. Take ctrl_arg
1839 * and value. This function breaks down original ctrl_arg
1843 ldaptool_parse_ctrl_arg(char *ctrl_arg, char sep, argument
1856 if(!(s=strchr(ctrl_arg, sep))) {
1857 /* Possible values of ctrl_arg are
1862 if (!(s=strchr(ctrl_arg, ':'))) {
1863 *ctrl_oid = ctrl_arg;
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h419 void *ctrl_arg; member in struct:audio_ctrl

Completed in 54 milliseconds