HomeSort by: relevance | last modified time | path
    Searched defs:def_tmpdir (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 105 static char *def_tmpdir; variable
178 fprintf( stderr, _(" -T path write files to directory specified by path (default: %s)\n"), def_tmpdir);
1016 if((def_tmpdir = getenv("TMPDIR")) == NULL &&
1017 (def_tmpdir = getenv("TMP")) == NULL &&
1018 (def_tmpdir = getenv("TEMP")) == NULL )
1020 def_tmpdir = LDAP_TMPDIR;
1023 if ( !*def_tmpdir )
1024 def_tmpdir = LDAP_TMPDIR;
1026 def_urlpre = malloc( sizeof("file:////") + strlen(def_tmpdir) );
1034 def_tmpdir[0] == *LDAP_DIRSEP ? &def_tmpdir[1] : def_tmpdir )
    [all...]

Completed in 15 milliseconds