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

/osnet-11/usr/src/lib/libldap4/include/
H A Dldif.h50 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 Dldif.h78 int str_parse_line( char *line, char **type, char **value, int *vlen);
/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c46 * 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 Dline64.c82 * 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 Dllib-lldap445 int str_parse_line(char *line, char **type, char **value, int *vlen);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c486 if ( str_parse_line( line, &type, &value, &vlen ) < 0 ) {

Completed in 40 milliseconds