Searched refs:SMBIOD_RUNDIR (Results 1 – 2 of 2) sorted by relevance
193 #define SMBIOD_RUNDIR "/var/run/smbiod" macro194 #define SMBIOD_SVC_DOOR SMBIOD_RUNDIR "/.svc"195 #define SMBIOD_USR_DOOR SMBIOD_RUNDIR "/%d"
259 if ((mkdir(SMBIOD_RUNDIR, 0755) < 0) && errno != EEXIST) { in main()260 perror(SMBIOD_RUNDIR); in main()556 SMBIOD_RUNDIR "/%d", uid); in child_gone()