Searched refs:def_tmpdir (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapsearch.c103 static char *def_tmpdir; variable
159 fprintf( stderr, _(" -T path write files to directory specified by path (default: %s)\n"), def_tmpdir);
822 if((def_tmpdir = getenv("TMPDIR")) == NULL &&
823 (def_tmpdir = getenv("TMP")) == NULL &&
824 (def_tmpdir = getenv("TEMP")) == NULL )
826 def_tmpdir = LDAP_TMPDIR;
829 if ( !*def_tmpdir )
830 def_tmpdir = LDAP_TMPDIR;
832 def_urlpre = malloc( sizeof("file:////") + strlen(def_tmpdir) );
840 def_tmpdir[
[all...]

Completed in 109 milliseconds