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

/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c762 const char *path_to_config=NULL; local
777 &path_to_config);
779 if (path_to_config == NULL) path_to_config = "";
781 c = strchr(path_to_config, PATHS_DELIMITER);
787 path_len = c - path_to_config;
789 path_len = strlen(path_to_config);
805 snprintf(config_filename, len, "%.*s/%s.conf", path_len, path_to_config,

Completed in 68 milliseconds