Searched refs:fileurl (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/ldap/common/
H A Dfileurl.h24 * LDAP tools fileurl.h -- defines for file URL functions.
35 int ldaptool_fileurl2path( const char *fileurl, char **localpathp );
53 * If recognize_url_syntax is non-zero, :<fileurl is recognized.
H A Dfileurl.c29 * LDAP tools fileurl.c -- functions for handling file URLs.
34 #include "fileurl.h"
75 ldaptool_fileurl2path( const char *fileurl, char **localpathp ) argument
83 if ( !str_starts_with( fileurl, "file:" )) {
87 path = fileurl + 5; /* skip past "file:" scheme prefix */
217 * If recognize_url_syntax is non-zero, :<fileurl is recognized.
/osnet-11/usr/src/cmd/ldap/
H A DMakefile16 fileurl ldaptool-sasl
H A DMakefile.com36 LDAPCOMMSRC= common.c ldaptool-sasl.c fileurl.c convutf8.c

Completed in 18 milliseconds