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

/macosx-10.9.5/launchd-842.92.1/src/
H A Dipc.c96 char ourdir[1024]; local
106 strcpy(ourdir, LAUNCHD_SOCK_PREFIX);
109 unlink(ourdir);
110 if (mkdir(ourdir, S_IRWXU) == -1) {
115 stat(ourdir, &sb);
122 launchd_syslog(LOG_ERR, "mkdir(\"%s\"): %s", ourdir, strerror(errno));
127 snprintf(ourdir, sizeof(ourdir), _PATH_TMP "launchd-%u.XXXXXX", getpid());
128 if (mkdtemp(ourdir) == NULL) {
129 launchd_syslog(LOG_ERR, "Could not create critical directory \"%s\": %s", ourdir, strerro
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil.c233 const char *ourdir = dir; local
235 || strncmp(newpath, ourdir, strlen(newpath)) != 0) {

Completed in 135 milliseconds