HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_DIRSEP (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldap_defaults.h 39 #define LDAP_CONF_FILE LDAP_SYSCONFDIR LDAP_DIRSEP "ldap.conf"
45 #define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "ldapi"
53 #define SLAPD_DEFAULT_CONFIGFILE LDAP_SYSCONFDIR LDAP_DIRSEP "slapd.conf"
56 #define SLAPD_DEFAULT_CONFIGDIR LDAP_SYSCONFDIR LDAP_DIRSEP "slapd.d"
59 #define SLAPD_DEFAULT_DB_DIR LDAP_RUNDIR LDAP_DIRSEP "openldap-data"
78 #define LLOADD_DEFAULT_CONFIGFILE LDAP_SYSCONFDIR LDAP_DIRSEP "lloadd.conf"
ldap_config.hin 25 #ifndef LDAP_DIRSEP
27 #define LDAP_DIRSEP "/"
29 #define LDAP_DIRSEP "\\"
43 # define LDAP_TMPDIR LDAP_DIRSEP "tmp"
  /src/external/bsd/openldap/include/
ldap_config.h 26 #ifndef LDAP_DIRSEP
28 #define LDAP_DIRSEP "/"
30 #define LDAP_DIRSEP "\\"
44 # define LDAP_TMPDIR LDAP_DIRSEP "tmp"
  /src/external/bsd/openldap/dist/libraries/libldap/
fetch.c 55 /* we don't check for LDAP_DIRSEP since URLs should contain '/' */
80 /* But we should convert to LDAP_DIRSEP before use */
81 if ( LDAP_DIRSEP[0] != '/' ) {
84 *s++ = LDAP_DIRSEP[0];
init.c 395 path = LDAP_MALLOC(strlen(home) + strlen(file) + sizeof( LDAP_DIRSEP "."));
404 sprintf(path, "%s" LDAP_DIRSEP "%s", home, file);
408 sprintf(path, "%s" LDAP_DIRSEP ".%s", home, file);
  /src/external/bsd/openldap/dist/servers/slapd/
nt_svc.c 55 fname_start = strrchr( filename, *LDAP_DIRSEP );
bconfig.c 7287 bv.bv_val = strrchr(cf->c_file.bv_val, LDAP_DIRSEP[0]);
  /src/external/bsd/openldap/dist/tests/progs/
slapd-tester.c 525 snprintf( scmd, sizeof scmd, "%s" LDAP_DIRSEP SEARCHCMD,
579 snprintf( rcmd, sizeof rcmd, "%s" LDAP_DIRSEP READCMD,
626 snprintf( ncmd, sizeof ncmd, "%s" LDAP_DIRSEP MODRDNCMD,
662 snprintf( mcmd, sizeof mcmd, "%s" LDAP_DIRSEP MODIFYCMD,
700 snprintf( acmd, sizeof acmd, "%s" LDAP_DIRSEP ADDCMD,
736 snprintf( bcmd, sizeof bcmd, "%s" LDAP_DIRSEP BINDCMD,
908 snprintf( buf, sizeof buf, "%s" LDAP_DIRSEP "%s",
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucgendat.c 1318 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "uctable.h", opath);
1325 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "ctype.dat", opath);
1458 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "case.dat", opath);
1535 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "comp.dat", opath);
1611 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "decomp.dat", opath);
1704 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "kdecomp.dat", opath);
1784 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "cmbcl.dat", opath);
1858 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "num.dat", opath);
ucdata.c 111 *pp++ = *LDAP_DIRSEP;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
homedir.c 48 #define DEFAULT_SKEL ( LDAP_DIRSEP "etc" LDAP_DIRSEP "skel" )
634 snprintf( (*tail)->name, full_len, "%s" LDAP_DIRSEP "%s",
957 dest_path[cp.source_prefix_len] == LDAP_DIRSEP[0] ) ) {
1107 *ch != LDAP_DIRSEP[0] && ch > path;
1121 snprintf( tar_name, name_size, "%s" LDAP_DIRSEP "%s-%ld-%d.tar",
1271 assert( name[0] == LDAP_DIRSEP[0] );
1285 ch < end && *ch != LDAP_DIRSEP[0];
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 320 if (*LDAP_DIRSEP != '/') {
322 if (*p == *LDAP_DIRSEP)
1034 def_tmpdir[0] == *LDAP_DIRSEP ? &def_tmpdir[1] : def_tmpdir );
1104 tmpdir[0] == *LDAP_DIRSEP ? &tmpdir[1] : tmpdir );
2003 "%s" LDAP_DIRSEP "ldapsearch-%s-XXXXXX",
2030 &tmpfname[strlen(tmpdir) + sizeof(LDAP_DIRSEP) - 1] );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
config.c 878 testpath = ch_malloc( len + STRLENOF(LDAP_DIRSEP) + STRLENOF("DUMMY") + 1 );
880 *ptr++ = LDAP_DIRSEP[0];
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 160 safe_filenames = STRLENOF("" LDAP_DIRSEP "") == 1 && !(
239 for ( *ptr++ = LDAP_DIRSEP[0]; p < end; *ptr++ = ch ) {
263 * *dest = dupbv(<dir + LDAP_DIRSEP>), plus room for <more>-sized filename.
277 *s++ = LDAP_DIRSEP[0];
305 while ( i > 0 && dnpath->bv_val[ --i ] != LDAP_DIRSEP[0] ) ;
  /src/external/bsd/openldap/dist/libraries/liblutil/
utils.c 84 progname = strrchr ( argv[0], *LDAP_DIRSEP );
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_overlay.c 941 slapi_log_file = slapi_ch_strdup( LDAP_RUNDIR LDAP_DIRSEP "errors" );

Completed in 30 milliseconds