Searched refs:str_parse_line (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldif.h | 50 int str_parse_line( char *line, char **type, char **value, int *vlen); 55 int str_parse_line();
|
/osnet-11/usr/src/lib/libldap5/include/ldap/ |
H A D | ldif.h | 78 int str_parse_line( char *line, char **type, char **value, int *vlen);
|
/osnet-11/usr/src/lib/libldap4/util/ |
H A D | line64.c | 46 * str_parse_line - takes a line of the form "type:[:] value" and splits it 53 str_parse_line( function 239 * str_parse_line() routine above.
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/util/ |
H A D | line64.c | 82 * str_parse_line - takes a line of the form "type:[:] value" and splits it 89 str_parse_line( function 114 LDAPDebug( LDAP_DEBUG_PARSE, "str_parse_line: missing ':' " 170 "str_parse_line: invalid base 64 char on line \"%s\"\n", 256 * str_parse_line() routine above.
|
/osnet-11/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);
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldapmodify.c | 486 if ( str_parse_line( line, &type, &value, &vlen ) < 0 ) {
|
Completed in 40 milliseconds