Searched refs:MAX_PID_SIZE (Results 1 – 2 of 2) sorted by relevance
61 #define MAX_PID_SIZE 16 macro66 char PidChars[MAX_PID_SIZE];274 if (snprintf(PidChars, MAX_PID_SIZE, "%d", getpid()) <= 0) { in parseFilenamePattern()
65 #define MAX_PID_SIZE 16 macro74 char PidChars[MAX_PID_SIZE];732 if (snprintf(PidChars, MAX_PID_SIZE, "%ld", (long)getpid()) <= 0) { in parseFilenamePattern()