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

/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd_globals.h52 if (create_path(DHCPCLIENT_LEASES_DIR, 0700) < 0) {
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c233 create_path(const char *zone, const char *host, const char *client, function
293 "allocate memory in create_path().");
596 if (create_path(name, NULL, client, cd, &path) != ISC_R_SUCCESS) {
650 if (create_path(zone, NULL, NULL, cd, &basepath) != ISC_R_SUCCESS) {
747 if (create_path(name, NULL, NULL, (config_data_t *) dbdata,
792 result = create_path(zone, "-", NULL,
795 result = create_path(zone, name, NULL,
/macosx-10.10.1/bootp-298/bootplib/
H A Dutil.h147 int create_path(const char * dirname, mode_t mode);
H A Dutil.c305 * Function: create_path
312 create_path(const char * dirname, mode_t mode) function
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecCAIssuerCache.c119 bool create_path)
123 if (s3e == SQLITE_CANTOPEN && create_path) {
118 sec_sqlite3_open(const char *db_name, sqlite3 **s3h, bool create_path) argument
H A DSecTrustStoreServer.c124 bool create_path)
128 if (s3e == SQLITE_CANTOPEN && create_path) {
123 sec_sqlite3_open(const char *db_name, sqlite3 **s3h, bool create_path) argument
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A DmacNC.c292 if (create_path(path, mode) < 0) {
293 my_log(LOG_INFO, "macNC: create_volume_dir: create_path(%s)"

Completed in 205 milliseconds