Searched refs:str_parse_line (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | ldif.h | 78 int str_parse_line( char *line, char **type, char **value, int *vlen);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/ |
H A D | line64.c | 86 * str_parse_line - takes a line of the form "type:[:] value" and splits it 93 str_parse_line( function 118 LDAPDebug( LDAP_DEBUG_PARSE, "str_parse_line: missing ':' " 174 "str_parse_line: invalid base 64 char on line \"%s\"\n", 260 * str_parse_line() routine above.
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | llib-lldap | 445 int str_parse_line(char *line, char **type, char **value, int *vlen);
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldapmodify.c | 486 if ( str_parse_line( line, &type, &value, &vlen ) < 0 ) {
|
Completed in 49 milliseconds