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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c218 * If always_try_file is recognized and no file URL was found, an
231 struct berval *bvp, int recognize_url_syntax, int always_try_file,
306 } else if ( always_try_file && (stat( value, &fstats ) == 0) &&
230 ldaptool_berval_from_ldif_value( const char *value, int vlen, struct berval *bvp, int recognize_url_syntax, int always_try_file, int reporterrs ) argument

Completed in 45 milliseconds