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

/illumos-gate/usr/src/cmd/ldap/common/
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.

Completed in 57 milliseconds