Searched refs:MAX_PID_SIZE (Results 1 – 1 of 1) 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()