Searched defs:pidpath (Results 1 - 1 of 1) sorted by relevance

/sssd/src/sbus/
H A Dsssd_dbus_server.c130 char pidpath[PATH_MAX]; local
146 ret = snprintf(pidpath, PATH_MAX, "%s.%lu",
155 DEBUG(SSSDBG_TRACE_ALL, "The path including our pid is [%s]\n", pidpath);
157 if (strcmp(pidpath, target) != 0) {

Completed in 685 milliseconds