Home
last modified time | relevance | path

Searched refs:str_starts_with (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c45 static int str_starts_with( const char *s, char *prefix );
84 if ( !str_starts_with( fileurl, "file:" )) { in ldaptool_fileurl2path()
102 if ( str_starts_with( path, "localhost/" )) { in ldaptool_fileurl2path()
417 str_starts_with( const char *s, char *prefix ) function